Re: Admin-Editable Sidebox - Support Thread
Quote:
Originally Posted by
DamienDLSkinSolution
Once again, i am sure that Ckosloff will get me out of misery. :blush:
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.
Re: Admin-Editable Sidebox - Support Thread
can I ask you how to insert in my created sideboxes links or image link?
Please
:blush:
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']
:frusty::frusty:
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
Re: Admin-Editable Sidebox - Support Thread
Quote:
Originally Posted by
giuly
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.
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
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:
Quote:
<?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.
Re: Admin-Editable Sidebox - Support Thread
Quote:
Originally Posted by
ianbailie
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.
Re: Admin-Editable Sidebox - Support Thread
Quote:
Originally Posted by
dvdlock
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?
Re: Admin-Editable Sidebox - Support Thread
Quote:
Originally Posted by
kuroi
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.