vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Improved Thread Preview 1.5 (https://vborg.vbsupport.ru/showthread.php?t=99520)

rmxs 09-30-2006 06:09 PM

Quote:

Originally Posted by category
anybody know why the thread preview doesnt work for guests?

Check forum permisions!

rmxs 09-30-2006 06:12 PM

Quote:

Originally Posted by bashy
Hi peeps

Just noticed that with this installed the inline thread title edit dont work anymore, can anyone shed some light on this please?

I fix this in 3.6.x byt i cannot post the fix because doesnt work in all themes!

This is the original code try part part in this part..
Code:

## Template threadbit

Find:
                        <if condition="$show['gotonewpost']">
                                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
                        <else />
                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
                        </if>

Replace with:
<!-- TCattitude's improved thread preview -->
                        <if condition="$show['gotonewpost']">
                                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" onMouseOver="stm(Text[$thread[threadid]],Style[2])" onMouseOut="htm()">$thread[threadtitle]</a></strong>
                        <else />
                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"  onMouseOver="stm(Text[$thread[threadid]],Style[2])" onMouseOut="htm()">$thread[threadtitle]</a>
                        </if>
<!-- / TCattitude's improved thread preview -->

## Template threadbit

edit first this
Code:

if condition="$show['gotonewpost']">
                                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>

and chech if works if not revert and edit the part after <else />(3.6.x doesnt use <else />)
ALSO BE SURE THAT YOU EDIT ThE CORECT LINES!

If you have problem i post here my threadbit with my edits and the FIX BYT ONLY IF THE OWNET WONT IT!

Gizmo5h1t3 10-14-2006 08:12 AM

has anyone got any adaptations on this, as it still seems to be a bit buggy??

SCRIPT3R 11-23-2006 10:26 PM

has this been abandoned?

Seb@ 11-24-2006 08:45 PM

yep its abandoned

yoyoyoyo 12-06-2006 11:46 PM

Quote:

Originally Posted by Seb@ (Post 1124454)
yep its abandoned

too bad

Gizmo5h1t3 03-12-2007 02:05 PM

got this working fine on my place.....excellent hack this....

AcidX 07-10-2007 09:18 PM

Still no port for 3.6.x? :(

TCattitude 07-30-2007 09:44 PM

New version HERE:
https://vborg.vbsupport.ru/showthread.php?t=153835

Realm of Horror Comics 08-02-2007 04:26 PM

Edit: problem not to do with this hack.

Thanks TCattitude for all your help


All times are GMT. The time now is 10:08 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.01098 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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