vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - United-Forum CSS Sprites - ludicrous speed - NOW! (https://vborg.vbsupport.ru/showthread.php?t=266696)

Mooff 08-01-2011 01:16 PM

@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.

final kaoss 08-01-2011 01:18 PM

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


bilgicc 08-01-2011 01:30 PM

1 Attachment(s)
Good modifications. I rate and Nominate for MOTM.

Can you added this images for sprites.

Thanks for mod.

giorgino 08-01-2011 01:43 PM

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">&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">&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 />&amp;</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">&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">&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 />&amp;</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">&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">&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 />&amp;</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">&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">&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 />&amp;</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">&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">&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 />&amp;</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">&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">&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 />&amp;</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 -->


Mooff 08-01-2011 01:44 PM

Thanks bilgicc

As for gradients:
Quote:

Originally Posted by Mooff (Post 2223052)
Another quick word on gradients.
I'm not so sure whether we should implement them at all. Those gradients are mostly used for background manipulation and in the styles i made for our board i used those gradients in many places. Places they weren't used in the default vb version and i removed them in a lot of backgrounds where vbulletin has them.
I personally think it will be impossible for us to create the addon in a way that we will automatically find all the places where you have used this one particular gradient - and will end up in serving the background some times via sprite and some times via icon.

But you can add those gradients in the sprite yourself. Since 0.6.0 we have added the
posibility to add custom icons into the sprite via the plugin-hook sprite_add_icon.
Be aware that this option is meant for experienced users and will probably stay that way for a long time. That aside, if you are using a modded style it gives the style designer the opportunity to offer a plugin to our addon, which includes all his additional graphics.

If i find some time later today i'll translate our german faq on how to use that plugin-hook.

--------------------------------

Quote:

Your addon still thinks the images can be found here though. When they cant.
If you do not tell our addon where those images are located - it can't find them.

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. ;) :D

final kaoss 08-01-2011 01:49 PM

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:

Originally Posted by Mooff (Post 2227675)
Thanks bilgicc

As for gradients:





If you do not tell our addon where those images are located - it can't find them.

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. ;) :D

And listen. I already know that it has to be readable/writable and quite frankly, you would be aware that I already knew that if you actually backtracked a bit & read (since I already had this installed and working prior to moving the images). THAT HAS NOTHING TO DO WITH IT, People here aren't stupid. The problem here is what I've been posting

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


Mooff 08-01-2011 02:16 PM

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.

DNCL 08-01-2011 02:20 PM

Hello Mooff, you looked into my problem? :)

final kaoss 08-01-2011 02:24 PM

1 Attachment(s)
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:

so add http://vgchat.info/i1/statusicon/ as your statusicon image directory.
Quote:

Originally Posted by Mooff (Post 2227683)
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.


Mooff 08-01-2011 02:35 PM

@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 )


All times are GMT. The time now is 01:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01527 seconds
  • Memory Usage 1,853KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete