-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 11, 2009 at 4:21 pm #136993I want to edit the FireBoard front page. I would like to remove the “Login, Register, Forgot Password” Link and replace it with standard text “Please Login or Register above”.
Please can you tell me the file to edit and the line of code?
I have attached a screenshot for better understanding.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 12, 2009 at 7:26 am #286044Hi,
Please open file componentscom_fireboardtemplatedefaultpluginprofileboxprofilebox.php,
you can change to your requirement at about line 185:
[PHP]<?php echo _PROFILEBOX_PLEASE; ?><a href = “<?php echo $loginlink;?>”><?php echo _PROFILEBOX_LOGIN; ?></a> <?php echo _PROFILEBOX_OR; ?> <a href = “<?php echo $registerlink;?>”><?php echo _PROFILEBOX_REGISTER; ?></a>.
<a href = “<?php echo $lostpasslink;?>”><?php echo _PROFILEBOX_LOST_PASSWORD; ?></a>[/PHP]
Hope it helps.
1 user says Thank You to JA Developer for this useful post
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
January 12, 2009 at 11:21 am #286066<em>@JA Developer 105565 wrote:</em><blockquote>Hi,
Please open file componentscom_fireboardtemplatedefaultpluginprofileboxprofilebox.php,
you can change to your requirement at about line 185:
[PHP]<?php echo _PROFILEBOX_PLEASE; ?><a href = “<?php echo $loginlink;?>”><?php echo _PROFILEBOX_LOGIN; ?></a> <?php echo _PROFILEBOX_OR; ?> <a href = “<?php echo $registerlink;?>”><?php echo _PROFILEBOX_REGISTER; ?></a>.
<a href = “<?php echo $lostpasslink;?>”><?php echo _PROFILEBOX_LOST_PASSWORD; ?></a>[/PHP]
Hope it helps.</blockquote>
Hi
Thanks this worked great
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by rhys_daniels 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
FireBoard – Login, Register, Forgot Password Link Removal
Viewing 3 posts - 1 through 3 (of 3 total)