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 |
#102
|
|||
|
|||
0.7.0a is uploaded.
This should solve the problem |
#103
|
|||
|
|||
My thread.css is
Code:
.threadbit .nonsticky a.threadstatus, .threadbit .sticky a.threadstatus { background-repeat: no-repeat; background-position: {vb:stylevar padding} 4px; position: relative; float: {vb:stylevar left}; clear: {vb:stylevar right}; width: {vb:math {vb:stylevar threadbit_iconsize.width}{vb:stylevar threadbit_iconsize.units} + {vb:math 2 * {vb:stylevar padding}}}; display:block; } |
#104
|
|||
|
|||
Hello giorgino,
please remove background-position: {vb:stylevar padding} 4px; This overwrites the background-position of our sprites. Best regards Sebastian |
#105
|
|||
|
|||
No they aren't because my images aren't located there. They are at i1.vgchat.info
|
#106
|
|||
|
|||
Perfect Osbes Thank you, great work!
What about this issue? https://vborg.vbsupport.ru/showpost....9&postcount=97 |
#107
|
|||
|
|||
Hello giorgino
Sorry, i overlook this. I made these based on 4.1.3, maybe this changed with 4.1.5. Are there some images like Code:
<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /> Best regards Sebastian |
#108
|
|||
|
|||
So how do I get this to point to i1.vgchat.info since the forum is at vgchat.info/forum
|
#109
|
|||
|
|||
Hello extreme-gaming,
what would be the corresponding absolute filepath that is used for i1.vgchat.info , ..., i3.vgchat.info? Are you using some rewirte rules to support the link between "/i1/icons" and i1.vgchat.info ? In the most CDNs (like used bei vBSeo), there are URLs in the StyleVars, what our addon understands, but i dont know if you need additional software like vBSeo to Support CDNs for vBulletin). Best regards Sebastian |
#110
|
|||
|
|||
Sorry about that, it's i1.vgchat.info. I don't have to use any rewrite rules at all, since I've changed the image paths via stylevars so the paths I used were these.
/1/icons ../1/icons |
#111
|
|||
|
|||
Yes Osbes I use 4.1.5
Another issue in search.php (new messages) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|