The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need to make a fast loading stye
Im tring to make or edit a style for dial up users. I want to remove the signature and avator as well as anything else that will slow it down Im using this for members with dial up. Could anyone give me any tips or tell me how to take the signatures and avator and rank img out of 1 style?
|
#2
|
|||
|
|||
To remove an avatar, delete the following from either the postibt or postbit_legacy template:
Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
#3
|
||||
|
||||
Thanks good advice comming from a newbie lol J/K
any other advice that would help speed up the page? I Know removing the image from the top would help but is there anything else I could do? |
#4
|
|||
|
|||
You could just strip the style, getting rid of all references to images and just use text links. But of course, this means, you'll have to edit every template to get rid of all images, LOL
*shrugs* Just a thought |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|