Posted by Simon Goodchild at May 13th, 2012
Ok – this is an important update to v12.05.13 put out earlier today (13th May). There’s only one change, or rather the removal of some tutorial code that I left in. I’m putting this out as release v12.05.14 as it’s only 35 minutes until midnight and it keeps the version numbers as the same format from one to the next.
This was my fault – I was testing out the tutorial to show member information on the directory and left it in. No excuses, a complete over-sight on my part. Hence the totally understandable reaction on forum posts here, here and here for example.
I’m sorry guys. :(
To be clear – as soon as the upgrade is available in your admin section, upgrade to v12.05.14. If you want to manually fix, edit symposium_hooks_filters.php and remove the following from the top of the file:
add_filter( 'symposium_directory_member_filter', 'wps_extra_info', 10, 2 );
function wps_extra_info( $html, $uid ) {
:
:
: down to....
:
:
}

Post Tagged with 


Saving...
[...] I upgraded some plug-ins, and one of them contained an error. As a result, yesterday member contact details were visible on the members page. I have [...]
If you upgrade to v12.05.14 the contact details no longer show, sorry see the release notes for an explanation and apology.