Page 7 of 34 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 332
  1. #61
    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)

  2. #62
    Join Date
    Jun 2004
    Posts
    25
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Thanks Kuroi,

    Works a treat

    Tropheus

  3. #63
    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

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

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by daneh View Post
    It is not the names of the boxes that are the same, it is the content.
    I know. It was a general comment, not directed specifically at your issue.

    However, for your specific issue, I would recommend concentrating on line 15 of the module file and line 21 of the language folders sidebox_defines file.
    Kuroi Web Design and Development | Twitter

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

  5. #65
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by daneh View Post
    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
    If it helps, I made the mistake with both my box titles and my content. I was building 5 boxes at once and when you are doing that, 20 files (if I remember correctly) are a lot to change. It's really easy to miss a change...has nothing at all to do with being dumb. Believe me, if any of us were dumb, we wouldn't be learning this stuff. Instead, we would be hanging out watching the grass grow.

    Try using Ctrl+F in whatever software you are using to view the code and see if it will provide you with the Find feature. Then just type in the word 'editable.'

    I'm sure you'll get this figured out soon but I do know it is frustrating! Good Luck!

  6. #66
    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

  7. #67
    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.

  8. #68
    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.

  9. #69
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    I am having trouble with this.

    They work as long as they are named editable_sidebox, but not when the name is changed.

    The files have comments within them which say what needs to be changed, except for the editable_sidebox.php file, and tpl_editable_sidebox.php. Do these files need to have anything changed inside of them?

    The instructions also indicate that you can place"virtually any html code" into the define_editable_sidebox_content.php file. Some HTML code just doesn't seem to work. What are the code limits for sideboxes.

  10. #70
    Join Date
    Jan 2007
    Location
    SE US
    Posts
    13
    Plugin Contributions
    0

    Default Hide Box on SSL Pages?

    Quote Originally Posted by grfa02 View Post
    Thanks for the great contribution!

    Is there a way to make it so that the editable sidebox does not appear on the check out pages ?
    I need the same thing. The content for my sidebox is pulled from another site. All is good on non-ssl pages, but on ssl-pages the fact that the pulled-in content is not secure is causing the page it is displayed on to become non-secure.

    I tried constructing an if statement along the lines of
    if ($connection == 'SSL') {
    blah blah blah
    and placing this in the /includes/modules/sideboxes/sideboxname.php file, but with no luck.
    (something clever goes here)

 

 
Page 7 of 34 FirstFirst ... 5678917 ... 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR