vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   None of my dropdowns on my site work *HELP* (https://vborg.vbsupport.ru/showthread.php?t=186746)

rob305 07-30-2008 01:23 PM

None of my dropdowns on my site work *HELP*
 
Basically none of the Drop downs on my site work.


www.theleak.net

also for some reason if there is like 2 or more pages the reputation button wont work you click it no response...


the reputation part is the biggest deal here...pleas help

please help

Marco van Herwaarden 07-30-2008 01:37 PM

To troubleshoot this, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.

rob305 07-30-2008 11:24 PM

Bump

Lynne 07-30-2008 11:39 PM

Did you try what Marco suggested?

rob305 07-31-2008 05:46 PM

If i do that wont i lose my current skin ?

Lynne 07-31-2008 06:09 PM

Quote:

Originally Posted by rob305 (Post 1588543)
If i do that wont i lose my current skin ?

He said to create a NEW style without a parent. You can make it non-pickable to users and then only you, the admin, can use it.

rob305 07-31-2008 07:55 PM

Ok i did what Marco suggested and they do work when i have that style....

So what should i do now...thanks for the help much appreciated

Lynne 07-31-2008 08:51 PM

Now you know that it is a problem with your style/templates. So, next you need to try to figure out which one. I'd start by looking at some of the header templates and comparing the one in your style with the default vbulletin one and seeing if you can find the problem there.

rob305 07-31-2008 09:09 PM

Ok Lynne....Thanks im goign to compare them now

--------------- Added [DATE]1217542304[/DATE] at [TIME]1217542304[/TIME] ---------------

Ok i have no idea what im looking for ...

Opserty 07-31-2008 10:01 PM

Contact the author of the style...

rob305 07-31-2008 10:08 PM

Quote:

Originally Posted by Opserty (Post 1588719)
Contact the author of the style...

Cant he died...

Any1 else? that can actually offer some help instead of Sarcasm

Lynne 07-31-2008 10:15 PM

Opserty was not being sarcastic. When a style doesn't work, then the best thing to do is to contact the author. If you are not using a style that was made for your version of vbulletin, then the best thing to do is contact the author and see if he has upgraded the style to work with your version.

Click on a template that is in red (that means it was modified from the default). Then click on View History. There you can compare your version of the template to the default vbulletin one.

rob305 08-01-2008 04:09 AM

i cant figure it out lynne any way yoiu could take a look?

Code:

--------------- Added [DATE]1217567516[/DATE] at [TIME]1217567516[/TIME] ---------------

this is whats in the red templatees in the skin
FOOTER

<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">
       
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
        <if condition="$show['quickchooser']">
                <td class="tfoot">
                        <select name="styleid" onchange="switch_id(this, 'style')">
                                <optgroup label="$vbphrase[quick_style_chooser]">
                                        $quickchooserbits
                                </optgroup>
                        </select>
                </td>
        </if>
        <if condition="$show['languagechooser']">
                <td class="tfoot">
                        <select name="langid" onchange="switch_id(this, 'lang')">
                                <optgroup label="$vbphrase[quick_language_chooser]">
                                        $languagechooserbits
                                </optgroup>
                        </select>
                </td>
        </if>
        <td class="tfoot" align="$stylevar[right]" width="100%">
                <div class="smallfont">
                        <strong>
                                <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                                <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                                <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                                <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                                <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                                <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                                <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                        </strong>
                </div>
        </td>
</tr>
</table>

<br />

<div align="center">
        <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]
        <!-- Do not remove this copyright notice -->
        </div>
       
        <div class="smallfont" align="center">
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
       
        $vboptions[copyrighttext]
        </div>
</div>

</form>

<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
        <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
        <input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
        var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
        var utcOffset = new Date().getTimezoneOffset() / 60;
        if (Math.abs(tzOffset + utcOffset) == 1)
        {        // Dst offset is 1 so its changed
                document.forms.dstform.submit();
        }
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
        // Main vBulletin Javascript Initialization
        vBulletin_init();
//-->
</script>

HEADER

<!-- set below for skin width-->
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0"  bgcolor="#303c45">
<tr>
<td width="100%" align="left" valign="top">
<center><IMG SRC="http://i25.tinypic.com/1ev2g2.jpg"></center>


<!-- nav buttons bar -->
<div align="center">
<div id="nav_back"><div id="nav_rs"></div><div id="nav_ls"></div>
        <table cellpadding="0" cellspacing="0" border="0" width="45%" align="center">
        <tr>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        <td class="h_nav"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>       
                <if condition="$show['member']">
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                        <td align="center" class="h_nav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                        </if>                       
                <if condition="$show['registerbutton']">
                                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                        <td class="h_nav"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
                </if>
               
                <!-- Load Blog Link-->
<if condition="$vbulletin->products['vbblog']"><td class="h_nav"><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></td>
<td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
</if>
<!-- End Blog Link-->
               
                <td class="h_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                <td class="h_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                <td class="h_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                                <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                                </if>
                                <td id="navbar_search" class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="h_nav"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links] </a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="h_nav"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="h_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="h_nav"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="h_nav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="h_nav"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
                        <td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>

        </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

</div>
<table border="0" width="100%" cellpadding="15" cellspacing="0" bgcolor="#303c45">
<tr><td>

 <div id="round_top_main"><div id="round_top_ls"><img src="$stylevar[imgdir_misc]/ls_main_table_top.gif" alt="" /></div><div id="round_top_rs"><img src="$stylevar[imgdir_misc]/rs_main_table_top.gif" alt="" /></div></div>
<!-- content table -->
<table bgcolor="#2c3841" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

$spacer_open

$_phpinclude_output
$welcomeheaders


HEADINCLUDE

<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
<else />
        <if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
        <else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
        </if>
</if>

<!-- CSS Stylesheet -->
$style[css]
<if condition="is_browser('opera') AND !is_browser('opera', '8.0.1')">
<style type="text/css">
ul, ol { padding-left:20px; }
</style>
</if>
<!-- / CSS Stylesheet -->

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>

<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />
<if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&amp;forumids=$foruminfo[forumid]" />
</if>
</if>



Please help those are the only templates for the skin that are edited

Lynne 08-01-2008 02:36 PM

Did you try what I suggested? Go into your footer template and hit View History in the upper left and then compare your template to the default. I can't help because I have no site running 3.6.10 to be able to compare your templates to.

Also, you really should use the code tags. Not using them makes looking at code very difficult. Also, make sure when you are looking at modified templates that you expand your style so you can see them all - hit the <<>> button on the right of the style to have them all listed.

Another thing.... your drop-downs work when you are viewing threads (in showthread.php), but not when you are viewing forums (forumdisplay.php). So, that may help you find the problem.

rob305 08-02-2008 02:38 AM

Well i have no idea what to do Lynne....

Could you give me instructions?

Lynne 08-02-2008 02:52 AM

I don't know that I can describe it any better. Select the template and hit View History. Then you have the option to select your current version of the template and another template (default is the jelsoft one) and hit Compare. It then shows you the differences. You may then copy/paste what you need into your template. I don't know how else to describe it. You just need to try it and see how it works. (It's a good thing to learn this sort of thing since it comes in handy anytime you need to do upgrades.)


All times are GMT. The time now is 06:29 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.01256 seconds
  • Memory Usage 1,835KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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