In Plone 2, there were icons for print, fullscreen and email in object views.
How do I enable these in Plone 4? They don't seem to be present in a default installation of Plone 4.1, but I must be missing something, and I'd like to know what?
Thanks
IIRC, document actions can be re-enabled in Plone 4 in the ZMI interface for the actions tool: http://plone.293351.n2.nabble.com/document-actions-in-plone-4-td5788892.html
Go to ./manage_main for your Plone site.
Click on portal_actions
Click on document_actions
Click on each action you want to make a visible link (print, rss, etc).
Click "visible" checkbox, then save.
Related
I need a popup solution in Wordpress that I can use on different links that says "This section of the website is under construction. Click to continue to older archive site."
When the user clicks continue, they automatically go to the link clicked.
I have tried Popup maker but I dont know how to implement the "continue" part.
Get a pop up plugin and choose before exit website appear pop up
In drupal 8, when I try to check the 'custom menu link' checkbox at admin/config/regional/content-language, after validation the checkbox remains unchecked..
No errors or warnings on page or in my dblog.. Have cleared cache multiple times and ran composer update to make sure all modules and core are up to date.
Am I doing something wrong to translate my menu, or will i have to make multiple menu's for each language the good old drupal 7 way?
Running Drupal 8.1.2 atm.
**edit** updated to drupal 8.1.3, same problem
Apparently when you check the 'custom menu link' checkbox, a new item is added with ajax at the bottom of the page to chose what fields of the menu item you wish to translate without the checkbox being checked yet.. Apparently you need to check those extra fields also before validating, else the checkbox won't get checked.
I just purchased and installed UberMenu plugin version v3.2.1.1, followed the setup exactly the way they described, and I'm able to see the Ubermenu instance in my front page, as it should be.
However, I can't access the customization area of the menu, and therefore I can't tweak it my own way.
When I go to Appearance -> Menus and click on the Uber button on any menu item, all I get is an empty options popup, just like the image below. None of the tabs present any content, it's just like the plugin scripts weren't being loaded.
However I see that blue popup in the lower right end of the screen saying it was being loaded correctly, and it's gone properly when it ends the job.
What can I do to enable/load correctly the configuration options for this plugin?
Thanks!
There are generally 2 possibilities that can make this happen:
A PHP error occurs (for example, a memory limit exception), preventing the page from loading the content critical to the menu item settings panel. You can check if that's the case by viewing your Menus Panel page source and seeing if you have a closing HTML tag.
or
The theme alters the admin menu structure via a custom Walker, resulting in the plugin not being able to find the appropriate data within the admin menu items to generate the settings panel. This is not very common, but can happen with themes that offer their own custom menu item settings within the Appearance > Menus Panel, as they alter the standard item markup to suit their needs.
If you need assistance, just Submit a Support Ticket over at sevenspark.com and we'll help you get it sorted out :)
Have a great weekend!
On plone 4.3.3 under ubuntu 14.04, whether I hide or delete the Navigation portlet, it remains visible as a horizontal bar of links just above the breadcrumbs. This happens even when I hide or delete the Navigation portlet of both the Home folder and of its default view. How can I diagnose the problem?
If you want that bar to go away unconditionally, the easiest way is to hide the viewlet that displays it:
navigate to http://(yourplonesite)/##manage-viewlets, which shows you parts you can enable and disable separately.
Find the the bar, usually called plone.global_sections in ViewletManager plone.portaltop, and click "hide".
Check this document:
http://www.contentmanagementsoftware.info/plone-book/navigation/index_html
It is a for Plone 2.5, but if I understood your question correctly the answer is there.
I think you want to hide what in the document is called "navigation tabs" (rectangle with red border number 1).
In this case go to "Site setup" and uncheck "Authomatically generate tabs".
Hope I got your question right, ciao!
We are using Plone 4.1.3 and because of a bug in the Contents page of a folder, and we want to make a folder not to appear as a tab at the top of the Plone portal. Also, we want to do this without disabling Automatically generate tabs in Site Setup's Navigation settings. We found this documentation here: http://plone.org/documentation/kb/changing-tabs, and tried to follow the instructions but in our ZMI's portal_actions tool page, we do not see the items (that are supposedly the tabs?) as mentioned in the documentation. Instead we see these under Name Type in portal_actions:document_actions, site_actions, folder_buttons, object, object_buttons, portal_tabs, user. And in portal_tabs, there is only one name type: index_html (Home) where Home is our root folder.
Can somebody advise us on how to manage the tabs at the top of the Plone page - i.e. how to hide some tabs (i.e. make some items not appear as tabs)?
Thank you very much in anticipation.
cmgui
Found the answer. In the Edit page of the folder, click on the item and then click on Edit of the item. In the Edit page of the item, click Settings and select Exclude from navigation.