Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default More Information sidebox editing (lost a bit!)

    As title, I've edited the More Info sidebox sometime up to now and removed some of the surplus links, one of which I now need back but can't find where its defined. 'Page 2' is the beastie, which I'll obviously rename once I've finished, and I found it in Configuration > Define Page Status, turned it back on (1) and it reappeared in the Site Map, but NOT in the More Information sidebox. I've done a lot of searching but still can't find where I've edited that in the past - any ideas?
    Its on the chocolate website, by the way
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  2. #2
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: More Information sidebox editing (lost a bit!)

    Update to previous post:
    Looking at the helpful 'similar posts' thingy under this thread I found a thread that I hadn't found before, which correctly identified that 'Page 2' is in the MORE Information box and not the Information box. Turning More Information on has put that link back.
    BUT I am totally, utterly convinced that 'Page 2' had previously appeared within the Information box, the one with Privacy, Newsletter, Contact, etc. Am I wrong there? That's ideally where I'd like it, anyway!
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  3. #3
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: More Information sidebox editing (lost a bit!)

    Got there in the end! For anyone following in my steps and being similarly confused, I copied the following
    Code:
      if (DEFINE_PAGE_2_STATUS <= 1) {
    
        $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';
    
      }
    from includes/modules/sideboxes/more_information.php and added it to includes/modules/sideboxes/information.php right below
    Code:
      if (DEFINE_CONTACT_US_STATUS <= 1) {
    
        $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>';
    
      }
    and edited the $more_information to just $information. Worked a treat!
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: More Information sidebox editing (lost a bit!)

    Glad you got it working! And thanks for posting the solution - I'm sure it will be helpful to somebody else.

 

 

Similar Threads

  1. Information and More Information Sidebox
    By sports guy in forum General Questions
    Replies: 4
    Last Post: 21 Dec 2011, 05:40 PM
  2. More Information side box editing - where?
    By habsolutely in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 22 Sep 2011, 07:59 PM
  3. More Information SideBox editing
    By ss002d6252 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Dec 2009, 12:38 AM
  4. editing INFORMATION sidebox
    By umnik29 in forum Templates, Stylesheets, Page Layout
    Replies: 30
    Last Post: 10 Jun 2008, 12:26 AM
  5. Editing the More Information Links...
    By LovelyMiss in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2007, 07:09 AM

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