Greetings All,
TP is working fine in English Language, but the forum button is missing in the Arabic UI, i check the article related to adding Extra button, but i could find what to do.
To be exact, i need the forum button to be visible in the Arabic UI, how can i do that.
All the best
Forum button for what theme?
Quote from: agridoc on October 04, 2007, 10:05:05 PM
Forum button for what theme?
SMF Default Theme - Core
SMF Default Theme - Core doesn't use exactly graphics buttons, buttons are "made" with css styles and strings.
It's a matter of a direct string. Bloc has corrected in a previous version, it seems that something happened in the last one and the direct string "Forum" replaced the string variable.
can i fix that?
Hadi, it seems that I was rather tired last night ::)
There is really a direct string that has to be corrected but that is "Forum" in link tree. That's what I remembered and wrote the previous reply.
The "button" Forum should work OK with languages.
The text variables
$txt['tp-forum'] = 'Forum';
$txt['tp-forum2'] = 'FORUM';
are translated in Arabic in Tportal.arabic.php (line 295).
You can change them if you want something different to be displayed.
Thanks Agridoc..i hope you had a good sleep yesterday ..
I just find the mistake i made, in another thread, they advised to upload the language files to Themes/default/
while they should be uploaded to
Themes/default/languages/
Problem solved now..
Thanks
OK, BTW I remembered this detail I had forgotten ;)
thanks for the forum button it helps me a lot inserting this one :laugh: