Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Images in footer help

    Hi, I've managed to make the layout of my login page the same as Numinix's Easy Sign Up and Login contrib, but now I'd like to be able to 'switch off' the images in the footer, but still leave the copyright and powered by blurbs there, is there a way to do this that's not overly difficult? I'm pretty good at following instructions LOL so if anyone has an answer for this one I'd appreciate it!

    https://havendesignz.com/store/index...ain_page=login
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Images in footer help

    A bit of playing and I got it to look how I wanted LOL

    In tpl_main_page.php place this:

    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'login,account')) ) {
        $flag_disable_footer = true;
      }
    right after this:

    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_right = true;
      }
    Then I just added the copyright code section into the bottom of my login page and it's all sweet now
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. images in footer
    By fusionsp in forum General Questions
    Replies: 7
    Last Post: 18 Dec 2009, 05:54 PM
  2. Footer Images
    By autoace in forum Basic Configuration
    Replies: 11
    Last Post: 4 Dec 2009, 05:39 AM
  3. Footer Images in Comstock Template help
    By Mrsb in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Oct 2008, 01:23 AM
  4. Please help! how to add linkable images between footer and main page?
    By silva2008 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jun 2008, 03:24 PM
  5. Images in the footer?
    By GrandmaJ in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Oct 2007, 06:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg