Zen Follower
- Join Date:
- Mar 2006
- Posts:
- 284
- Plugin Contributions:
- 0
Can I put sidebox content into an EZ-Page?
I would like this on an Ez page with ID=8. Any help would be appreciated.
Views: 733
Zen Follower
I would like this on an Ez page with ID=8. Any help would be appreciated.
Zen Follower
I tried using the Sidebox Anywhere mod. This is what I have done - with no success - to get the sidebox content (calendar.php) on the ez page id=8. Created a new page called events_calendar_show.php with following code and placed directly in the top directory of store (where the single_sidebox.php lives)
<?php
$zcSBmodule = 'calendar.php';
$zcSBlayout = 'left'; // 'left' or 'right' sidebox template style (if not specified, uses 'left')
require ("single_sidebox.php");
?>
Then I went to EZ page admin and removed my body content for page id 8 and placed the internal link instead to: events_calendar_show.php.
Nothing shows. However the calendar is working and is currently showing in the left sidebox (I have it turned on in sidebox layout.)
Any help would be appreciated.
Fields marked required must be completed.
Tell staff why this post should be reviewed.