-
Gutenberg Block Added

It took longer than I hoped but was able to add a Gutenberg Block for use in the new editor. Most the settings are in the sidebar (including some in the advanced section) with alignment in the block toolbar I added font and background color options Expect to see more options to follow as I…
-
aa_user_raw_list
Used to filter the list of users created to display this example can you used to remove user makr as denied by the “new user approve” plugin https://wordpress.org/plugins/new-user-approve/ function aa_user_raw_list( $users ){ $filtered_users = array(); foreach ( $users as $user ) { $user_status = get_user_meta( $user->user_id, ‘pw_user_status’, true ); if ( ‘denied’ !==…
-
ShortCode Button
This the shortcode button that helps you create the shortcode you need It will open this control panel I hope this helps
-
Support for BuddyPress Xprofiles
In version 1.8.6.0 I have added support for BuddyPress Xprofiles If you have BuddyPress installed you will now be able to pick to display items from the Xprofile. As there are a number of add-on that extent the type of values stored I also added filter to allow your control the outputted HTML Here is…
-
Author Avatars List 1.8.0
Replaced the pre 2.6 wordpres widget code with the current widget API calls to enable visibility setting Breaking change in CSS *.multiwidget_author_avatars* is now *.widget_author_avatars*. This is caused by a library change in-order to support the jetpack visibility option. If you have added CSS to your theme you may have to update it for this…
-
Author Avatars List 1.7.1
Hi all Update: found a small bug which I have fixed in 1.7.1 Lots of changes in version 1.7.0 some of which have been in the dev branch for a while Added Local User select to Single Avatar Shortcode creator Replaced wp_specialchars() with esc_html() Removed support pre 3.0 wordpress installs Added BBPRESS_post_count as shortcode display and sort options…
-
Author Avatars List 1.6.2
I’ve just released version 1.6.2 of the Author Avatars List plugin. 2 versions in 2 days what am I doing 🙂 Changes in this version: Added display options for single Avatar options Added donation link You can download the new version as usual from the from the WordPress plugin repository or of course simply install it using WordPress’ plugin…
-
Author Avatars List 1.6.0
I’ve just released version 1.6 of the Author Avatars List plugin. 2 versions in 2 days what am I doing 🙂 Changes in this version: Added the option to link to BBpress profile in the link to the shortcode and generator user_link=bbpress_memberpage Fixed bug – the the shortcode generator was shown up in the tinyMCE…
-
Author Avatars List 1.5.1
I’ve just released version 1.5.1 of the Author Avatars List plugin. Changes in this version: Added Hindi translation from Love Chande of Outshine Solutions
-
Author Avatars List 1.5
I’ve just released version 1.5 of the Author Avatars List plugin. Changes in this version: Added page_size to shortcode options (see below) Added Romanian translation from Alexander Ovsov of Web Hosting Geeks (Web Geek Sciense) page_size: Max number per page With this set paging markup (“<< 1 2 3 4 5 >>”) will be displayed below the…
