I have added some custom settings to Kentico 7.0.50
However I can no longer locate them in Site Manager. I have tried using Settings->Custom Settings and looing in the navigation tree. I have also tried Development -> custom settings.
I can locate them by using the search ability in Settings->Custom Settings, and I see that they are several levels deep ( heading like Custom Settings> Site Name -> Category Name > Social Networks > Global ) I cant edit the setting when it is located in this manner.
How can I find and edit the custom setting?
Related
I am using Liferay 7.3.7-ga8. To enable Openstreetmap, I can do it as the following:
Control Panel -> Instance Settings -> Third Party -> Maps -> Select Openstreetmap and Save.
However, I am trying to persist this configuration, so that when I rebuild Liferay, Openstreetmap option will be already enabled.
There are no additional information that I can find from portal properties. For other example (e.g. FontAwesome under System Settings), there is a menu where I can export the configuration. This is unfortunately not the case for Openstreetmap. Thx in advance for your help. It is greatly appreciated.
I'm trying to view all settings for SublimeLinter so that I can update my settings file. I read this page about sublime's view.settings() function, and figured it was probably in there, but the SublimeLinter documentation doesn't tell me how to access the settings from the control panel. The internal documentation is an empty string, which isn't very helpful. Any information about how to drill into plugins' settings files would be much appreciated.
When you open the settings, the default settings are displayed and documented on the left. There are no other settings than these. Other variable values are set internally using constants etc., there are no “secret” settings.
You can override parts of any plugin, e.g. the status bar view, if you don’t find the settings you need. Try using https://packagecontrol.io/packages/PackageResourceViewer
I am looking solution to export/import site structures in Liferay 6.2.x.
Currently, Liferay supports the export/import of organization, roles, and user groups structures.
Liferay does allow Export/Import of Site pages as .lar file.
Control Panel -> Sites -> Click on the site that you want to export.
Please select Pages -> Site Pages in left side.
You will see that public pages tab get selected in right side. Make sure you select the first item, "Page Pages" in the pages hierarchy.
There should be a link "Export"
Please click on Export and select the option "Choose Content" if you do not want the data to be exported.
You can click on "Change" for Date Range and select in such a way that no data required to be included. Export as .lar file and then import to the target server, which again should be of same liferay version as source.
Another great option to use is Remote Publishing. This link provides some details for you.
http://www.liferay.com/en_GB/web/swerlen/blog/-/blogs/liferay-remote-publishing-troubleshooting
I would like to disable top navigation bar for certain users.
Quick Menus
Create New
Launch
Application Menu
Alerts
Log out
User Preferences
Help.
I would like to show only workspace with default widgets in it when certain users logs into openbravo.
How to achieve the above features in openbravo.
Any help greatly appreciated!.
1) You can enable portal interface
(from http://wiki.openbravo.com/wiki/Role)
For Portal Users: If checked, this role will have a simplified (portal) interface, where we may see only configured workspace widgets with role access. Portal interface changes the look and feel of the workspace. Top page menu and left-side menu are hidden. Usually a role for Portal Users givess access to users only to their own information using widgets.
2) To remove logout link you have to add patch/tweak client application module
3) Since portal interface also disables left-side menu (i.e recent views, recent documents etc) to enable you have to add patch/tweak client application module
patches or changes may need to go on smartclient code as well as java code related to default workspace
It's possible to hide tool bar here via preferences. But Openbravo core customization is required to disiable top navigation bar in openbravo 3. It is not possible to achieve the above using openbravo's extended module feature. Check this link
How do I create a custom form only for admin to enter 2 setting values.
Admin should be able to enter number of published sites.
Admin should be able to enter number of paid sites.
The site then uses these values to display on UI. Is there anyway in Orchard CMS to do this?
Sure. In Orchard, settings are a content item of type Site. You can extend them like you extend any content type, by adding parts and fields. Look at any example of module with settings.