vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Complete Thread Description Hack 1.7 (https://vborg.vbsupport.ru/showthread.php?t=68263)

wrongful 08-20-2004 06:47 PM

Awesome, thanks!

turbidblue 08-20-2004 10:34 PM

thank you, i was just about to post that error too!

your fix, fixed it ;)

xoxoox

sblum 08-21-2004 02:01 AM

Thanks for bearing with me, guys. First hack I've released, but seems to work well.

ambrosious 08-21-2004 03:29 PM

HELP?!

Did everthing right, near as I can tell, and got this:

ambrosious 08-21-2004 07:21 PM

Anyone?

ambrosious 08-21-2004 07:52 PM

I've narrowed it down to this part of forumdisplay template:

PHP Code:

<td class="thead" width="80%">
        <if 
condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=voteavg">$vbphrase[rating]</a$sortarrow[voteavg]</span></if>
        <
a href="$sorturl&amp;order=asc&amp;sort=title">$vbphrase[thread]</a$sortarrow[title]
        
    </
td>
    <
td class="thead" width="20%" align="center" background="clear.gif"><a href="$sorturl&amp;order=asc&amp;sort=postusername">$vbphrase[thread_starter]</a></td>
    <
td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=replycount">$vbphrase[replies]</a$sortarrow[replycount]</span></td>
    <
td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=views">$vbphrase[views]</a$sortarrow[views]</span></td>    <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost">$vbphrase[last_post]</a$sortarrow[lastpost]</span></td>
</
tr

Does that look right?

gwon 08-21-2004 08:46 PM

Everything has worked fine for me, other than after installing this, whenever I post an announcement I get the following problem (it should be noted that I installed both hacks:

http://www.somethingboring.com/junk/problem.gif

ambrosious 08-21-2004 10:09 PM

Nevermind, it was in threadbit, a missing <. Works wonderfully.

sblum 08-23-2004 07:37 AM

Was the missing < in my instructions?

I didn't include the announcement changes in the txt file? Thought I did, going back to revise...

sblum 08-23-2004 07:39 AM

Open the "forumdisplay_announcement" template, find
PHP Code:

<td class="alt2" colspan="<if condition="$show['threadicons']">5<else />4</if>"

replace with
PHP Code:

<td class="alt2" colspan="<if condition="$show['threadicons']">6<else />5</if>"

It's that easy!

Text file now updated with these changes!


All times are GMT. The time now is 09:12 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.01196 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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