settings - xensor/Xensor-Wordpress GitHub Wiki
Settings
To set up the options for the plugin, you would head over to Dashboard -> Settings -> Maintenance
. From here you will see a form that gives you options to change the ids of the following: ban, guest and default
, you will also see redirect URLs for maintenance
and banned
. You can also change the pages that are for the member(s) to be redirected to ban page id
and maintenance page id
.
The maintenance and ban page id are the ids you get from editing the post. Example: wp-admin/post.php?post=29749
&action=edit.
That id after post=
is the number you need for the page id.
For the membership id, you can get that from the membership 2 area. You can do this 2 ways, one is by the shortcode option. It will give you the id of the membership or you can edit the membership and get it from the URL.
I am gonna show you how to get it from a shortcode:
on the membership 2 page, you will see a column with 'shortcode', you click the show link to get the shortcode. [ms-protect-content id="29578"][/ms-protect-content]
this is the shortcode you will be looking for.
You will also noticed a few new sections: Minecraft and rules.
Minecraft Verification
In Minecraft, you will be able to enter a user's Minecraft username and verify if it is true or not. If it is false, it states user not valid
. This means that the user is not premium and on a hacked client.
Rules
Here you can set up a list of rules or write out a full lengthy set of rules. It's set up to take a field lists
to show lists or without. If you wish to have no list then enter [showrules list='false']
this will show it with a header and the paragraph below it. If you want lists to show, then enter [showrules]
or [showrules list='true']
.