The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
United-Forum CSS Sprites - ludicrous speed - NOW! Details »» | ||||||||||||||||||||||||||||||||||||||||||||||
United-Forum CSS Sprites - ludicrous speed - NOW!
Developer Last Online: Feb 2013
tl;dr Makes your forum faster.
Want an easy one-click installation for this addon? . Vote for this jira-entry Add on currently is in beta stage When visiting a website, speed is a very important factor not only for users but crawlers as well. Long loading times are a nuisance since your time is basically wasted during the waiting period. Hence, we are trying everything we can in order to speed up our site. One great way to improve loading times is by the use of css sprites. Unfortunately these are not implemented by vBulletin. We therefore decided to develop our own css-sprite add on for vBulletin boards and want to share this code with the worldwide vBulletin community. Live demo The add on is permanently running in our vBulletin board ( > 2.000.000 posts), take a look:vBulletin performance using css sprites Our tests are based on version 0.7.0. We used the analytic tools firebug network utility and the googlelabs.com page speed sitecss sprites - what are they? The intention behind css sprites is the bundling of many small graphics into one large graphic in order to decrease the number of required http requests. This shortens the loading times of the given website. In addition, the the accumulated size of all small graphics is higher than the size of the sprite due to reasons of compression.What is the gain in using css sprites? Aside from the technical implementation, the question on how much one actually does gain by using css sprites is of the most interest. Obviously they decrease loading times - but how important are small loading times and what is the impact on vBulletin overall loading times?Add on features In the current released beta version 0.7.2, sprites are available for FORUMHOME and FORUMDISPLAY. Coming up next SHOWTHREAD.Installation First of all, if you didnt want to change the templates manually, install the Template Modification System (TMS). Now proceed with the installation:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
17 благодарности(ей) от: | ||
archet1337, baktabul, doctorsexy, Fuhrmann, Gnoll, iask, Juggernaut, Kolbi, mathforum, misericorde, neil00027, rodriiverduguez, Skaut, smsma.net, SWSUSA, xorex, yilmaz |
Comments |
#442
|
|||
|
|||
I'm using it without TMS, made the changes from the diff manually, works great, and gives enough insight in the sprite and css to extend the sprite with custom (like CMS) icons manually. Making the changes manually takes maybe half an hour, it's just annoying to do it every update obviously (so vote for the hook Mooff mentioned in the post above). In any case, it's worth the effort.
|
#443
|
|||
|
|||
Quote:
|
#444
|
|||
|
|||
Quote:
edit: BTW, it looks like there was a change to the template for serach.png in the navbar in vB 4.1.9. Mod will probably need to be updated. If you're using TMS, just change the Search For text from: Code:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/> Code:
<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/> |
2 благодарности(ей) от: | ||
doctorsexy, rjmjr69 |
#445
|
|||
|
|||
Hello,
I really need to install this on my site but i need to make sure is it going to work on 4.1.9 ??? Or is there any other mod which can perform same things as this one ??? Thanks in advance |
#446
|
||||
|
||||
Works fine and see above your post Even works with newest beta
|
#447
|
|||
|
|||
I thank you for your kind and being working hard. I appreciate it for all your works.
this is a great mod but I decide to uninstall the product and will check back later after my forum get reorganize... I have a question, I did uninstall product + delete all uploaded files, but in my Style Variable Editor it still show the ImagePaths\imgdir_sprite\ images/sprites Is there anything you can advise how to completely remove this imgdir_sprite in Sty Variable Editor Regards, |
#448
|
|||
|
|||
This is a great addon, if it were developed further and updated you could easily sell it (please don't bash me people!).
Where custom icons are concerned; I don't understand why you would need to manually add them? I just added a custom icon without any addons, refreshed sprites, and everything worked fine. Although, I suppose this wouldn't help you add border images etc... Anyone care to make a guide on how to get this working on CMS etc? |
#449
|
||||
|
||||
Has anyone added more than 1 custom icon
|
#450
|
|||
|
|||
Osbes' hook was implemented in 4.1.10!
|
#451
|
|||
|
|||
Hello,
big thanks for your support regarding the new hook! I am currently working on this and will start within the next days the first live tests on our forum. When everything is working fine, Mooff or me will upload the updated version. Since we are using a german vBulletin Suite, it will took some time, cause we need to wait for our final test until vbulletin-germany.com releases 4.1.10. And then it will took us a few days more, before we are installing the new version of vBulletin. Currently, since our live forum runs on 4.1.8, i have to test the behavior by directly changing the /includes/class_core.php at the point, where will can use the hook with 4.1.10. Best regards Osbes |
Благодарность от: | ||
Alan_SP |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|