• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

dividing forum to languages

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , i want to divide forum into Turkish and English version.
I'll just redirect user to Turkish or English forum ,
then user will be redirected into own languages.
But i want to do it at the same forum.
Not seperate.
Does someone know how to do it ?

[originally posted on jforum.net by kadirbasol]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I mean , i want to redirect from turkish to english database , when i want to send user to english!
[originally posted on jforum.net by kadirbasol]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah , i ve found some way , i ve created
english group and turkish users group.
Then Turkish group is only can view turkish forum Categories and english can only see English forum Categories
but there is 2 more problem...

I'm using SSO ,
and i want users to enter with board Language , when turkish user goes into forum its board Language will be tr_TR
when others , en_US

[originally posted on jforum.net by kadirbasol]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good now I've solved the problem on db.
Now i want to set user group_id , as soon as user registers from SSO,
how can i set user group after registration from SSO ?

jforum_users
user_id
user_lang

jforum_user_groups
user_id
group_id user_id


group_id
1 General General Users 0
2 Administration Admin Users 0
3 GeneralEN General English Group 0

[originally posted on jforum.net by kadirbasol]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic