zhudachang
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Customize Your Community] left sided sidebarA dirty hack
Just move the part (in function cyc_footer) into the function cyc_head() after the line “echo $code;”:
echo $cyc_options[‘beforesidebarcode’];
if (function_exists(‘thesis_get_sidebars’)) {
thesis_get_sidebars();
} else {
include(TEMPLATEPATH . ‘/sidebar.php’);
}
echo $cyc_options[‘aftersidebarcode’];it requires an extra box in CYC admin to specify the code before the footer, and an option radiobox to determine the sidebar position (left/right).
Forum: Plugins
In reply to: [Plugin: Customize Your Community] Not compatible with all themesI have the same problem with sidebars on the left. The admin boxes in CYK only works with sidebars on the right, i.e. you can define codes before and after the sidebar. To support the sidebar on the left, probably the forth box is needed to specify code before the footer.
Thanks, this is must-have wonderful plugin, anyway!
Forum: Themes and Templates
In reply to: Oriental v1.1.xYes, I have the same problem with the theme in IE 6.0.
Is there any fix available or hints how to fix it?Thanks for this great theme.