vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Choosing Language Bar at footer NOT showing up.. (https://vborg.vbsupport.ru/showthread.php?t=269513)

FReeSTER 09-01-2011 03:27 PM

Choosing Language Bar at footer NOT showing up..
 
Hello guys. I have a problem that the language bar to choose language for the forum is not showing on any of the styles I have installed. I had a webmaster that did major template modifications and Im not sure what he did on this one..

I check the footer template and the code is there together with the Styles Changer window for my surprise.

Code:

{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
<div id="footer" class="floatcontainer footer">
<div class="skinSelect">
        <form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">

                       
                <vb:if condition="$show['quickchooser']">
                        <select name="styleid" onchange="switch_id(this, 'style')">
                                <optgroup label="{vb:rawphrase quick_style_chooser}">
                                        {vb:raw quickchooserbits}
                                </optgroup>
                        </select>       
                </vb:if>
               
                <vb:if condition="$show['languagechooser']">
                        <select name="langid" onchange="switch_id(this, 'lang')">
                                <optgroup label="{vb:rawphrase quick_language_chooser}">
                                        {vb:raw languagechooserbits}
                                </optgroup>
                        </select>
                </vb:if>

        </form>

But is not showing up at all on the forums...

Any ideas?
:confused:

Thanks

Lynne 09-01-2011 03:49 PM

How many languages do you have where you have set "Allow User Selection" to Yes?

FReeSTER 09-01-2011 04:22 PM

Quote:

Originally Posted by Lynne (Post 2240864)
How many languages do you have where you have set "Allow User Selection" to Yes?

Hello Lynne, I have 3 languages

Lynne 09-01-2011 11:24 PM

And they all have "Allow User Selection" set to Yes?

Then try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


FReeSTER 09-02-2011 09:42 PM

Quote:

Originally Posted by Lynne (Post 2241024)
And they all have "Allow User Selection" set to Yes?

Then try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


sorry for the late reply Lynne, I have problems here with my license for some how.
I actually fixed it by this late reply of yours. They all were set to NO.

How come I didnt think of that before. lol

thanks

Lynne 09-02-2011 09:56 PM

LOL. Glad you got it figured out. :)


All times are GMT. The time now is 12:45 PM.

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.02085 seconds
  • Memory Usage 1,730KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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