![]() |
|
Zenpage plugin - make news and announcements invisible - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Zenpage plugin - make news and announcements invisible (/thread-6416.html) |
Zenpage plugin - make news and announcements invisible - Photoashes - 10-01-2010 Hello All, I am loving the Zenpage functionality, but only intend to make use of pages, and not news or archives. I am using the zenpage default theme. Is it possible to remove the "News" and "Archive" links in the sidebar but keep the "Pages" heading? Many thanks in advance Zenpage plugin - make news and announcements invisible - acrylian - 10-01-2010 Sure, just remove them from the theme's sidebar.php. Zenpage plugin - make news and announcements invisible - marcy_sss - 16-07-2010 Is there a way to hide News from the Admin Toolbox and Admin menu without resorting to a hack?? Zenpage plugin - make news and announcements invisible - acrylian - 16-07-2010 Yes, don't assign news rights to the user account. Zenpage plugin - make news and announcements invisible - marcy_sss - 16-07-2010 Thanks for your reply! I don't see news as an option under Users > Rights...? I am using Zenpage for static pages, so I can't turn that portion off. Is there a setting somewhere else? Zenpage plugin - make news and announcements invisible - acrylian - 16-07-2010 Sorry, I am only working with the developement version mostly so separate rights for pages and news will come with 1.3.1. Scheduled on August 1st. Zenpage plugin - make news and announcements invisible - marcy_sss - 16-07-2010 Awesome! Not a huge rush, I just thought I would ask. Keep up the good work! Zenpage plugin - make news and announcements invisible - northwoodmediaworks - 31-07-2012 I too am reading this post and wondering if the options will be updated to remove this visibility, I just upgraded to the lastest release today and don't see those options either. New at this, I am not afraid to edit the page, but if there was a way to switch this off and on, I'd prefer it. Zenpage plugin - make news and announcements invisible - acrylian - 31-07-2012 No, there are no options. You have to modify the theme to remove that depends on the theme how complicated that is. For the Zenpage theme just remove the newscategory call from the side bar file, optionally remove the news.php page and it will be invisible. THat theme has another news loop on the gallery page for the "news on index" option. You can remove that as well. Zenpage plugin - make news and announcements invisible - randyjames - 14-01-2013 FBOA... Rather than removing, this "if(0 &&" seems to work for any/all of the various sidebar.php sections: if (0 && getOption('zp_plugin_zenpage')) { ?> ...disables, but leaves sidebar.php intact. Zenpage plugin - make news and announcements invisible - acrylian - 14-01-2013 I don't understand what you mean. The sidebar is meant for all sorts of things like news categories, pages, albums etc. It is always there. Again as with the other post, feel free to change the theme. The theme (all themes actually is meant as a starting point to modify to your needs. Also, if you are loggedin with the needed rights you see unpublished and protected things by default as well. |