Page 1 of 2 12 LastLast
Results 1 to 10 of 332

Hybrid View

  1. #1
    Join Date
    Jun 2004
    Posts
    25
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Hi,

    What's the best way to place a link to a new page into the sidebox I have tried:

    $content .= '<?php echo '<a href="' . zen_href_link( PAGE_NAME, '' ) . '">Link Text</a>'; ?>';

    It does not like it?

  2. #2
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    I just used the
    Code:
    <a href="www.yoursite.com">YOUR TEXT</a>
    . It worked for me.

    I am still having the issue with my second box showing the same content as the first....any one?????????

    http://hiddenhillsnursery.com/shopping cart

  3. #3
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by daneh View Post
    I just used the
    Code:
    <a href="www.yoursite.com">YOUR TEXT</a>
    . It worked for me.

    I am still having the issue with my second box showing the same content as the first....any one?????????

    http://hiddenhillsnursery.com/shopping cart
    I was having the same problem so I went through each of the files again and searched for the word 'editable'. I eventually stumbled across one that I had missed.

    Are you sure that you haven't missed one somewhere too? If that isn't the case, then I don't have the knowledge to help you...wish I did.

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by faith View Post
    I was having the same problem so I went through each of the files again and searched for the word 'editable'. I eventually stumbled across one that I had missed.
    Faith is right. This is the only possible reason for code or titles being shared between sideboxes. Only if the duplicate has not been 100% separated from the original can it access the original's data.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Mar 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    I have just read each post in this support thread hoping to find someone who has the same issue as I do.

    The editable sideboxes are my dream come true -- except I can't get the content to show up.

    I followed each instruction, put the file in each place (I've checked each one at least a dozen times).

    I have the box turned on in the admin console and the box with the correct title shows up on the web-site.

    I went to define-pages and added my content ... it is "there", but it does not show up. I checked the files and the content does appear in the define_editable_sidebox_content.php file under / public_html / includes / languages / english / html_includes / (Current Folder)

    My zen-cart version is1.3.8a and I am using the Sophy Blue template

    Thank you in advance for any insight you can offer.... I was so excited about this module and am quite disappointed that I haven't been able to put it to the good uses I intend it for.
    Last edited by pwood31; 29 Mar 2008 at 08:10 PM. Reason: Error in template name

  6. #6
    Join Date
    Jan 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    I have installed this mod a few days ago trying to use it for one category only. I found a thread that instructed me to put the following code into the editable_sidebox.php file, however when I do this and turn on the editable_sidebox in layout boxes controller, ALL of my sideboxes disappear, including my specials and featured sideboxes...on ALL of my pages.

    Code:
    if ($current_category_id == '1' || $current_category_id == '4' || $current_category_id == '5') 
    $show_editable_sidebox = true;
    }
    else
    { $show_editable_sidebox = false; }
    Can anyone tell me what might be wrong, or how I can use this new sidebox to display within 1 category only? Thanks.

  7. #7
    Join Date
    Jan 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Disregard this message. I figured it out. Was just missing a bracket.

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by Tropheus View Post
    What's the best way to place a link to a new page into the sidebox I have tried:

    $content .= '<?php echo '<a href="' . zen_href_link( PAGE_NAME, '' ) . '">Link Text</a>'; ?>';

    It does not like it?
    It doesn't like it because you have copied code that is intended to be inserted into a non-php area and therefore has php tags, into an area that doesn't need them.

    You only need:

    $content .= '<a href="' . zen_href_link( PAGE_NAME, '' ) . '">Link Text</a>';
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #9
    Join Date
    Jun 2004
    Posts
    25
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Thanks Kuroi,

    Works a treat

    Tropheus

  10. #10
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Kuroi,

    It is not the names of the boxes that are the same, it is the content. I have tried on numerous occasions to get this to work, but each time, the content is the same. I will look again to see if I have missed changing editable sidebox to editable sidebox 2, but I have done that numerous times.....I didn't think I was dumb, but I guess I have to consider it if I can't get this figured out...LOL

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Blank Sidebox support thread
    By swguy in forum Addon Sideboxes
    Replies: 23
    Last Post: 15 Jul 2021, 09:54 PM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 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