vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Thread tools, Search ect. not working. (https://vborg.vbsupport.ru/showthread.php?t=122492)

Fire.Fly09 07-29-2006 03:54 PM

Thread tools, Search ect. not working.
 
All things where there is a menu that shows (I.E Search, Thread tools ,Search,Search this Thread,Rate Thread) it doesnt show anymore. For example, lets say I want to close a thread via Thread tools, I cant do it because the menu does not show up. Or if I want to do a search it never shows.

I have no idea what could be causing this. Anybody have any ideas?

Shazz 07-29-2006 04:12 PM

So you have Forum Tools, But not thread tools?

Be sure you have somewhere in you

SHOWTHREAD
Template

PHP Code:

<!-- thread tools menu -->
<
div class="vbmenu_popup" id="threadtools_menu" style="display:none">
<
form action="postings.php" method="post" name="threadadminform">
    <
table cellpadding="4" cellspacing="1" border="0">
    <
tr>
        <
td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]/> <a href="printthread.php?$session[sessionurl]t=$threadidaccesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]/> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$threadidrel="nofollow">$vbphrase[email_this_page]</a></td>
    </
tr>
    <if 
condition="$show['member']">
    <
tr>
        <
td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]/>
        <if 
condition="$show['subscribed']">
            <
a href="subscription.php?$session[sessionurl]do=removesubscription&amp;t=$threadidrel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a>
        <else />
            <
a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$threadidrel="nofollow">$vbphrase[subscribe_to_this_thread]</a>
        </if>
        </
td>
    </
tr>
    </if>
    <if 
condition="$show['addpoll']">
    <
tr>
        <
td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]/> <a href="poll.php?$session[sessionurl]do=newpoll&amp;t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></td>
    </
tr>
    </if>
    <if 
condition="$show['adminoptions']">
    <
tr>
        <
td class="thead">$vbphrase[admin_tools]<a name="goto_threadadmin"></a></td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option" title="nohilite">
        <if 
condition="$show['openclose']"><div><label for="ao_oct"><input type="radio" name="do" id="ao_oct" value="openclosethread" checked="checked" /><if condition="$show['closethread']">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if></label></div></if>
        <if 
condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_copy_thread]</label></div></if>
        <if 
condition="$show['editthread']"><div><label for="ao_edt"><input type="radio" name="do" id="ao_edt" value="editthread" />$vbphrase[edit_thread]</label></div></if>
        <if 
condition="$show['deletethread']"><div><label for="ao_dlt"><input type="radio" name="do" id="ao_dlt" value="deletethread" />$vbphrase[delete_thread]</label></div></if>
        <if 
condition="$show['managethread']">
            <
div><label for="ao_sut"><input type="radio" name="do" id="ao_sut" value="stick" /><if condition="$show['unstick']">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></label></div>
            <
div><label for="ao_mgt"><input type="radio" name="do" id="ao_mgt" value="mergethread" />$vbphrase[merge_threads]</label></div>
            <!--<
div><label for="ao_spt"><input type="radio" name="do" id="ao_spt" value="splitthread" />$vbphrase[split_thread]</label></div>-->
            <
div><label for="ao_rrd"><input type="radio" name="do" id="ao_rrd" value="removeredirect" />$vbphrase[remove_redirects]</label></div>
        </if>
        <if 
condition="$show['editpoll']"><div><label for="ao_edp"><input type="radio" name="do" id="ao_edp" value="editpoll" />$vbphrase[edit_poll]</label></div></if>
        </
td>
    </
tr>
    <
tr>
        <
td class="vbmenu_option" title="nohilite" align="center">
            <
input type="hidden" name="s" value="$session[sessionhash]/>
            <
input type="hidden" name="t" value="$threadid/>
            <
input type="hidden" name="pollid" value="$pollid/>
            <
input type="submit" class="button" value="$vbphrase[perform_action]/>
        </
td>
    </
tr>
    </if>
    </
table>
</
form>
</
div>
<!-- / 
thread tools menu --> 

________
herbal vaporizers

Fire.Fly09 07-29-2006 04:14 PM

No its there but it wont scroll down. Like where it says close topic ect.. I cant see that.

peterska2 07-29-2006 04:26 PM

You have a problem in your navbar template. Reverting this template will fix the issues with all dropdowns on the site.

Fire.Fly09 07-29-2006 06:23 PM

Quote:

Originally Posted by peterska2
You have a problem in your navbar template. Reverting this template will fix the issues with all dropdowns on the site.

I reverted it. But it still does not work.

peterska2 07-29-2006 06:31 PM

if you have any dropdowns in your header template then any faults there can also cause this problem.

Mr. Blur 07-29-2006 06:42 PM

multiple people with the same problem :( i feel your pain bro..

peterska2 07-30-2006 12:09 AM

There is a new article regarding this subject which can be found here


All times are GMT. The time now is 09:53 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.01167 seconds
  • Memory Usage 1,797KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete