Plone: remove Home tab in front page for anonymous users - plone

I don't know how hide the Home tab in front page for Anonymous users, Plone version is 4.3.7.
Better should be hide the navigation bar, and I've found to do this through ZMI portal_actions/portal_tabs/index_html and uncheck visible. But after, also the user logged in doesn't view the bar.
Could anyone help me please?

Simply add python: member is not None to the condition of index_html action.

Related

How do I make a popup that warns the user they are going to a different site?

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

Basic Drupal Modifications

On my Drupal site I am using a theme that puts a log-in prompt on the main page. I want to move it to a separate page. How do I do that? Also, once I move or remove it, How would I go about still logging on as the admin?
The home page is here http://www.arguemax.com/_drupal-7.26/
Update:
Right, the bottom right block. I solved the problem, as suggested, by removing the block.
The login form on the main page was a Block. You disabled it by going to
Administration >> Structure >> Blocks. There found a list with all
blocks for the current theme. I just moved the Login Block to the Disabled area at the bottom.
Now I have an issue with the Navigation block. But that is a subject for another discussion thread
The login prompt is a block. Disable it or configure it not to appear on the front page or to only appear on certain pages or whatever.
The URL to access blocks in D7 is: /admin/structure/block
Until you clarify the log-in prompt you talk about, I can already say several things:
No need to do something special to "move the log in functionnality to a separate page" because it will always be on that page: http://www.arguemax.com/_drupal-7.26/user. If you want it to be accessible through the menu, just go to admin>structure>menu and add a link into the right menu.
To log in as the admin, just go to http://www.arguemax.com/_drupal-7.26/user like any other user and use your admin username and password normally.
I'm waiting for your edit to complete my answer ;)

Plone: How to hide some tabs at the top of Plone portal

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.

Drupal removes a page from menu links after page edit

This might be a really simple thing but i was unable to find an answer to it. The issue is this:
I'm using Drupal 7, updated from Drupal 6. I have main menu to which i've assigned some pages. Whenever i edit one of those pages Drupal, for some reason, removes it from the menu links. Anyone ever had the same problem or would anyone have any ideas as to why it behaves this way?
Ok, let's try to rule some things out. You said that you assigned this menu to some pages. If you are viewing the page in view mode, then click edit, then save, you will be taken back to the view of that node. If you are viewing all of your content in the admin, then click edit by the node, then click save, you will be taken back to the list of content in the admin. Take a look where you assigned this menu to, AND/OR where you did not assign it to. Make sure you are not looking at a page where the menu was not assigned to.
You only needed to enable it from the settings - 'Provide a menu link'.

Wordpress 3.0 Register/Login Menu Button

I'm quite new to Wordpress and don't quite understand one simple problem that I have come across when working with the menu tool. I simply want to have the "register" and "login" buttons when the user is not logged in, and show a "profile" and "logout" buttons when they are, and with the theme I am using the login and register buttons seem to be shown regardless of the user status.
Any help would be much appreciated. I hope I've explained the problem enough for you.
google for "wordpress member plugin"
install best plugin you like
after installation you can use as widget on your side bar. Hance you get login and member info in sidebar or somewhere you want.
Try
Theme My Login plugin, this do what you are looking if not exactly
Check out the BAW Login/Logout Menu WordPress plugin, its title says it all. I tried it and it worked flawlessly. This must be your case.

Resources