Did you know that you may be allowed to hide miniBB credits
and remove miniBB's copyright notice? Click here to read more.
Copyright Removal allowance for miniBB
miniBB ®
 
miniBB Community Forum
 | Forums | File Bank | Sign Up | Reply | Search | Statistics | Manual |
Specific miniBB Community Forum / Specific /
Short link for this topic:

Signatures addon troubles

 
Author ripper
Forums Member
#1 | Posted: 25 Mar 2007 04:13
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 */
Author Paul
CEO
#2 | Posted: 26 Mar 2007 05:21
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...
Author ripper
Forums Member
#3 | Posted: 26 Mar 2007 11:25
My mistake, somehow bb_codes.php file was corrupted. Now I fixed it :)

Thanks
Author Guest
#4 | Posted: 5 Oct 2008 14:59
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:

Author Paul
CEO
#5 | Posted: 6 Oct 2008 03:20
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.
 
Specific miniBB Community Forum / Specific / Signatures addon troubles Top
Your Reply Click this icon to move up to the quoted message

» 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.

 
miniBB Community Forum Powered by Free Forum Software miniBB ® Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contacts