I still have a question (even after looking at the code from the Anjel files on forge.joomla.org.
[code:1]function getDisplayTab($tab,$user,$ui) {
$hidePublic=$this->params->get('hidePublic');
if ( !$hidePublic ) {
// code here
}
}[/code:1]
What do I put where it says "// code here" ... when I am not using the Anjel plugin, but I am wanting the user to have the ability to toggle his profile on or off?
Post edited by: BusinessbyDesign, at: 2006/05/14 10:01