开发者 | danixland |
---|---|
更新时间 | 2020年11月5日 21:29 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 5.6 |
The code generated by the plugin is wrapped in an HTML element with class dnx-user-panel
, what kind of element is decided by your theme, if unsure ask his creator.
Contained in that element you'll find an unordered list with id dnxup_login_links
and a variable class based on what kind of user is surfing the page; these are the classes you can use:
.user_logged_in
.logged_out_yesreg
.logged_out_noreg
dnxup_custom_link
, predefined list items have a specific id, and you can specify ids and classes for your custom links too!!
These are the predefined ids for every list item:
#login
#lostpassword
#register
#login
#lostpassword
#dashboard
#profile
#logout
Of course, you can ask for help on the forums or write a comment on the main article for this plugin on my site, I'll reply ASAP ;)
Starting with version 1.2 the plugin ships with a .POT file that can be used to create a translation of the plugin in your language, so if you're familiar with english you can help by providing a translation and it will be added to future versions of the plugin along with a link to your site on these pages ;) To provide a translation simply edit the file "danixland-user-panel.pot" and fill every line with the traduction in your language, then save it as yourlanguagecode.po (E.G. it_IT.po for Italian), then contact me via the forums or my site and I'll tell you how to send this file to me. I'll add your translation ASAP. A number of softwares exists to help you with .po files, like POEdit or Lokalize