business central user personalization export - personalization

Is there a way to export a certain user's personalizations, and use it as a user profile template?
We were thinking of having key users set up their profile the way they wanted it, then using that profile as a template for the rest of the team.

I think what you are looking for is Profiles.
Navigate to the Profiles page
Edit the profile you want to configure (or create a new one)
Click the "Customize Pages" action in the ribbon.
This will open a new tab in the browser in configuration mode. Once you are done customizing you click "Done" in the upper right corner. The changes made to the interface will then be automatically applied to the user with the given profile.

Related

Sonarqube administration and market place not visible

I installed sonarqube and got the server running but I'm unable to
Add admin/users and secure my server
Find the marketplace where I can add more plugins.
Where can I find these options as the documentation isn't clear about it.
I'm using the Embedded database which comes with the basic installation.
SonarQube 8: You need to activate http://localhost:9000, then activate the login button (top right). Default the user and password are 'admin'. The activate the menu 'Administration' and activate the Marketplace tab. In the plugins section on the page shown you can update or add plugins. When logged in, activate the button (top right) 'My account' and select security where you can change the admin password. When using the administration menu you can choose the security - users option to add more users. But never use the Embedded database in production! You can find the documentation using the http://localhost:9000/documentation link. Start reading the Instance Administration section.

how to disable publish button in joomla for author users?

I have three users on my Joomla website
an author who can create content
the editor who can edit content but can not publish
a publisher who can create, edit and publish
the problem is in Joomla is editor also have publish authority but my requirement is I dont want publish authority for author user.
how can i implement that?
Where is the confusion in this? If you check this link https://docs.joomla.org/User_Group_Access_levels_explained_in_simple_terms. This is another latest link for 2.5 https://docs.joomla.org/ACL_Tutorial_for_Joomla_1.6. Roles are defined as follows
Author - Can create and edit their content. If you dont want to give edit permission to author you can very well disable it in the content permissions. You will see an Options tab on top right when you open contents. After clicking you can go to Permissions and give required permissions.
Editor - Editor can edit but cannot publish. Editor users cannot, publish or change the publishing status of any articles, even their own.
Publisher - This group allows a user to post, edit and publish any (not just their own) content item from the Front-end.

phpbb show custom field for activating newly registered users

I added in my phpBB 3.1.3 forum a custom profile field which has to be filled in if someone registers on my forum. I want that this field can be seen only by administrators. Therefore, I checked the following options:
I also require that newly registered users have to be activated by an administrator. Whether a user gets activated depends on the text that he puts into his profile field. However, the profile field does not appear in the inactive users list in the ACP, nor does it show up if I click on the user. How can I find the custom profile field for inactive users?
In the top right drop down box that is currently showing Overview change this to Profile and hit Go. This will show custom profile fields at the bottom of the page.

How to disable user registration in Joomla 3.x

In Older versions this option was at Global Configuration section.
At joomla 3.x seems that this option has been moved.
I want only my existing users to be able to login.
Has anyone any idea where this option is available? Thanks in advance!
Log into your Joomla 3.0 admin dashboard
In the top menu, click Users and then click User Manager
In the tabs toward the top of the page, click the Options tab
Under the Component tab, find the following setting:
Allow User Registration
If set to Yes, new Users allowed to self-register.
To disable user registration, set Allow User Registration to No, and then click the Save button in the top left of the page.
After disabling the registration option, you will notice that the Create an account link within your Login Form will no longer show, as users can no longer create an account on their own.
Reference
It's very simple ,Follow the steps below:
a)select System --> Global Configuration -->Users manager.
b)Under the component tab you will see the 1st option as Allow user registration.
Please refer the screenshot below.

Yootheme widgetkit user permissions

My clients are restricted in the admin panel of the joomla and theri user group is menager. I need to show them what they need not more than that. But I couldn set the widgetwit permissons for that group there is no option to make that like other components configuration popup screen. How can I show it to the menager user group.
First you'll need to allow your component to save permission-related information, then to access the preferences and finally to set the appropriate values.
Into the components' folder: /administrator/components/com_widgetkit/ create config.xml with the code below or edit it to include the "permissions" fieldset.
Then add a JToolbar button for preferences anywhere in the component or the view:
JToolBarHelper::preferences('com_widgetkit');
Now in the administrator view you should see the options button.

Resources