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 |
#282
|
|||
|
|||
Thanks
there is a similar issue in WOL |
#283
|
|||
|
|||
Hello DCNL,
thanks, this is a similar problem. vBulletin defines a css-rule like Code:
.columnsort a, .columnsort span A quick fix would be to rewrite it to Code:
.columnsort a, .columnsort > th > span If there will be more such problems i will release an additional version 0.7.3 to cover this, so it isnt delayed to long cause of the support for SHOWTHREAD in 0.8.0. Best regards Sebastian |
#284
|
|||
|
|||
Hello BadgerDog,
BIG THANKS for your donation, i am really happy about your support :up: Best wishes, Sebastian |
#285
|
||||
|
||||
I am sorry for this question in here, so please forgive me. I asked my hosting company what version of GD-Library I have, and they answered me this:
Quote:
Thanks. |
#286
|
|||
|
|||
Hello Taurus1,
the latest version of the gd library is 2.0.36 (from 2007) in which this bug was fixed. I think gd 2.0.33 was released 2004. It may be the latest version with CentOS 5. Debian uses gd 2.0.36 since Debain Lenny. Best regards Sebastian |
#287
|
||||
|
||||
Thank you very much. (Sent you some bucks to say thanks for everything!)
|
#288
|
||||
|
||||
Sorry, I have one question. If I disable TMS now, after this is already installed, will I loose all template edits?
And then can I just enable it again if there is an update? Thanks. |
#289
|
|||
|
|||
Question..
My "goto last post" button isn't showing up which is likely caused by me forgetting to edit code... any idea what bit of code there was to edit in order to get this to appear? |
#290
|
|||
|
|||
Hello Taurus1,
THANKS for your donation, its really really nice, big thanks! I which i could have answered sooner, but i had a lot work to do this week. I dont know if TMS will remove the template-changes if you disable it, but i think it will remove them, if you deinstall it. I think Andreas will answer this, if you ask him in the corresponding thread: https://vborg.vbsupport.ru/showthrea...152931&page=44 Again, Thank you very much! Best wishes Sebastian |
#291
|
|||
|
|||
Hello steeler7,
sorry for my late answer. It seems you have already find the solution? Just to make sure, this are the needed template changes: Code:
6c14 < <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a> --- > <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><span class="sprite_button_lastpost" title="{vb:rawphrase go_to_last_post}"></span></a> 18c26 < <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a> --- > <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><span class="sprite_button_lastpost" title="{vb:rawphrase go_to_last_post}"></span></a> Sebastian |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|