vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Ajax Thread (1stPost) Preview 1.5 Gold (https://vborg.vbsupport.ru/showthread.php?t=138461)

Lost Heaven 05-06-2007 02:55 PM

I find that this problem come from edit template >>FORUMDISPLAY .Remember that find :
Code:

<if condition="$show['threadicons']">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if>

and replace with :
Code:

<if condition="$show['threadicons'] && is_member_of($vbulletin->userinfo, $postpreviewusergroups) && $vbulletin->options[ajaxpostpreview_enable] == 1 && (!(in_array($forumid, $postpreviewforums)))">
                <td class="thead" colspan="3">&nbsp;</td>
        <else />
<if condition="$show['threadicons'] && !is_member_of($vbulletin->userinfo, $postpreviewusergroups) || $vbulletin->options[ajaxpostpreview_enable] == 0 || in_array($forumid, $postpreviewforums)">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if></if>

In file newinstall.txt has a problem that tell everybody find :
Code:

<if condition="$show['threadicons']">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if>       
        <td class="thead" width="100%">  ===>this broblem

Sorry,my english is very bad :(

tobias_t 05-30-2007 11:38 AM

I have installed this mod, but it doesn't work with the custom style of our forums because the expand icon to the left of the thread title doesn't show up. It works fine with the vBulleting default style. Any idea where to look for the source of this problem?

Thanks, Tobias

ok awesome 06-09-2007 04:39 PM

I've got this installed and it works great, but I was wondering if it would be possible for it to work this way.... I'd like it to replace the mouseover text preview that is on by default. Basically, if you mouseover a thread then you get the ajax preview, and if you move off of the thread the box auto closes. I know that can cause some problems so I was thinking maybe like a 3 second delay to launch, that way if someone just scrolls all the way down and hits every link a ton of windows don't pop up. I think that would be cool, but I couldn't figure out how to get it to work.

tobias_t 08-07-2007 03:32 PM

Hi there,

I installed it, but it doesn't work. The reason is that the icons for expanding the threads simply don't show up in the custom style that we are using (it does work in the standard vbulletin style).

I have tried both automatic and manual template edits, without success. Any suggestions?

Thanks, Tobias


All times are GMT. The time now is 09:38 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.01238 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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