One more question..
This section of the getAbout function -
cbgjClass::getTemplate( 'cbgroupjiveabout' );
if ( class_exists( 'HTML_cbgroupjiveabout' ) ) {
return HTML_cbgroupjiveabout::showAbout( $aboutContent, $tabs, $group, $category, $user, $plugin );
} else {
return $this->showAbout( $aboutContent, $tabs, $group, $category, $user, $plugin );
}
what exactly is cbgjClass::getTemplate( 'cbgroupjiveabout' ); doing and do I have to define a template for my photogallery integration I'm working on somewhere? Or is this created automatically? As of right now I am not seeing any tab being display I see my integration in the GJ backend.
Edit: Nevermind, I figured out why it wasn't display. I was copying over the getParams from the about integration. I just removed that and it's working now.
Own Your Own Community!