Statistics: Posted by itsalaska — February 26th, 2011, 4:43 pm
Statistics: Posted by J_J_R — February 26th, 2011, 3:04 pm
Statistics: Posted by Elizabeth — February 26th, 2011, 9:13 am
Statistics: Posted by J_J_R — February 26th, 2011, 8:21 am
Statistics: Posted by lalitkishore — February 26th, 2011, 1:11 am
Statistics: Posted by Cristián Lávaque — February 25th, 2011, 5:48 pm
Statistics: Posted by J_J_R — February 25th, 2011, 5:40 pm
if(!$user->allcaps) $user->allcaps = array();
Statistics: Posted by itsalaska — February 25th, 2011, 2:31 pm
Statistics: Posted by Cristián Lávaque — February 25th, 2011, 1:41 pm
foreach ($user->allcaps as $cap => $cap_enabled)
if (preg_match ("/^access_s2member_ccap_/", $cap))
$ccaps[] = preg_replace ("/^access_s2member_ccap_/", "", $cap);
/**/
$val = (!empty ($ccaps)) ? implode ("<br />", $ccaps) : "—";
if (is_array($user->allcaps)) {
foreach ($user->allcaps as $cap => $cap_enabled)
if (preg_match ("/^access_s2member_ccap_/", $cap))
$ccaps[] = preg_replace ("/^access_s2member_ccap_/", "", $cap);
/**/
$val = (!empty ($ccaps)) ? implode ("<br />", $ccaps) : "—";
}
Statistics: Posted by JamesUT — February 25th, 2011, 12:59 pm
Statistics: Posted by johnnysilvers — February 25th, 2011, 10:26 am
Statistics: Posted by urbanryno — February 24th, 2011, 5:08 pm
foreach ($user->allcaps as $cap => $cap_enabled)
Statistics: Posted by dwdutch — February 23rd, 2011, 8:45 pm