0
Welcome Guest! Login
0 items Join Now

Add links to login page?

    • mooney101's Avatar
    • mooney101
    • Hero Rocketeer
    • Posts: 305
    • Thanks: 2

    Add links to login page?

    Posted 14 years 9 months ago
    • How can I add links to the login page that shows when the site is locked. I use a separate system for my contact page and they can still contact by clicking on a link and also I'd like to add an email link.
    • Last Edit: 14 years 9 months ago by mooney101.
    • Gatlinburg Pigeon Forge Photography
  • Re: Add links to login page?

    Posted 14 years 9 months ago
    • You can edit the following file:
      <Joomla Root>/templates/system/offline.php
    • mooney101's Avatar
    • mooney101
    • Hero Rocketeer
    • Posts: 305
    • Thanks: 2

    Re: Add links to login page?

    Posted 14 years 9 months ago
    • Thanks for pointing me in the right direction. Could you give me an example of how to put a link on the page with php? I"m off to goggle to see if i can figure it out.
    • Gatlinburg Pigeon Forge Photography
  • Re: Add links to login page?

    Posted 14 years 9 months ago
    • mooney101 wrote:
      Thanks for pointing me in the right direction. Could you give me an example of how to put a link on the page with php? I"m off to goggle to see if i can figure it out.
      Sure, here is an example:

      Find below codes:
       
            <p>
                <?php echo $mainframe->getCfg('offline_message'); ?>
           </p>
       

      Change the codes to:
       
          <p>
              <?php echo $mainframe->getCfg('offline_message'); ?>
          </p>
          <p>
              Please visit <a href="http://some-link-here.com" title="Contact Us">this link</a> to contact us!
          </p>
       
    • mooney101's Avatar
    • mooney101
    • Hero Rocketeer
    • Posts: 305
    • Thanks: 2

    Re: Add links to login page?

    Posted 14 years 9 months ago
  • Re: Add links to login page?

    Posted 14 years 9 months ago
    • mooney101 wrote:
      Thanks for your help. Here is a pic of what I did.
      Great :D Glad to hear it works for you

Time to create page: 0.058 seconds