You are browsing this forum as a guest. Click this bar to register and get full member benefits.
NovaBoard Support Forums
Free, Open Source Forum Software
Hello Guest!    Login    Register
Language Switch-er Bug
4J2
Trackback URL  Friday, Mar 12, 2010 19:56
Protostar


 
Posts: 46
Joined: 12 January 2010
Location: Bourgas,Bulgaria

Today I have updated my NovaBaard translation to be actual for NovaBoard V1.1.3.
I tryed to change language via language switcher,but it is not working. The screen Flashes,but language stays the same(English).
When I set default board language to Bulgarian via AdminCP Bulgarian translation is OK and works fine...
What I should do?

Last edited by: 4J2 - Friday, Mar 12, 2010 19:57.
Top  
 
AskAlex
Wednesday, Mar 17, 2010 15:03 | Trackback URL
Protostar


 
Posts: 56
Joined: 26 December 2009
Location: Ontario

Can I have the link to your board? It could be a cookie problem.. Is language even controlled by cookies anymore? Or is it mysql?

It's not just your translation.It appears when you select the language at the bottom the nova_lang cookie isn't created.So the board still thinks you want english.

Last edited by: AskAlex - Wednesday, Mar 17, 2010 16:57.

PHP Code Snippet
<?php echo "Insert text here";?>
Top  
 
Shock
Wednesday, Mar 17, 2010 16:22 | Trackback URL
Protostar


 
Posts: 27
Joined: 22 October 2009

yep. Same Problem. When i use in my local installed Board, then i can´t use the Languageswitcher. I must defind that over the Language Default Funktion in the ACP

Top  
 
4J2
Wednesday, Mar 17, 2010 19:58 | Trackback URL
Protostar


 
Posts: 46
Joined: 12 January 2010
Location: Bourgas,Bulgaria

AskAlex Trackback URL

Can I have the link to your board? It could be a cookie problem.. Is language even controlled by cookies anymore? Or is it mysql?

It's not just your translation.It appears when you select the language at the bottom the nova_lang cookie isn't created.So the board still thinks you want english.

Hmmm...
I made test forum to test new Novaboard and to localize potential bugs, before I proceed with updates to my other forum.
The Test forum adress is http://light.1gb.bg/
Now Forum is on Bulgarian language...

Last edited by: James - Wednesday, Mar 17, 2010 21:24.
Top  
 
Jonny
Wednesday, Mar 17, 2010 23:25 | Trackback URL
Head of Core Development


 
Posts: 222
Joined: 23 August 2009
Location: Rochdale, UK

Thanks for reporting this. It will be looked into.






Top  
 
Dima
Saturday, Mar 27, 2010 17:34 | Trackback URL
Protostar


 
Posts: 1
Joined: 27 March 2010

NovaBoard 1.1.3
I have same problem.
Langugae switcher doesn't work...

Last edited by: Dima - Saturday, Mar 27, 2010 17:36.
Top  
 
AskAlex
Sunday, Apr 11, 2010 17:16 | Trackback URL
Protostar


 
Posts: 56
Joined: 26 December 2009
Location: Ontario

If you really need this feature use the following fix if not just wait it out.

replace http://[host]/[path]/includes/pages/switcher.php with the following code
Spoiler Alert Click to View

You have to also replace [host]/[path]/templates/includes/footer.template.php with the following code
Spoiler Alert Click to View



Last edited by: AskAlex - Sunday, Apr 11, 2010 17:18.

PHP Code Snippet
<?php echo "Insert text here";?>
Top  
 
Jonny
Saturday, May 29, 2010 18:33 | Trackback URL
Head of Core Development


 
Posts: 222
Joined: 23 August 2009
Location: Rochdale, UK

This issue has been fixed for 1.1.4. For those wanting to fix this straight away:


  1. Open includes/structure.php
  2. Find:
    PHP Code Snippet
    $page ctype_alnum($_GET['page']) ? $_GET['page'] : 'home';

  3. Replace with:
    PHP Code Snippet
    $page ctype_alnum(str_replace('_'''$_GET['page'])) ? $_GET['page'] : 'home';

  4. Save & close







Top  
 
4J2
Sunday, May 30, 2010 23:02 | Trackback URL
Protostar


 
Posts: 46
Joined: 12 January 2010
Location: Bourgas,Bulgaria

Jonny Trackback URL
....

Thank You.
Now Fixed.
Host troubles...   

Last edited by: 4J2 - Saturday, Jun 12, 2010 20:42.
Top  
 
<< Previous   Next >>
 
1 Guest(s), 0 Member(s) Viewing This Topic:
 
 
Powered by NovaBoard v1.1.4
All Content © NovaBoard Support Forums