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 |
#182
|
|||
|
|||
Just installed and I get this when I run refresh. ?
/home/xxxxxx/public_html/forums/images/statusicon/forum_new_lock-16.png (with bburl_path / ) does not exist or is not readable. /home/xxxxxx/public_html/forums/images/statusicon/forum_old_lock-16.png (with bburl_path / ) does not exist or is not readable. Those images appear chopped of at the bottom in firefox even look worse in IE. |
#183
|
|||
|
|||
Hi Andyrew,
both images currently doesnt exists within vBulletin, but there are possibile values for: Code:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-16.png Quote:
Best regards Sebastian |
#184
|
|||
|
|||
Many of the icons don't look correct when I enable your plugin.
|
#185
|
|||
|
|||
You are not using the latest Version.
This first bug is fixed in 0.7.1 (showthread icons) The attachment icon is due to a bug in GD version 2.0.35. A version which is >4 years old and has some security issues which were fixed 4 years ago. We need more infos on the FORUMHOME icons though. We can't reproduce that. Would be great if you can link us to your site (maybe a teststyle), where we can see what is causing that behaviour. |
#186
|
||||
|
||||
Just noticed in the 0.7.1 zip file, the product xml that is included in there is still 0.7.0a, or atleast the version id wasn't updated to reflect the new version.
the separate xml seems to be updated but I just downloaded the zip file since it includes both |
#187
|
|||
|
|||
Uh-Oh....
I am missing pretty much every icon possible on my forum after I went through and did all of the template stuff. Any idea what I did wrong? |
#188
|
|||
|
|||
That's the same thing happening on the skin that I have this plugin installed on
http://vgchat.info/forum/index.php?styleid=16 Also this really needs to be changed for people who have images on subdomains/cdn's like myself. Because I tried to add http://i1.vgchat.info/ to the sprite stylevars since thats the only way I know of to point it there while the forum is sitting on http://vgchat.info/forum/ I have my images there because there, they are cookie-free Code:
DF2 Error occurred: Your sprite folder uses an URL. Sprites cannot be saved via URLs. Please use an local filepath on your system for the StyleVar imgdir_sprite. |
#189
|
|||
|
|||
If you have some image like
http://dl.dropbox.com/u/246391/Robin.png which looks like http://dl.dropbox.com/u/246391/Robin_result.png in the Sprite (it is stretched and vertical lines are added), than you possible use a GD Libary older than 2.0.36. GD had a problem handling grayscale images with alpha channel correctly, wich was fixed with GD 2.0.36 in the Year 2007. Quote:
The solution is to update the GD-Libary to 2.0.36 (or later) or replace every file which uses "gray+alpha" with an version using "color RGBA". I would advise to update the GD-Libary, cause there is also a serious security problem, that was fixed in the Year 2009 by Debian. Quote:
So there seems to be a lot problem within the maintenance of servers, if some serious security issue isnt solved since 2-4 years. If you pay money for server maintenance i would be deeply shocked, if i were you. Best regards Sebastian |
#190
|
||||
|
||||
Quote:
I need the following images to be converted into sprites: http://www.radioctrl.com/highslide/g...ader.white.gif Defined in highslide.css Code:
.highslide-loading { background-image: url(graphics/loader.white.gif); http://www.radioctrl.com/images/gradients/grey-up.png Defined in socialgroups_overview.css Code:
li.sgicon .maincol { background:#ffffff url({vb:stylevar imgdir_gradients}/grey-up.png) repeat-x scroll and stylegenerator.css Code:
.forumhead+.childforum .L2:first-child .forumrow,.forumhead+.L2 .forumrow background: #FFFFFF url(images/gradients/grey-up.png) repeat-x scroll http://www.radioctrl.com/images/styl...misc/arrow.png Defined in additional.css Code:
.toplinks .notifications a.popupctrl { background: #242424 url({vb:stylevar imgdir_misc}/arrow.png) {vb:stylevar right} center no-repeat ; http://www.radioctrl.com/images/styl...ottomBarBG.gif Defined in additional.css Code:
.bottomBar { background:url(images/styles/Aesthetica/style/bottomBarBG.gif) repeat-x top left; There is a couple more, but you get the idea? What do I do to make the images defined in css files into sprites? |
#191
|
|||
|
|||
@exterme-gaming
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|