MyBB Community Forums

Full Version: Guest & User Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2009-11-03, 07:00 PM)dvdxseo Wrote: [ -> ]Hello, I haven't seen the thread because I create it a mounth ago

I want to thank alsofts for the edits, and you for use my plugins
I hope you enjoy Wink

Bye!


You are wellcome bro its my pleasure that i am able to help mybb users/lovers
Thaaanks =D
The red X doesnt show up for me...
DVDXSEO Very Excelente Plugin created.

Consulting problem.

Check http://fe7en.clanteam.com/Foro/index.php to verify Plugin action:

This problem its "Border"

Example Code edit:

...
#topbar{
position:absolute;
margin: 15%;              
border: 1px solid black;
padding: 1%;
background-color: {$mybb->settings[\'background\']};
width: {$mybb->settings[\'width\']};
visibility: hidden;
z-index: 10;...

to

...
#topbar{
position:absolute;
margin: 15%;              
padding: 1%;
background-color: {$mybb->settings[\'background\']};
width: {$mybb->settings[\'width\']};
visibility: hidden;
z-index: 10;...

or

...
#topbar{
position:absolute;
margin: 15%;              
border: 1px solid transparent;
padding: 1%;
background-color: {$mybb->settings[\'background\']};
width: {$mybb->settings[\'width\']};
visibility: hidden;
z-index: 10;...

Cause database error

[PHP] 	  	errorHandler->error
/inc/functions.php 	1548 	header
/inc/class_session.php 	348 	my_setcookie
/inc/class_session.php 	98 	session->load_guest
/global.php 	56 	session->init
/index.php 	18 	require_once


It is necessary to remove the edge to attach an image.
to make it more aesthetically

If you know how I can edit: guestmessage.php, explain it and you'll be grateful. Thank you very much for your Plugin
Great plugin buddy, only thing I think would be better is the member message. Because it shows up everytime they click on a new topic.
Message:
preg_replace() [function.preg-replace]: Unknown modifier 't'
Location:
Folder: inc/adminfunctions_templates.php
Line: 56

I get this error when closing. Please help me!
Pages: 1 2 3