AEM "Fourceunpublish" button need to disabled or delete - osgi

I need to disable to Force Unpublish button in AEM site.
enter image description here
Scenario : When I'm unpublishing a page in AEM site that is liked to another parent page AEM will show OOTB Force Unpublish option as in the picture in the above.How do i disable "Force Unpublish" button?.
I tred to figureout this popup in AEM crx/de. Finally I found below link,
/libs/cq/gui/components/authoring/pageinfo/confirmunpublish/confirmunpublish.jsp.
enter image description here
enter image description here
Once i Confirm it's calling confirmAttrs.build() however
I'm not able to figureout Force Unpublish button .jsp file or anything that relate to source of this popup.
Any help here is appreciated.

I got the answer, where "Force Unpublish" button available in AEM 6.5 v,
/libs/cq/gui/components/authoring/editors/clientlibs/core/js/actions/unpublish.js

Related

My metaslider plugin in wordpress is not showing anything when I click on it

I have installed and activated metaslider plugin in wordpress, its showing in sidebar of dashboard but when I click on meataslider it shows an empty page. Is there any solution to it?

Django-cms page blank even after adding text plugins

Okay so I was able to do the ff:
Install django-cms on and show the "welcome page"
Go to admin page and choose a template.
Add a page
but when i try to add a text plugin to a page and preview it. The page is still blank and it does not even show an error.
WHAT COULD BE THE PROBLEM?
UPDATE: When i use the front-end editor "edit mode on" I am able to add plugins. That's weird
I had a similar problem. I eventually realised that it was caused by my failure to click on the 'publish' button.

ckeditor image plugin customization

I want to customize the ckeditor image plugin. I already added two radio boxes under URL text field, one is the normal mode while for the second one I have shown a page in iframe in the preview area. In the page we have list of image links. Now I have difficulty to click on any link and send that link to the URL text field. Actually I want to access the URL field in the page shown in the iframe.
Please help me for it, or suggest me a better solution to tackle this situation.
I found the way to do the above job.
First I changed the radio boxes into brows button. On the button click event a light box opens. When clicking in a link in the light box the link value will be saved to java script COOKIE variable and on the light box close event the value from the COOKIE is retrieved and assigned to the text field with the following code.
srcVal = getCookie('srcVal'); dialog.setValueOf('info','src',srcVal);

joomla Administrator Site Off-Line

I want to access the configuration.php file from a custom front-end module. I want to set var $offline to o or 1 from the module(through radio) and then refresh page. I also want the module to show when the site is off line.
as i understand, if you want to set some message on the front end when the site is offline then simply follow the steps:
login on admin pannel.
hover the mouse on the site menu on the top of the admin pannel.
click on the global configuration menu.
in the site tab, you will find the site settings and the radio button with yes, and no and the offline message the you want to display when the site is offline.
if you want to show the offline message the simple click on the yes radio button and save it..
thats it..

I'm building a theme for tumblr and the {HasPages} doesn't seem to work properly

I've put the HTML draft of the theme so far, with minor CSS edits.
Currently I have all the block posts and everything else that's essential to a tumblr theme but I can't seem to get the {HasPages} block to work properly.
I've tested it on a different tumblr, also. There are pages created and I already have provided some basic CSS for it just in case. But there isn't anything showing up.
Has anyone has this problem and if so, is there a solution I'm missing? The code to display the pages is included.
{block:HasPages}
<ul>
<li>Home</li>
{block:Pages}<li>{Label}</li>{/block:Pages}
</ul>
{/block:HasPages}
Also, is this a valid web masters' question. I'm not sure.
I just had this issue: a link to a page I created didn't show up.
I solved this by checking off "Show a Link to this Page" in the Page options. To find this:
Go to tumblr.com.
In the top navigator click the gear. This is where the settings are.
On the side, click on the blog you want to customize.
A customize button should show up beside the name "Theme". Click on this button.
Now your blog will show up with a Customize panel. In the Customize panel there should be a Pages section. Click the Edit button beside the page and a window will pop up.
You can find the "Show a Link to this Page" option in this window.
Let me know if you need any clarification.
As far as I can see your code is right. Have you clicked the 'show a link to this page' checkbox, which is at the bottom of the page edit popup? I bet that's it... :)
I have also been having this problem. However, everything works correctly on my actual page, even though the theme editor does not appear to be aware of the block on my custom theme, nor does the theme preview seem to be aware of the pages tagged to show.
Have you tried saving your theme and checking the links on the live page?

Resources