Hi, downloaded this to use on my BuddyPress site.
There was some lines of code that stopped it from working because I do not enable php short-tags on my server (security and good practise reasons).
I’ve seen that someone wants to add a “Select All” feature. Good idea.
Thinking of giving the plugin a quick tidy and then I will send you a copy of the updated code – it won’t take me long to do and it will be beneficial for both me and the community.
Thanks for making the plugin in the first place ??
I can confirm that it works with WordPress 3.2.1 and BuddyPress 1.5.1
Will submit update soon.
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>v 1.2
The code on line 40:
$(<93>#signup-welcome).p(;:last-child').css('display', 'none');
changed to:
‘jQuery(“#signup-welcome p:last-child”).css(‘display’, ‘none’);’
works now.
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>Hi
I am using a standard WP Multisite install, but I can’t activate the plugin gives a fatal error.
Parse error: syntax error, unexpected $end in F:\Web Projects\PedalPower\website\wp-content\plugins\wp-activate-users.php on line 160
Fatal Error (hide)
The theme has encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.
Error Code: php_code_error:4:F:\Web Projects\PedalPower\website\wp-content\plugins\wp-activate-users.php:160:syntax error, unexpected $end
Message: A fatal code error occurred.
If you are unable to fix this problem, please copy all the text on this screen and send it to [email protected].
Debug Data:
Array
(
[0] => Array
(
[file] => F:\Web Projects\PedalPower\website\wp-content\plugins\tabber-widget\lib\classes\it-error.php
[line] => 123
[function] => fatal
[class] => ITError
[type] => ::
[args] => Array
(
[0] => php_code_error:4:F:\Web Projects\PedalPower\website\wp-content\plugins\wp-activate-users.php:160:syntax error, unexpected $end
[1] => A fatal code error occurred.
)
)
[1] => Array
(
[file] => F:\Web Projects\PedalPower\website\wp-content\plugins\tabber-widget\lib\classes\it-error.php
[line] => 150
[function] => handle_error
[class] => ITError
[type] => ::
[args] => Array
(
[0] => 4
[1] => syntax error, unexpected $end
[2] => F:\Web Projects\PedalPower\website\wp-content\plugins\wp-activate-users.php
[3] => 160
)
)
[2] => Array
(
[function] => it_error_shutdown
[args] => Array
(
)
)
)
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>wp-activate-users.php line 40 is totally broken.
$(“#signup-welcome).p(;:last-child').css('display', 'none');
Wrong and un-closed quotes, and jQuery selectors are borked.
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>Plugin looks promising, and shows the number of users who activated their accounts yet, but there’s no list following the column header.
Using BuddyPress 1.2.8
]]>The plugin code is using php short tags which are not always turned on.
Example: <? echo 1; ?>
Please fix this for better compat with default installs.
Line 105: <? echo $userMU->activation_key; ?>
Line 125: <? echo $_SERVER['PHP_SELF']; ?>
Line 129: <? echo $_SERVER['PHP_SELF']; ?>
Line 132: <?
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>Just sayin.. thinking about adding it myself. If I beat you to it I’ll send it over, maybe you can include it in the next release.
https://www.ads-software.com/extend/plugins/wp-activate-users/
]]>