Change Admin Panel Link name
4 posters
Page 1 of 1
Change Admin Panel Link name
Is it possible to change the name of the Admin Panel?
EX- Admin Panel gets changed to Deranged Panel
EX- Admin Panel gets changed to Deranged Panel
Last edited by Hydroxux on June 24th 2012, 4:27 pm; edited 1 time in total
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Hi,
This is not possible as far as I know.
This is not possible as far as I know.
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Re: Change Admin Panel Link name
Hi,
In actual fact, it is more then possible, especially with the templates
Can you please confirm that you are infact on PHPBB2?
If so!
Lets rock and roll!
Admin panel >> Display > Templates > Overall_footer_End, locate the code: <strong>{ADMIN_LINK}</strong> and remove it
Now, replace it with this:
<a href=/admin>YOUR NEW NAME</a>
Save and publish it.
You DO NOT need to add anything else to the url, your forum interprets as a link to your forum automatically
In actual fact, it is more then possible, especially with the templates
Can you please confirm that you are infact on PHPBB2?
If so!
Lets rock and roll!
Admin panel >> Display > Templates > Overall_footer_End, locate the code: <strong>{ADMIN_LINK}</strong> and remove it
Now, replace it with this:
<a href=/admin>YOUR NEW NAME</a>
Save and publish it.
You DO NOT need to add anything else to the url, your forum interprets as a link to your forum automatically
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: Change Admin Panel Link name
That's cool. I learn something new everyday
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Re: Change Admin Panel Link name
Its phpBB2 but i cant find the <strong>{ADMIN_LINK}</strong>
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Are you looking in the template overall_footer_end, make sure it's not the start template.
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: Change Admin Panel Link name
Yes.I searched it but still couldnt find it
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Can you copy/paste the template code here please?
Can you check the start template, incase I got it wrong, but I'm sure it's in the end template.
Do you currently have a link to the admin panel in the footer?
If you don't, thats why there's no code for it, we can just throw one in
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: Change Admin Panel Link name
Heres the template
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});
$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});
$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Yes it was.So i make a JS page and put that in and check in "Put in all pages"?
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Do i chagne 'admin_link'?
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Didnt work : /
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Thank you it worked
Hydroxux- Forumember
- Posts : 74
Reputation : 5
Language : i dont know
Re: Change Admin Panel Link name
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Newly promoted Admin can't see link to admin panel
» Admin Panel link disappeared
» Can't find Admin Panel Link
» Weird link when trying to go to admin panel in firefox
» Does teh unsubscribe link override the admin panel no option
» Admin Panel link disappeared
» Can't find Admin Panel Link
» Weird link when trying to go to admin panel in firefox
» Does teh unsubscribe link override the admin panel no option
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum