Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 4 Months ago Change Board Language on Link/Picture click
#1
Solved: 11 Years, 4 Months ago
As the titles says...
I don't want to use the dropdown menu in footer OR change language ability from userCP, but i want a Link/Picture in the footer for example, which on click will change the language.

I saw this post -> http://community.mybb.com/thread-61432.html but not working for me...

Thanx.
#2
Solved: 11 Years, 4 Months ago
^ you have to add &my_post_key={$mybb->post_code} at the end of such URL (like below)

<a href="?language=romanian&fid={$mybb->input['fid']}&tid={$mybb->input['tid']}&pid={$mybb->input['pid']}&my_post_key={$mybb->post_code}">Romanian</a>

<a href="?language=english&fid={$mybb->input['fid']}&tid={$mybb->input['tid']}&pid={$mybb->input['pid']}&my_post_key={$mybb->post_code}">English</a>
#3
Solved: 11 Years, 4 Months ago
Thank you very much!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)