Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Sidebox header linked with [more]?

    What causes a sidebox header to display a [more] link? My reviews sidebox header does this with a link to the reviews page, however another sidebox (CC_Accept, a customized module) also does this (but links to the 'Reviews' page.)

    How does one turn this '[more]' link off?

    Thanks...

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Sidebox header linked with [more]?

    Try
    Remove MORE from Sidebox Headers is in
    /includes/languages/english.php

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

  3. #3
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Re: Sidebox header linked with [more]?

    Well so what triggers this? I'd like to remove this per box, not globally. Also strange that my CC_Accept box's [more] link heads to the reviews page...?

    I can see with the info below that the text will be removed, but what about removing the hyperlink itself?

    thanks for the help...
    Quote Originally Posted by misty
    Try
    Remove MORE from Sidebox Headers is in
    /includes/languages/english.php

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

  4. #4
    Join Date
    Jun 2006
    Location
    New York City, USA
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sidebox header linked with [more]?

    Quote Originally Posted by bi11i
    Well so what triggers this? I'd like to remove this per box, not globally.
    Edit the includes/modules/sideboxes/cc_accept.php

    add this line into the IF block:
    $title_link = false;

  5. #5
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Sidebox header linked with [more]?

    thanks! much

  6. #6
    Join Date
    Apr 2006
    Posts
    80
    Plugin Contributions
    0

    Re: Sidebox header linked with [more]?

    This
    add this line into the IF block:
    $title_link = false;
    didn't work for the shopping cart sidebox. Besides this code is already included in the shopping_cart.php sidebox file.

    The text "Shopping Cart [More]" shows up as a link back to the shopping cart. I would like to eliminate the link not the box.

    Shelia

 

 

Similar Threads

  1. Creating NEW [MORE] LINK on sidebox header
    By willie bee in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Dec 2011, 10:25 PM
  2. Use A LINKED/Clickable Image For the Sidebox Header?
    By ampped80 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Mar 2009, 05:28 PM
  3. Remove [more] link from shopping cart sidebox header
    By kachana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2008, 07:31 PM
  4. Adding a linked image in the Shopping Cart sidebox header
    By froyse in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Mar 2007, 10:04 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