WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Can I use attributes from Memberpress?You’re welcome. Happy to hear that 🙂
Forum: Plugins
In reply to: [Authors List] Can I use attributes from Memberpress?Hi @dgracey
Any user field value (user meta value) can be displayed using
{al:INSERT_FIELD_NAME}, not sure what the field names Memberpress uses but should be the same names like in their[mepr-account-info]shortcode, so it should be{al:mepr_bio}To be used combined with one of the custom content attributes (before_avatar, before_title, before_bio…)
Here’s an example:
[authors_list before_bio="{al:mepr_bio}"]Forum: Plugins
In reply to: [Authors List] order by last nameForum: Plugins
In reply to: [Simple Basic Contact Form] Plugin triggers deprecation notice on PHP 8Hi @titsmaker,
Thanks for letting us know, will get that fixed and release an update this week. The order remains the same, but the 2nd parameter also needs a default value.
Forum: Plugins
In reply to: [Authors List] Author Dropdown list?You’re welcome. Let me know how it goes.
Forum: Plugins
In reply to: [Authors List] Author Dropdown list?Hi @gareth-wynn
No, sorry.
But there should be some plugin with that exact functionality. WordPress has the categories dropdown by default, so there should be some plugin that adds the same thing for authors. Did you manage to find anything like that?
Forum: Plugins
In reply to: [Authors List] New link typeHi @ante1974
You’re welcome. Did it work out?
Forum: Plugins
In reply to: [Authors List] Author Bio Excerpt with ‘Show More’ buttonYou’re welcome.
Forum: Plugins
In reply to: [Authors List] New link typeDisplay names are based on the first name and last name. It’s the same text you get as the author’s name in the list from our plugin. It’s definitely not in the format
firstname-lastnameYou can use any of the available user meta you want. The example I sent over uses the “Website” field value.
You could use the Advanced Custom Fields plugin to add a new field for the users.
So you add a new text field with the ID
product_archive_urland for the “Location” you set “User Form”. That field will then show when editing a user.To output the value of that field in the authors list you would use:
[authors_list after_bio='<a href="{al:product_archive_url}">View Products</a>']- This reply was modified 4 years, 7 months ago by WPKube.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Install QuestionsHi @jmccoy78
You only need one of the plugins active since they both have the same purpose.
Forum: Plugins
In reply to: [Authors List] Author Bio Excerpt with ‘Show More’ buttonHi @masudcu
Not at the moment, but will add it to the list for a future update.
Forum: Plugins
In reply to: [Authors List] New conflict with Publish Press Authors ProHi @nbh707
I tried it with the free version of the plugin and it’s working fine.
I don’t have access to the PRO version since it’s a paid plugin but since it’s working with the free version it should also work on the PRO, there must be some bug in there so you’ll need to contact them about it.
Forum: Plugins
In reply to: [Authors List] New link typeHi @ante1974
You could so something like this:
[authors_list after_bio='<a href="{al:user_url}">View Products</a>']So it shows a link to the author’s URL. It’s set when you go to edit a user, the “Website” field just above the “Biographical info”.
So for that URL you can set the URL to their products listing page.
Forum: Plugins
In reply to: [Authors List] Alignment problem with thumbnails and overlaysYou’re welcome.
Forum: Plugins
In reply to: [Authors List] Last name starts withYou’re welcome.