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)

Crotan 05-10-2012 05:06 AM

Quote:

Originally Posted by markp_2000 (Post 2327826)
It is complaining about not have the php5-gd library at 2.0.36 or higher. I have verified that it is. Will the mod work with this complaint? It made the sprites in the directory.

Mark

People in past versions with earlier gd libraries had screwed up sprites for any icons that were grayscale. So if none of your icons are grayscale, I think you should be in good shape.

Beyond the current bug where thread sprites aren't showing up, everything else should work.

markp_2000 05-10-2012 03:36 PM

Quote:

Originally Posted by Crotan (Post 2327898)
People in past versions with earlier gd libraries had screwed up sprites for any icons that were grayscale. So if none of your icons are grayscale, I think you should be in good shape.

Beyond the current bug where thread sprites aren't showing up, everything else should work.

Thanks, I examined all of the sprites last night and they all look fine (no greyscale).

Mark

Zachery 05-10-2012 03:42 PM

Quote:

Originally Posted by sivaganeshk (Post 2325703)
Why is this not built on official vb 4.1.12 ?

Using sprites, are not easy for the average user to actually modify the images and change things.

We didn't think it was something we wanted to push in vB4 at the time of release (3 years ago almost now).

Crotan 05-11-2012 12:43 AM

Quote:

Originally Posted by Zachery (Post 2328079)
Using sprites, are not easy for the average user to actually modify the images and change things.

We didn't think it was something we wanted to push in vB4 at the time of release (3 years ago almost now).

Hopefully that view has changed now? Is there a better tracker item to upvote for CSS sprites than

http://tracker.vbulletin.com/browse/...3Aall-tabpanel

bilgicc 05-11-2012 09:05 PM

Quote:

Originally Posted by Zachery (Post 2328079)
Using sprites, are not easy for the average user to actually modify the images and change things.

We didn't think it was something we wanted to push in vB4 at the time of release (3 years ago almost now).

I think, that may be offered as an option. Who want to use sprites plugin, active it on plugin & product.

MikaN 05-16-2012 10:35 AM

Quote:

Originally Posted by sarangan (Post 2308133)
Now thread icons are not showing.. Still need another fix.

You can probably fix this manually.

Edit threadbit - template

It begins with:

Code:

<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">....
Add "sprite_statusicon_thread_30" (without quotes) in front of that threadbit string.. so that it looks like this:

Code:

<li class="sprite_statusicon_thread_30 threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">...

Crotan 05-16-2012 07:36 PM

Quote:

Originally Posted by MikaN (Post 2329828)
You can probably fix this manually.

Edit threadbit - template

It begins with:

Code:

<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">....
Add "sprite_statusicon_thread_30" (without quotes) in front of that threadbit string.. so that it looks like this:

Code:

<li class="sprite_statusicon_thread_30 threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">...

That will fix it, but for some reason the template modification ceased automatically applying this change after vb 4.1.11

fly 05-16-2012 08:13 PM

Quote:

Originally Posted by Crotan (Post 2329996)
That will fix it, but for some reason the template modification ceased automatically applying this change after vb 4.1.11

Well, if the template changed, can't you just modify the search and replace for it in TMS?

Crotan 05-16-2012 10:45 PM

Quote:

Originally Posted by fly (Post 2330003)
Well, if the template changed, can't you just modify the search and replace for it in TMS?

I think that will be the better solution, but ultimately this addon needs to be updated for the same for it to be fully compatible with vb 4.1.11+ otherwise every user, who downloads and installs will have to do it

MikaN 05-17-2012 08:39 AM

1 Attachment(s)
Yes, that's a "quick fix" because for some reason even though that particular modification line is active its status is not checked so it's not applied and I couldn't find a reason for that.

ps. there's another similar thing with search_threadbit template. That string is active, but status is not checked -> doesn't work which means that getdaily results are missing that status icon also.

An another one: memberaction_dropdown:
https://vborg.vbsupport.ru/showpost....&postcount=498

Edit: as fly said it above .. the reason is obvious - if the original template has changed TMS can't modify that template because the search string doesn't match (sorry if this conclusion is obvious :) I'm just learning how TMS and this mod works :) ).

So I guess, somebody needs to update this mod to be fully compatible with the latest vB - remember... keeping vB "up-to-date" is important for security reasons. vBulletin should make this mod a core feature.


All times are GMT. The time now is 03:25 AM.

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.01666 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (9)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