Page 20 of 34 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 332
  1. #191
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by DamienDLSkinSolution View Post
    Once again, i am sure that Ckosloff will get me out of misery.
    Damien
    Yo, ckosloff is not the author of the mod.
    I think we have here a case of misplaced identity (in all senses), your question is not related to this thread.
    Editable sidebox is what it is, a sidebox, you can put it left or right, but not in the header.
    If you want to edit your header there are many ways of customizing it, but editable sidebox is not one of them.

  2. #192
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    can I ask you how to insert in my created sideboxes links or image link?
    Please

  3. #193
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    now I see but if I click on
    guida per registrarsi
    I have the error
    1054 Unknown column 'pages_title' in 'field list'
    in:
    [SELECT pages_title FROM ezpages WHERE pages_id ='6' AND languages_id = '2']


  4. #194
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    I understood that is the mod Simple seo url, I have ask there


    sorry I only would to know
    can I ask you how to insert in my created sideboxes links or image link?
    Please


    I did confusion with other posts

  5. #195
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by giuly View Post
    I understood that is the mod Simple seo url, I have ask there
    sorry I only would to know
    can I ask you how to insert in my created sideboxes links or image link?
    Please
    I did confusion with other posts
    You insert a link just like any old link.
    Look here,
    http://www.zen-cart.com/forum/showpo...&postcount=253
    There are interesting comments by Kuroi in that thread.

  6. #196
    Join Date
    Mar 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Hi - I have added the editable sidebox mode with no problems - thanks for the mod! One question - is there any way that I can remove the header from this sidebox and just show the HTML includes content?

    Thanks

  7. #197
    Join Date
    Mar 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Hi Guys,

    First post so hello to all.

    I have installed this mod and it works well.

    I decided to install a second sidebox. As far as I can tell I have followed the instructions carefully. I know this has been done to death but I have read every post on this thread and can't seem to sort it.

    Maybe I just can't see the wood for the trees.

    I have used the _2 added to all the instances for the file edits, both the files themselves and within. I get the second side box no problem. I just can't seem to get it's contents to show.

    I think the issue is somewhere in this file:

    <?php
    /**
    * editable sidebox - allows an admin-editable sidebox to be added to your site
    *
    * @package templateSystem
    * @copyright 2007 Kuroi Web Design
    * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: blank_sidebox.php 2007-08-10 kuroi $
    */

    // test if box should display
    $show_editable_sidebox_2 = true;

    $define_sidebox_2 = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', DEFINE_EDITABLE_SIDEBOX_2_NAME, 'false');

    if ($show_editable_sidebox_2 == true) {
    require($template->get_template_dir('tpl_editable_sidebox_2.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_editable_sidebox_2.php');
    $title = BOX_HEADING_EDITABLE_SIDEBOX_2;
    $title_link = false;
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    }
    ?>
    If I remove the _2 I get the contets of the box of the original sidebox, which I would expect. If I include the _2 as in the above, I losed the content of the sidebox altogher as well as the sidebox text area.

    Appreciate any advice.

    Thanks

    Dave.

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

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by ianbailie View Post
    Hi - I have added the editable sidebox mode with no problems - thanks for the mod! One question - is there any way that I can remove the header from this sidebox and just show the HTML includes content?
    You could set the title text to be empty or apply a display:none to the sidebox header in your stylesheet.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by dvdlock View Post
    I have used the _2 added to all the instances for the file edits, both the files themselves and within. I get the second side box no problem. I just can't seem to get it's contents to show.
    What did you define your DEFINE_EDITABLE_SIDEBOX_2_NAME value to be?
    Kuroi Web Design and Development | Twitter

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

  10. #200
    Join Date
    Mar 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox - Support Thread

    Quote Originally Posted by kuroi View Post
    What did you define your DEFINE_EDITABLE_SIDEBOX_2_NAME value to be?
    Hi Kuroi,

    Many thanks for the response.

    Sorry, not with you there. I hadn't seen any reference in the mod to assign a name.

    Appreciate advice,

    Regards

    Dave.

 

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