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 |
#112
|
|||
|
|||
@giorgino
Thanks for the report, we have missed that one. Search.php seems to use another threadbit template, we will update this later today. Subscribed forums in the user control panel do work though. |
Благодарность от: | ||
giorgino |
#113
|
|||
|
|||
Your addon still thinks the images can be found here though. When they cant.
Code:
/home/vgchat/public_html/forum/i1/statusicon/category-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_link.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_new.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_old_lock.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_old.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_link-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new_lock-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old_lock-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_link-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new_lock-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old_lock-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_link-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_new-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_old-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_link.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_new.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_old.png |
#115
|
|||
|
|||
These are the template changes updated for 4.1.5 for reference and help
Code:
* Template: pagenav * 5c5 Trova: <span class="first_last"><a href="{vb:raw lastaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw totalpages}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="first_last"><a href="{vb:raw lastaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw totalpages}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span> --> <span class="first_last"><a href="{vb:raw lastaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw totalpages}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<span class="pagination_last" title="{vb:rawphrase last}"></span></a></span> <!-- SPRITE OFF --> * 8c8 Trova: <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw nextpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/next-{vb:stylevar right}.png" alt="{vb:rawphrase next}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw nextpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/next-{vb:stylevar right}.png" alt="{vb:rawphrase next}" /></a></span> --> <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw nextpage}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_next" title="{vb:rawphrase next}"></span></a></span> <!-- SPRITE OFF --> * 18c18 Trova: <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw prevpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/previous-{vb:stylevar right}.png" alt="{vb:rawphrase previous}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw prevpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/previous-{vb:stylevar right}.png" alt="{vb:rawphrase previous}" /></a></span> --> <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw prevpage}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_previous" title="{vb:rawphrase previous}"></span></a></span> <!-- SPRITE OFF --> * 21c21 Trova: <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/first-{vb:stylevar right}.png" alt="{vb:rawphrase first}" />{vb:rawphrase first}</a></span> --- Sostituisci con: <!-- SPRITE ON <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/first-{vb:stylevar right}.png" alt="{vb:rawphrase first}" />{vb:rawphrase first}</a></span> --> <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_first" title="{vb:rawphrase first}"></span>{vb:rawphrase first}</a></span> <!-- SPRITE OFF --> * 23c23 Trova: <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl">{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}<vb:if condition="THIS_SCRIPT == 'member'"><img src="{vb:stylevar imgdir_misc}/black_downward_arrow.png" title="" alt="" /></vb:if></a></span> --- Sostituisci con: <!-- SPRITE ON <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl">{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}<vb:if condition="THIS_SCRIPT == 'member'"><img src="{vb:stylevar imgdir_misc}/black_downward_arrow.png" title="" alt="" /></vb:if></a></span> --> <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl">{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}<vb:if condition="THIS_SCRIPT == 'member'"><span class="sprite_misc_black_downward_arrow"></span></vb:if></a></span> <!-- SPRITE OFF --> * 25c25 Trova: <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl"><vb:if condition="THIS_SCRIPT == 'member'"><img src="{vb:stylevar imgdir_misc}/black_downward_arrow.png" title="" alt="" /></vb:if>{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}</a></span> --- Sostituisci con: <!-- SPRITE ON <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl"><vb:if condition="THIS_SCRIPT == 'member'"><img src="{vb:stylevar imgdir_misc}/black_downward_arrow.png" title="" alt="" /></vb:if>{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}</a></span> --> <span<vb:if condition="THIS_SCRIPT == 'member'"> class="popupspan"</vb:if>><a href="javascript://" class="popupctrl"><vb:if condition="THIS_SCRIPT == 'member'"><span class="sprite_misc_black_downward_arrow"></span></vb:if>{vb:rawphrase page_x_of_y, {vb:raw pagenumber}, {vb:raw totalpages}}</a></span> <!-- SPRITE OFF --> 27c27 Trova: <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/first-{vb:stylevar right}.png" alt="{vb:rawphrase first}" />{vb:rawphrase first}</a></span> --- Sostituisci con: <!-- SPRITE ON <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/first-{vb:stylevar right}.png" alt="{vb:rawphrase first}" />{vb:rawphrase first}</a></span> --> <span class="first_last"><a rel="start" href="{vb:raw firstaddress}{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase first_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw firstnumbers.first}, {vb:raw firstnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_first" title="{vb:rawphrase first}"></span>{vb:rawphrase first}</a></span> <!-- SPRITE OFF --> 30c30 Trova: <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw prevpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/previous-{vb:stylevar right}.png" alt="{vb:rawphrase previous}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw prevpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/previous-{vb:stylevar right}.png" alt="{vb:rawphrase previous}" /></a></span> --> <span class="prev_next"><a rel="prev" href="{vb:raw prevaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw prevpage}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase prev_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw prevnumbers.first}, {vb:raw prevnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_previous" title="{vb:rawphrase previous}"></span></a></span> <!-- SPRITE OFF --> 40c40 Trova: <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw nextpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/next-{vb:stylevar right}.png" alt="{vb:rawphrase next}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw nextpage}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><img src="{vb:stylevar imgdir_pagination}/next-{vb:stylevar right}.png" alt="{vb:rawphrase next}" /></a></span> --> <span class="prev_next"><a rel="next" href="{vb:raw nextaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw nextpage}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase next_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw nextnumbers.first}, {vb:raw nextnumbers.last}, {vb:raw total}}"><span class="sprite_pagination_next" title="{vb:rawphrase next}"></span></a></span> <!-- SPRITE OFF --> 43c43 Trova: <span class="first_last"><a href="{vb:raw lastaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw totalpages}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span> --- Sostituisci con: <!-- SPRITE ON <span class="first_last"><a href="{vb:raw lastaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&</vb:if>page={vb:raw totalpages}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span> --> <span class="first_last"><a href="{vb:raw lastaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&</vb:if>page={vb:raw totalpages}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<span class="sprite_pagination_last" title="{vb:rawphrase last}"></span></a></span> <!-- SPRITE OFF --> |
#116
|
|||
|
|||
Thanks bilgicc
As for gradients: Quote:
-------------------------------- Quote:
How would your users access those files via their web browser (please provide a full sample link we can click to see an image)? In addition the folder where our addon wants to write the sprite has to be writeable and accessible by the user/group which does execute our addon. We cannot hack your linux system in order for our addon to save data. |
#117
|
|||
|
|||
SO HOW DO i DO THAT??? I already explained three times what I edited. And still, no support.
Anyways, they would get to it from here http://vgchat.info/i1/sprites/sprite-16-main.png Quote:
THERE ARE NO IMAGES AT /forum/i1/statusicon/category-16.png That one would be found here now /i1/statusicon/category-16.png Code:
/home/vgchat/public_html/forum/i1/statusicon/category-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_link.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_new.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_old_lock.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/category_forum_old.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_link-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new_lock-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old_lock-16.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_link-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_new_lock-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/forum_old_lock-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_link-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_new-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_old-48.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_link.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_new.png does not exist or is not readable. /home/vgchat/public_html/forum/i1/statusicon/subforum_old.png |
#118
|
|||
|
|||
You can be aggressive all you want. In the end you do tell our addon to look in the wrong place.
We cannot magically guess where your images are located. And no you apparently did not tell us that. Thats a link to an actual image used by a vbulletin board: https://www.vbulletin.com/forum/imag...rum_new-48.png where are your images located. Not the sprite. The images your users see when they visit your site. Again i have to guess what link you might have to add. Your feedback is not clear enough. I'm really sorry, but that's the way it is. so add http://vgchat.info/i1/statusicon/ as your statusicon image directory. That might work, that might not work. Or maybe http://1i/vgchat.info/ or http://3i/vgchat.info. Help me helping you - i really cannot work with the level of information you do provide. |
#119
|
|||
|
|||
Hello Mooff, you looked into my problem?
|
#120
|
|||
|
|||
When people have to repeat themselves over and over, what do you expect?
And where do you want me to change this at? In the stylevars or in the template edits? Because right now, this is how I'm setting the image paths. Quote:
Quote:
|
#121
|
|||
|
|||
@DNCL please install 0.7.0a it should solve that bug.
@exterme-gaming I do expect new information when i'm asking a question. New information which actually can be called an answer. Repeating the same 'not enough information' over and over again won't help at all. Getting called not supportive isn't of help either. Since we are actually trying to help you right now. In that box, replace /i1/statusicon with http://vgchat.info/i1/statusicon (so the addon does read your files from there (and similar) http://vgchat.info/i1/statusicon/forum_new-48.png ) |
Благодарность от: | ||
DNCL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|