|
Tony's Site | |
|
Home
|
Tidy LayoutRemove screen items that I don't want to appearTo remove the Small/Normal/Large text selectors, enter Zope Management Interface. Select "portal_actions". Scroll down to find the "Small Text", etc items. Unclick "Visible?" To remove home/news/members tabs, enter "portal_actions" as above. Fine the home/news/members entries and unclick "Visible?" To remove the copyright statement, enter ZMI, select "portal_skins", then "plone_templates", then "footer". Click on "Customize" button - this copies the file to the "custom" folder and allows you to edit. Amend the div entry to look <div id="portal-footer" tal:condition="nothing" metal:define-macro="portal_footer" i18n:domain="plone"> To amend the section containing the "Plone Powered" logo etc, procede as before but with script "colophon". Once you have made a copy edit as required. You could add extra logos as I have - add images to the "custom" folder then copy and amend the code referring to the Plone logo. To remove the search box - as for copyright statement but using "global_searchbox". To remove the path bar - as above but using "global_pathbar". To remove the personal bar for anonymous users only, as above for "global_personalbar" but edit as follows <div metal:define-macro="personal_bar" tal:condition="not: isAnon" Last modified 16/05/08 |