Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rhys_daniels Friend
    #136993

    I 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.


    1. fb-link-removal
    Anonymous Moderator
    #286044

    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.

    rhys_daniels Friend
    #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

Viewing 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