Great Mod. I Installed for Testing Purposes, but not going to use it for now.
Notice: The Eng Revize 1.0.1-6 is not completely translated.After Installing it the "
Latest Posts" and "
Latest Threads" are still in Turkish and looks like the following screenshot below:
I edited the XML File myself, and this is how it Looks Like:
And this is how it looks like after I changed mine, Screenshot below
If anyone wanted to Change it to English then do the Following:
1) Edited the file product-drwavefacebookprofile-1.0.1-6.revize-eng.xml
2) Look within the XML file for the following text:
T?m mesajlari ara
T?m konulari ara
And Change it to:
T?m konulari ara
Members Latest Posts
3) The Texts are located on line 229 + line 230. So I changed the following code From:
Code:
<div class="hakkimdaDeger"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow">T?m mesajlari ara</a></div>
<div class="hakkimdaDeger"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1" rel="nofollow"> T?m konulari ara</a></div>
I changed it to something like:
Code:
<div class="hakkimdaDeger"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow">Members Latest Posts</a></div>
<div class="hakkimdaDeger"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1" rel="nofollow">Members Latest Threads</a></div>
Hope that this could help others in future. Plus this is a great and simple Mod. Pretty cool. I like it a lot.
Great Mod and Thanks!