eZ Publish 5.X "Store draft" button is hidden - ezpublish

Hi, I have some problem with eZPublish 5.x, I want to enable "Store draft" button on editing articles, now is enabled "Store draft and exit" button but i want without a "Exit".I look in code and on load page "Store draft" button have attribute "hidden" and "display:none", where i can enable or disable this buttons?

Do you have ezautosave enabled?
If yes then you have a setting in ezautosave.ini that you can override in your own settings folder
[AutosaveSettings]
# whether to hide the Store draft button
HideStoreDraftButton=disabled

Related

AEM "Fourceunpublish" button need to disabled or delete

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

Can't change tab name on Joomla 2.5.8

So I have a problem with Joomla 2.5.8 when Im trying to change browser tab name. Tab name is good only on "main page" (localhost), but when I open any other page from menu (localhost/x) it always says Web on browser tab. I tried adding tab name through Joomla Menu manager, tried changing it in Global Configuration -> SEO, but it only gave me Web - Web tab name
Any help?
Here's a website if you need it
You can adjust that in the "Menu Manager" Just click on:
->Menu Manager
->(Select your menu, likely Main Menu)
->Select the menu item (page) you want to edit
->Click on "Page Display Options"
->Type your new page title in the "Browser Page Title" bar
->Click save
Also, you should update your Joomla, 2.5.8 is very old which will have security and performance fixes available if you update to the newest version.
See here: https://docs.joomla.org/J2.5:Updating_from_an_existing_version

Need to disable the button present in the bottom of jqGrid dynamically

Currently, I am working on asp.net mvc2 project which has a view containing three dropdown controls. I am also using jqGrid for displaying the data in the application. The jQGrid is displayed with buttons called Add,Edit,Search in the footer section. I need to disable and enable the Search button dynamically. If the user selects any item from dropdown1 and dropdown2 then I need to disable the Search button and in case the user selects any item from dropdown3 then I need to enable the Search button.
I am new to jQGrid implementation. Can anyone help me with some sample code to handle the above functionality.
Thanks & Regards,
Santosh Kumar Patro
I would recommend you to read the answer and another one. The answers shows how one can hide/show or enable/disable buttons from the navigator bar. You can use onSelectRow or beforeSelectRow callback to disable/enable/hide/show the navigator buttons dynamically.

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..

jqGrid: Search Box: How to hide the search popup programmatically

I'm using the jqGrid plugin along with its 'advanced search' feature. Is there a way to programmatically show/hide the search popup? I'd like to hide the popup, if it's currently being displayed, based upon a user action elsewhere on the screen.
If you have a jqGrid with id="list" then the "Advanced Search" dialog will have id="fbox_list"
(it will be build from the "fbox_" prefix and the grid's id). So, to hide the dialog it should be enough to use:
$("#fbox_list").hide();

Resources