Statistics: Posted by PseudoNyhm — July 1st, 2011, 4:03 pm
Statistics: Posted by cassel — July 1st, 2011, 3:31 pm
Statistics: Posted by PseudoNyhm — July 1st, 2011, 2:23 pm
Jason Caldwell wrote:Lifeischoice wrote:do you have a sneak peek at list of features for the phpbb integration (e.g. user and/or template integration etc) Thanks...and looking forward to 3.6 soon:)
No, but we are going to accept beta testers for s2Member v3.6 very soon.
Please keep an eye out in the forums for the announcement.
Statistics: Posted by wrswrsnz — May 31st, 2011, 4:59 am
Statistics: Posted by artEV — May 3rd, 2011, 11:51 am
Lifeischoice wrote:do you have a sneak peek at list of features for the phpbb integration (e.g. user and/or template integration etc) Thanks...and looking forward to 3.6 soon:)
Statistics: Posted by Lifeischoice — April 29th, 2011, 4:33 pm
Statistics: Posted by wrswrsnz — April 27th, 2011, 3:16 am
extra line here ( bad )
<?php
?>space here ( bad )
Statistics: Posted by Jason Caldwell — April 26th, 2011, 11:52 pm
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2471: Cannot modify header information - headers already sent by (output started at /home/fnzasor/public_html/fnzas_wordpress/wp-content/mu-plugins/s2-hacks.php:1)
Statistics: Posted by wrswrsnz — April 25th, 2011, 4:04 pm
wrswrsnz wrote:
Is there a way to stop the S2Member redirect from the phpBB login page so it stays at the phpBB login succesful pageinstead? If this is relatively easy it will give us a workaround until integration is released.
<?php
add_filter ("ws_plugin__s2member_allow_other_login_redirect_filters", "__return_true");
add_action ("ws_plugin__s2member_after_loaded", "remove_s2member_login_redirection_action");
function remove_s2member_login_redirection_action ()
{
remove_action ("wp_login", "c_ws_plugin__s2member_login_redirects::login_redirect");
}
?>
! | * WARNING. Unfortunately, a side effect of this hack is that s2Member's Unique IP Restrictions will no longer be applied. If you can live with that, you're fine. @TODO :: I'll see what we can do about this in a future release. We need another Filter/Hook to make this possible without damaging IP Restrictions. |
Statistics: Posted by Jason Caldwell — April 25th, 2011, 6:28 am
Statistics: Posted by Jason Caldwell — April 25th, 2011, 6:17 am
Statistics: Posted by wrswrsnz — April 23rd, 2011, 9:49 pm
Statistics: Posted by rainleader — April 2nd, 2011, 2:25 pm
Statistics: Posted by Jason Caldwell — June 23rd, 2010, 5:54 pm
Statistics: Posted by jamesmm — June 3rd, 2010, 11:25 pm