Help me Again! SOS!

sengkar

New Member
Please someone provide me this mod/hack please...
w5vr7.jpg
 
That's useful awesome.. thnx and how do i change alignment.. i want to keep at center. Thanks again for your help. VBTEAM ROCKS ;)
 
I installed the mod and put the images in the right directory but STILL it doesn't show them as images can someone post every solution so i can check that i have done it right? i still see it as text.
 
Hey GOHQ! I hope this will help you. But i m noob in vbulletin. lol

<<Load Plug-in>>

In admincp, select Plugin System>Manage Products
Click [Add/Import Product]
Click the browse button and open activity_modification_300release.xml
Click Import

<<Add Custom CSS>>

In admincp, Click on 'Style Manager', Select 'Main CSS' in dropdown list of current template, go to bottom of the page and add one of this code in the box where it says '(Customized in this Style)'.

For Light Template:
Code:
.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}

For Dark Template:
Code:
.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#000000;border-left:1px solid #404040;border-top:1px solid #404040;border-right:1px solid #808080;border-bottom:1px solid #808080;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}

<<Uploading Images>>

Upload the image folder called 'activity' (you can find inside of dark or light folder) to current template\images\misc.

<<Turn off text version>>

AdminCP>Activity Settings>Display>Use text-only stat block: (Set 'NO')

If you dont miss anything above then you will see image activity for sure ;)
ENJOY!
 
Yes, it started working, thanks, i didn't the steps in the right order i think that was the problem but now its working.
 
Back
Top