Customizing SMF > Modifications and Packages
Team Page
Deadfire:
For some reason you have the date displayed as Spanish. (to non Spanish users this could become a issue)
You have:
IN /Sources/TeamPage.php
--- Code: ---'date' => timeformat($profile['date_registered'],'%d de %B del %Y'),
--- End code ---
I corrected it to read:
--- Code: ---'date' => timeformat($profile['date_registered'],'%d %B %Y'),
--- End code ---
Hope this helps
K33NY:
Hello
I was just wondering about one thing, I just downloaded and installed this mod, works PERFECTLY but I am using it for a gaming community, and having the menu button called Team isnt the word we need, we need the button to be called Roster or =TMC= Members
Is it possible to change this? and if so how? thanks for help :)
hcfwesker:
--- Quote from: K33NY on October 25, 2012, 09:08:07 PM ---Team isnt the word we need, we need the button to be called Roster or =TMC= Members
Is it possible to change this? and if so how? thanks for help :)
--- End quote ---
/Themes/default/languages/Modifications.english.php
Find
--- Code: ---$txt['team'] = 'Team';
--- End code ---
Change Team to what you want.
K33NY:
Hello
I changed it but nothing happened, Menu button still says Team
K33NY:
and now, when being on main page, "Home" the button doesnt show, and if I try to unisntall, I get test fail Error on these:
Execute Modification ./Themes/default/languages/Modifications.english.php Test failed
1. Add Before ./Themes/default/languages/Modifications.english.php Test failed
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version