Customizing SMF > Modifications and Packages
Team Page
AtticusL:
Is there a way I can embed the team page externally?
Diego Andrés:
Fixed Admin button.
Tiensg:
It is cool. But I have one problem. I have the BBC In Custom Title mod installed which working fine on the user profile. But when I go to the Team to view, it shows the entire coding on my custom title. How can I fix this?
hcfwesker:
--- Quote from: Tiensg on August 18, 2012, 06:47:13 AM ---It is cool. But I have one problem. I have the BBC In Custom Title mod installed which working fine on the user profile. But when I go to the Team to view, it shows the entire coding on my custom title. How can I fix this?
--- End quote ---
From what Im seeing the changes that MOD makes, goto the default file TeamPage.template.php
Find
--- Code: --- • <strong>', $member['title'], '</strong><br />';
--- End code ---
Replace with
--- Code: --- • <strong>', parse_bbc($member['title']), '</strong><br />';
--- End code ---
See if that does the trick
Tiensg:
--- Quote from: hcfwesker on August 18, 2012, 01:38:44 PM ---
--- Quote from: Tiensg on August 18, 2012, 06:47:13 AM ---It is cool. But I have one problem. I have the BBC In Custom Title mod installed which working fine on the user profile. But when I go to the Team to view, it shows the entire coding on my custom title. How can I fix this?
--- End quote ---
From what Im seeing the changes that MOD makes, goto the default file TeamPage.template.php
Find
--- Code: --- • <strong>', $member['title'], '</strong><br />';
--- End code ---
Replace with
--- Code: --- • <strong>', parse_bbc($member['title']), '</strong><br />';
--- End code ---
See if that does the trick
--- End quote ---
Dear Sir,
I have tried to look up for the following in the TeamPage.template.php, but I just can't find it.
• <strong>', $member['title'], '</strong><br />';
Please advise.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version