Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
jjohall2000
Registered User
Posts: 8 Joined: Fri Mar 16, 2007 7:22 pm
Post
by jjohall2000 » Sat Mar 24, 2007 12:08 pm
Handyman wrote:
the overall_header.html is not very big… just open it up and have a look… it's easy to find
Yeah i have. i cannot find it, if you tell me what i am looking for it might be easier for me to find.
Freelance
Registered User
Posts: 73 Joined: Wed Oct 18, 2006 6:33 am
Location: W.Vl., Belgium
Post
by Freelance » Sat Mar 24, 2007 12:55 pm
In Subsilver2 the moderator link is located in viewforum_body.html and viewtopic_body.html
So thats 2 files where you have to add the ACP link
Sh*t Can Happen !!!
[Building a large project based on phpBB3 - Progress 15%]
[IIIIII IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII ]
jjohall2000
Registered User
Posts: 8 Joined: Fri Mar 16, 2007 7:22 pm
Post
by jjohall2000 » Sat Mar 24, 2007 1:09 pm
Ok thanks, is the the admin cp link link before i move it?
Code: Select all
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
Freelance
Registered User
Posts: 73 Joined: Wed Oct 18, 2006 6:33 am
Location: W.Vl., Belgium
Post
by Freelance » Sat Mar 24, 2007 1:11 pm
yes that's the one
Sh*t Can Happen !!!
[Building a large project based on phpBB3 - Progress 15%]
[IIIIII IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII ]
jjohall2000
Registered User
Posts: 8 Joined: Fri Mar 16, 2007 7:22 pm
Post
by jjohall2000 » Sat Mar 24, 2007 1:44 pm
Ok, Thanks, What is the mod cp link i cannnot find it?
Many Thanks
Freelance
Registered User
Posts: 73 Joined: Wed Oct 18, 2006 6:33 am
Location: W.Vl., Belgium
Post
by Freelance » Sat Mar 24, 2007 2:02 pm
Code: Select all
<!-- IF U_MCP -->
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
<!-- ENDIF -->
this is what you're looking for
Sh*t Can Happen !!!
[Building a large project based on phpBB3 - Progress 15%]
[IIIIII IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII ]