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)

DNCL 08-09-2011 12:52 PM

Thanks :)

there is a similar issue in WOL

https://vborg.vbsupport.ru/external/2011/08/58.jpg

https://vborg.vbsupport.ru/external/2011/08/59.jpg

Osbes 08-09-2011 01:21 PM

Hello DCNL,

thanks, this is a similar problem.

vBulletin defines a css-rule like
Code:

.columnsort a, .columnsort span
there, but since we replace an img with a span, this rule also changes the behavior with our sprite.

A quick fix would be to rewrite it to
Code:

.columnsort a, .columnsort > th > span
but i will think about a better solution for this and implement it in 0.8.0 :)

If there will be more such problems i will release an additional version 0.7.3 to cover this, so it isnt delayed to long cause of the support for SHOWTHREAD in 0.8.0.

Best regards
Sebastian

Osbes 08-09-2011 02:08 PM

Hello BadgerDog,

BIG THANKS for your donation, i am really happy about your support :up:

Best wishes,
Sebastian

Taurus1 08-09-2011 02:58 PM

I am sorry for this question in here, so please forgive me. I asked my hosting company what version of GD-Library I have, and they answered me this:

Quote:

You have gd-2.0.33-9.4.el5_4.2, the latest from CentOS 5
Is this correct? That it is the latest version? Because on some of my styles I also see those weird looking images.

Thanks.

Osbes 08-09-2011 03:35 PM

Hello Taurus1,

the latest version of the gd library is 2.0.36 (from 2007) in which this bug was fixed.

I think gd 2.0.33 was released 2004. It may be the latest version with CentOS 5.

Debian uses gd 2.0.36 since Debain Lenny.

Best regards
Sebastian

Taurus1 08-09-2011 03:48 PM

Quote:

Originally Posted by Osbes (Post 2231406)
Hello Taurus1,

the latest version of the gd library is 2.0.36 (from 2007) in which this bug was fixed.

I think gd 2.0.33 was released 2004. It may be the latest version with CentOS 5.

Debian uses gd 2.0.36 since Debain Lenny.

Best regards
Sebastian

Thank you very much. (Sent you some bucks to say thanks for everything!)

Taurus1 08-09-2011 03:55 PM

Sorry, I have one question. If I disable TMS now, after this is already installed, will I loose all template edits?
And then can I just enable it again if there is an update?

Thanks.

steeler7 08-11-2011 02:43 PM

Question..

My "goto last post" button isn't showing up which is likely caused by me forgetting to edit code... any idea what bit of code there was to edit in order to get this to appear?

Osbes 08-12-2011 12:12 PM

Hello Taurus1,

THANKS for your donation, its really really nice, big thanks!

I which i could have answered sooner, but i had a lot work to do this week.

I dont know if TMS will remove the template-changes if you disable it, but i think it will remove them, if you deinstall it.
I think Andreas will answer this, if you ask him in the corresponding thread: https://vborg.vbsupport.ru/showthrea...152931&page=44

Again, Thank you very much!

Best wishes
Sebastian

Osbes 08-12-2011 12:16 PM

Hello steeler7,

sorry for my late answer.

It seems you have already find the solution? Just to make sure, this are the needed template changes:

Code:

6c14
<    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
---
>    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><span class="sprite_button_lastpost" title="{vb:rawphrase go_to_last_post}"></span></a>
18c26
<    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
---
>    <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><span class="sprite_button_lastpost" title="{vb:rawphrase go_to_last_post}"></span></a>

Best regards
Sebastian


All times are GMT. The time now is 07:39 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.01617 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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