yuy1258
07-03-2011, 10:54 AM
I am totally new to Vbulletin and spend few days to find some plugin for it, totally understand how hard it is for new guys at beginning, so i first share some i found and can save some time for u guys: Using Vbulletin 4.1.4 edition, btw
iTrader v2.8 - Powerful Rating System
https://vborg.vbsupport.ru/showthread.php?t=232044
uCash 4.x
https://vborg.vbsupport.ru/showthread.php?t=227910
VSa - ChatBox (AJAX)
https://vborg.vbsupport.ru/showthread.php?t=235271
[DBTech] vBShop v2 (vB4)
https://vborg.vbsupport.ru/showthread.php?t=246427&highlight=vBShop
Usergroup Legend on Mouseover
https://vborg.vbsupport.ru/showthread.php?t=259854
How to change usergroup colors
'Go to your Admincp > Click on Usergroups dropdown menu > Usergroup Manager > Click on "GO" next to the usergroup you want to change > Look for Username HTML Markup and add this:
For the first box add, you can change the color:
<span style="font-weight: bold; color: red;">
For the second box add:
</span>'
How to adjust the page showing place(Left, Right).
1. Log into AdminCP
2. Navigate to Styles & Templates > Your style > StyleVars
3. In the search field type in doc_width (under Common).
4. Now set the Units and Size as per your requirement, and Save. (default: auto)
Change the Sticky threads, Normal Threads colors.
Go to Admin CP > Styles & Templates > Search Templates
Search for Additional.css
Open it for your style most likely it will be empty.
ADD:
.sticky a.title {color: green;font-weight: bold;}
.lock a.title {color: red; text-decoration: line-through;}
.hot a.title {color: maroon;}
.threadbit .title {font-weight: bold;}
I will add more when i find and test.
iTrader v2.8 - Powerful Rating System
https://vborg.vbsupport.ru/showthread.php?t=232044
uCash 4.x
https://vborg.vbsupport.ru/showthread.php?t=227910
VSa - ChatBox (AJAX)
https://vborg.vbsupport.ru/showthread.php?t=235271
[DBTech] vBShop v2 (vB4)
https://vborg.vbsupport.ru/showthread.php?t=246427&highlight=vBShop
Usergroup Legend on Mouseover
https://vborg.vbsupport.ru/showthread.php?t=259854
How to change usergroup colors
'Go to your Admincp > Click on Usergroups dropdown menu > Usergroup Manager > Click on "GO" next to the usergroup you want to change > Look for Username HTML Markup and add this:
For the first box add, you can change the color:
<span style="font-weight: bold; color: red;">
For the second box add:
</span>'
How to adjust the page showing place(Left, Right).
1. Log into AdminCP
2. Navigate to Styles & Templates > Your style > StyleVars
3. In the search field type in doc_width (under Common).
4. Now set the Units and Size as per your requirement, and Save. (default: auto)
Change the Sticky threads, Normal Threads colors.
Go to Admin CP > Styles & Templates > Search Templates
Search for Additional.css
Open it for your style most likely it will be empty.
ADD:
.sticky a.title {color: green;font-weight: bold;}
.lock a.title {color: red; text-decoration: line-through;}
.hot a.title {color: maroon;}
.threadbit .title {font-weight: bold;}
I will add more when i find and test.