static page plugin
Posted: Fri Sep 07, 2007 10:18 pm
Hi,
(1) It seems that it is not possible to configure the side bar static page plugin not to show a link to the frontpage of the blog. I set $frontpage option to 'true' and to 'false' but the link to the frontpage always is shown. This happens when tree view is configured ($showIcons = true).
When showIcons is false (text-only view), the logic of $frontpage option works well.
(2) If the code controlled by the if operator at line 126 in serendipity_plugin_staticpage.php is not executed, the variable $str remains not initialized and several lines below, at line 137 is used without initialization. Note: I am not fluent in PHP, just think as C/C++ programmer.
Regards,
(1) It seems that it is not possible to configure the side bar static page plugin not to show a link to the frontpage of the blog. I set $frontpage option to 'true' and to 'false' but the link to the frontpage always is shown. This happens when tree view is configured ($showIcons = true).
When showIcons is false (text-only view), the logic of $frontpage option works well.
(2) If the code controlled by the if operator at line 126 in serendipity_plugin_staticpage.php is not executed, the variable $str remains not initialized and several lines below, at line 137 is used without initialization. Note: I am not fluent in PHP, just think as C/C++ programmer.
Regards,