How do I see Plone control panel - plone

I've been asked to make some changes to a Plone site that has been set up by someone else, I've not used it before so I'm struggling a bit.
I've logged in (using the link at the bottom of the site) and I can then see all the options to edit the page I am looking at. But I cannot seem to get to the central dashboard/control panel. I can't see any link when I'm logged in, and I've searched the docs/Google and can't see a URL for the dashboard.
Could someone please let me know how to reach the main dashboard. Thanks

The link should be in the user's menu (that also has "log out" etc.), where it is called "Site setup", or you can go directly to https://your_site/plone_control_panel.

The canonical and stable URL is https://your_site/##overview-controlpanel.
The plone_control_panel was removed: https://github.com/plone/Products.CMFPlone/issues/1255

Related

Button that publishes scheduled post in Wordpress when clicked?

I'm looking to create a button for a Wordpress site to display in the top corner of the page that says "Click here if this site hasn't been updated since your last visit." Clicking this would trigger the next scheduled post to automatically be published instantly. If there are no scheduled posts, the button will take the visitor to a random post from the archive.
I want to avoid one person being able to click this button over and over. I'm a complete newbie to programming so I'm just hoping someone can point me in the right direction. I don't even know what to learn in order to be able to make this, so any hints would be hugely helpful. Thanks!
Look into the Wordpress documentation. http://codex.wordpress.org/Function_Reference contains all the Wordpress php functions. You are going to want to get a basic understanding of php. I'm not sure on the scheduled post part, but to get a random post you need
query_posts('orderby=rand

Problems with comment box

Using Wordpress 3.9 with Theme 2014
Whenever I enable comments on a page, the comments box appears with Info already in the box. As I'm new, I probably did something to cause this but I'll be darned if I can figure it out. Check out the website at http://donavantwebsites.com/
Comments is enabled on the home page and as you can see, my name, email address and website are already filled in. I would prefer these to remain blank. I'm still learning about trackbacks and pingbacks but I can't see, so far, how this would effect my problem.
That happens because you are logged in, wordpess will automatically fill it in. If you log out/login with as different user it will show that information. For example when I view the link you posted, I don't see any information filled it.

[JIRA Hide button comment automatically

I am using Jira version 6.0.7.
In permission scheme, I have already settings the "Add comments" with Current Assignee.
So, all I need is, when someone got the task, only he/she can add comments and I already can do that.
The problem is, when he/she have done their task which is will route to next assignee, he/she still can add comments before refresh the page (the below comment button still appears, the upper comment button has gone).
Is that any script to do auto refresh page for JIRA, or any solutions for my case?
Thanks.
Try to post a bug issue to Atlassian.
But did you try to use the "no disappeared comment button" ? I thought that, even your user can see the "Comment" button, he/she has no right anymore to post any comment : he/she will obtain have a "no permission" error message.

How do I get a Play Game button on my page that is not created through the game?

when creating a community/fan page for a Game through the settings in the developer account, you have the option to add a "Play Game" button just below the title image of the page.
Creating a Page in any other way, you do not seem to have that option. Hence my problem:
We created our Community page and started generating likes and traffic to it, before creating a Game App in the developer tool. We have now launched our Game and want to have the "Play Game" button on the community page.
Is there any way of achieving this other than creating an entirely new page and asking people to move their likes there?
I have looked into Migrating the page, but that option does not seem to be available any more, and it is unclear whether it would work anyway. The other option is to just create the new page and ask people to like the new page instead. This would make us lose our vanity URL though, which we do not wish to lose...
Thank you,
John
I ran into the same problem, and have finally found a solution:
Go into your Page Settings (Edit Page -> Update Info).
Under category, choose "App Page".
Save changes.
Now go to your App settings.
Choose App Details.
(If you have submitted to App Center, cancel the submission).
Choose you page under "App Page".
Save changes.
In FB developer settings, go to your app>advanced settings at the bottom there is a spot to create a community page. That page that you create will have the Play Button you are looking for.
It's a been old question but the solution that is working nowadays is :
go to your facebook page,
Settings > Page Info
there you need to update your category and ONLY have "App Page" selected
Then go to your Facebook developer account , select your app and
Go to Settings > Advanced
In the App Pages part you should see "select from existing" button where you can select and link your existing Facebook page
Done :)

Google Analytics in Wordpress - Cross-Domain Tracking

I've searched high and low for an answer for this problem and need the help of experts.
The website I'm helping to oversee has a registration in a frame on their main website. When a user visits the site, they can choose which course to take and click on a "Register" link to be taken to the externally hosted form.
I was able to get the GA tags changed on the framed pages, so that step is done.
However, I realise that in order to properly cross-domain track with Google Analytics, I need to also add an onclick event to any links that bring users to those pages, such as the example below.
Link
However, the site I'm working with is in Wordpress, and when I view the link in there it looks like this:
[iab_event link="http://www.EXAMPLESITE.com/course/4105/register.asp" text="Register"]
And when you view the page source of the live site this link is translated to this:
Register
I tried adding the second onclick event to the one above, but that didn't work. Is there any way to add the onClick="pageTracker._link('http://www.EXAMPLESITE.com/course/4105/register.asp'); return false;" to this link without breaking it?
Thank you in advance for any advice given!
Try stacking them in the onclick event like this:
Register
It should run all of the commands as long as they're separated by semi-colons.

Resources