miniBB ®®
Fight the automated spam - protect your miniBB-forums,
getting the Captcha addon! Click here to read more.
Captcha Addon for miniBB
Community Forum
 | Forums | File Bank | Sign Up | Reply | Search | Statistics | Manual |
Specific miniBB Community Forum / Specific /

Signatures addon troubles

 
ripper
Forums Member
#1 | Posted: 25 Mar 2007 04:13
Reply 
Wanted to ask you what could be wrong, cos bold and italic tags do not work in my forum. Firstly I thought it's related with the Signatures addon, but it seems that it is not. When I wrap text lets say in a bold tag, I get [ b]Love[/b], the same thing with italic. It's strange, but Underline works fine.

I tried this code, but nothing changes:

/* Signatures */

function parseUserInfo_user_custom2($av){
if(trim($av)!=''){

/* Version with standart BB codes + [br] for breakes */
require_once($GLOBALS['pathToFiles'].'bb_codes.php');
$admin=($GLOBALS['cols'][0]==1?1:0);
$sig='<br /><br />'.enCodeBB(str_replace("\n",'<br />',$av),$admin);

}
else $sig='';

return $sig;
}

/* --Signatures */
Paul
CEO
#2 | Posted: 26 Mar 2007 05:21
Reply 
Have you tried to repeat this on minibbtest before posting?

I've tried it and it works. You may use even [img] tag in the signature not saying [b] or [i] which absolutely work...

Be sure you have not scrapped your version of bb_codes.php and installed the addon properly...
ripper
Forums Member
#3 | Posted: 26 Mar 2007 11:25
Reply 
My mistake, somehow bb_codes.php file was corrupted. Now I fixed it :)

Thanks
Guest
#4 | Posted: 5 Oct 2008 14:59
Reply 
I have installed Signature in my forum!
I want the signature come down not in middle!
i put it like this:
{$posterText}{$userInfo_user_custom2[$poster_id]}{$deleteBox}

but not down... it's coming like this:

Paul
CEO
#5 | Posted: 6 Oct 2008 03:20
Reply 
Guest:
I want the signature come down not in middle!

It's actually not located in the middle of the table row if you mean this. It only gives such effect; but in general, I suppose there are two break spaces (<br /><br />) in your signature itself, either signature code under bb_plugins.php, either template main_posts_cell.html.
 
Your Reply
Bold Style  Italic Style  Image Link  URL Link 


» Username  » Password 
You are welcome to post anonymously by entering a nickname with no password (if that nickname has not been taken by another member) or by leaving both fields empty. If you have a forums membership account, you can also sign in from this page without posting a message, or sign in and post at once.


Before posting, make sure your message is compliant with our forum posting rules. If not, it may be locked or deleted with no explanation.

 
Online now: Guests - 46
Members - 0
Most users ever online: 191 [24 Dec 2007 14:33]
Guests - 191 / Members - 0

Forums are powered by miniBB®