If you want to hide specific users from the global users list (yourdomain.com/primus_user_list/), you can do that with the following code. Add it to your child theme’s functions.php Get the child theme here: Child Theme $pn_customizations = new PrimusNoteCustomizations(); add_filter( ‘primus.user.list.user_objects’, array( $pn_customizations, ‘hideAdminUser’ ) ); class PrimusNoteCustomizations { /** […]
Child Theme
To perform customizations on PrimusNote, you should work with a child theme. Simply download the following file, perform the necessary changes and upload it to your WordPress installation. Please follow a guide on the internet in case you need additional help, like the one on WordPress.org Download Child Theme
User Rights
Since version 1.6, PrimusNote supports different levels of User Rights. There are two different sets of user roles: WordPress based user roles PrimusNote unique user roles If you create a user, you will see the following set of roles: The difference between the (PrimusNote)-prefixed roles and the other roles is […]
Notification System
The Notification System was introduced with PrimusNote 1.4. Currently notifications via email are supported. You can set it up in two ways: One By One Summary 1. One By One This setting will send a email notification out as soon as the change occurs. For example: You update an issue […]
Using @ and # to quick connect
When writing a comment, you can put an “@+username” to link to a specific user. He will then be informed via mail that he was mentioned in that specific comment. When working with Issuesyou can also assign the item to one or more users. They will also be informed. The […]
Getting started (Videos)
We made two videos to show you around in the backend (first video) and to show you how to create your first project (second video below) Enjoy 🙂
Getting started with security
When using PrimusNote you might exchange important information with your team or clients. It is obvious that security should be a major part of your daily work. Keep in mind, that PrimusNote itself or WordPress doen’t provide a “special” security level. In fact, you should defenatley use some security plugins […]
Make PN act like an app
If you want to your installation to work like an app when accessing it from your smartphone. Simply open the website in your mobile browser and then save it to the homescreen. If you access your site now via the icon, a browser will open without the browser controls, giving […]
User Settings
Adding users is the same as with any default WordPress installation. In the backend, go to “Users” and click on “add new”. Fill out the forms and you are done 🙂 Adding a author information Go to “Users” in the WordPress backend. Click on “edit” below the user you want […]
Working with ID’s
In the PrimusNote backend you will find the option “Show ID on kanban card” (PrimusNote – Basic – Kanban). If you activate that setting, a custom ID will be shown right next to each task name. If you leave a comment anywhere within the project, you can link to that […]