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 |
#292
|
|||
|
|||
Quote:
i'll go check those out. One other question. I've been having the issue with the Attachment clip graphic that was mentioned earlier in this thread. I asked my host to upgrade my GD to 2.0.36 like you had recommended and this was the response I received : Quote:
|
#293
|
|||
|
|||
Hello steeler7,
the versioning in the repo is a little bit messed up, since the tags shown by bitbucket (latest 2.0.33 / 2.0.34RC1) dont correspond to the .hgtags (latest 2.0.35) and it also didnt correspond to the NEWS (latest 2.0.36). To bring some order in this mess, its best to look at the official site for this. Since this site is currently down, please us the waybackmachine for this: http://web.archive.org/web/201012240....org/Main_Page As you can see, the latest official release is 2.0.36 RC1 and the latest stable release is 2.0.35. Since 2.0.36 RC1 is now nearly 4 years old and fixes some security issues, it is mostly addressed as 2.0.36 and - as example - used by the stable release of debian (http://packages.debian.org/squeeze/libgd2-noxpm) and was even used two years before by the oldstable release (http://packages.debian.org/lenny/libgd2-noxpm). If you use gd2 embeded in php and want to know which is the minimum required php-version which had this patch embeded, we need to look a little bit closer. This was the patch for the support of png "gray+alpha": https://bitbucket.org/pierrejoye/gd-...g-src/gd_png.c Now we need to look into the php repo to make sure since which php version this patch was included. You will find, that this patch is included in the embeded version since PHP 5.3.0 (https://svn.php.net/repository/php/p...libgd/gd_png.c). For comparison PHP 5.2.17 (latest version before 5.3.0) in which this patch wasn't included: https://svn.php.net/repository/php/p...libgd/gd_png.c If it isn't possible to update the gdlib, you can always switch your images from "gray+alpha" with an version using "color RGBA". But i mostly recommend the update of the gdlib, since 3.0.36(RC1) also fixes some serious security issues. I hope this helps you Best regards Sebastian |
#294
|
|||
|
|||
Quote:
Quote:
|
#295
|
|||
|
|||
I might be dumm but do I have to do all those template edits on the dfff file?
I dont get the way is been done, which templates I edit, or remove? |
#296
|
|||
|
|||
damn the more I try with this mod the more problems I get. errr
|
#297
|
|||
|
|||
Hello FReeSTER,
the easiest way is to install the Template Modification System and than install this addon. Than all template-changes will be done automatically. If you do it manually you need to do all the template-changes within the TEMPLATE_CHANGES.diff. In the diff-format, "<" means remove and ">" means add. in a combination like Code:
Template: block_blogentries 5c5 < <img src="{vb:stylevar imgdir_cms}/widget-blog.png" alt="" /> --- > <span class="cms_widget_blog"></span> replace Code:
<img src="{vb:stylevar imgdir_cms}/widget-blog.png" alt="" /> Code:
<span class="cms_widget_blog"></span> Sebastian |
#298
|
|||
|
|||
Up there is saying "vB Version: 4.x.x", but when trying to install in a 4.0.8 version the plugin says it is incompatible.
|
#299
|
|||
|
|||
nvm.
|
#300
|
|||
|
|||
Hello kingMOB,
the addon has internally vBulletin 4.1.3 and above as depency. product-sprite-0.7.2.xml Code:
<dependency dependencytype="vbulletin" minversion="4.1.3" maxversion="" /> Code:
<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="" /> I have set this thread to vB Version: 4.x.x, since it should work with 4.x.x theoretically (as far as i can see), but until now it wasnt independent and practically confirmed, thats why the minversion is currently set to 4.1.3, the lowest vBulletin version for which it was confirmed in a live system. Best regards Sebastian |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|