Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2006, 03:54 PM
Fire.Fly09 Fire.Fly09 is offline
 
Join Date: May 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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?
Reply With Quote
  #2  
Old 07-29-2006, 04:12 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #3  
Old 07-29-2006, 04:14 PM
Fire.Fly09 Fire.Fly09 is offline
 
Join Date: May 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No its there but it wont scroll down. Like where it says close topic ect.. I cant see that.
Reply With Quote
  #4  
Old 07-29-2006, 04:26 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have a problem in your navbar template. Reverting this template will fix the issues with all dropdowns on the site.
Reply With Quote
  #5  
Old 07-29-2006, 06:23 PM
Fire.Fly09 Fire.Fly09 is offline
 
Join Date: May 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 07-29-2006, 06:31 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you have any dropdowns in your header template then any faults there can also cause this problem.
Reply With Quote
  #7  
Old 07-29-2006, 06:42 PM
Mr. Blur's Avatar
Mr. Blur Mr. Blur is offline
 
Join Date: Jul 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

multiple people with the same problem i feel your pain bro..
Reply With Quote
  #8  
Old 07-30-2006, 12:09 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13663 seconds
  • Memory Usage 2,290KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete