vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Auto lower the size of the signatures

WhaLberg
03-29-2007, 08:32 AM
You want users to have signatures as size 1 no matter whatever what they set it but you don't know how.

There are 3 different ways to do that.

1) Go to AdminCP -> Usergroups -> Select the Usergroup -> Signature Permissions (This works with 3.6.x) -> Set the value of "Maximum Value of x for BBCode" to 1.

2) Go to your postbit (or postbit_legacy) template and find:
$post[signature]

Replace it with:
<font size="1">$post[signature]</font>

3) In the profile.php file, find:
$signature = $vbulletin->GPC['message'];

Replace it with:
$signature = "[size=1]" . $vbulletin->GPC['message'] . "";

And that's all.

Please note that those 3 ways are different ways which do the same thing. You don't need to others if you do one. And the first way works with vBulletin 3.6.x version.

Don't forget to click install.

See you later at a new tutorial. :)

Peggy
03-29-2007, 09:59 AM
VERY good. This will be quite a useful tutorial.

Hell³
03-29-2007, 12:29 PM
The tut is great, but font tag should not be used.

Airwolf
05-07-2007, 01:10 PM
do u mean by profile.php ,index.php?

Hell³
05-07-2007, 04:16 PM
mmm nope, there should be a source file named like that, profile.php, but I don't recommend doing direct source edits, every time there's an upgrade you would have to do the edit again.

Syncdrinker
08-04-2007, 04:44 AM
I can't find 'signature permissions'

Mike54
08-04-2007, 01:36 PM
Look in your Admin CP. In the left column, scroll down to Usergroups. Click on that. Now click on Usergroup Manager. In the right pane, select the usergroup you want to edit the signature size for and click on Go. Scroll down to where you will see Signature Permissions.

See the attached image.

Remember to scroll to the bottom of the page and click Update when you are finished editing the size.


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum