-
Novice
How can i change ?
How can i change the website on my private server ? and the language ?
News - Welcome to Anarchy-MU ! Here is my server website and if i acces tcm ademin panel evrithing pop up in espanol ? What should i do ? can i change the website ? if i can how? and from where i can get a new one? help me please ! Thanks
-
-
Re: How can i change ?
Look into release section maybe?
-
Enthusiast
Re: How can i change ?
Some templates have a multi language example: https://forum.ragezone.com/f197/repa...-0-8-a-847115/ , but you can modify or add in languages/english.php folder and config language_config.php or edit in index.php
<div align="right" style="width: 990px;" class="language_select">
<?
if($core['language_switch'] == '1'){
foreach ($languages as $language_id => $language_data){
echo ' <img src="template/'.$core['config']['template'].'/images/flags/'.$language_data[2].'"> <a href="'.ROOT_INDEX.'?change_language='.$language_id.'">'.$language_data[0].'</a>';
}
}
?></div>
-
Re: How can i change ?
If it doesn't work like Kernal has said, you'll need to translate it the hard way, like I did with my Aion PowerWeb release, lol. But translating is fun.