I'm trying to display certain tabs on new pages.
This means that instead of viewing the tab on a profile, you can click a link and go to a NEW page that (in the component area) ONLY displays the one tab as if it's a page on its own.
It involves
index.php?option=com_comprofiler&task=userProfile&user=76&tab=getprofilebooktab
New task created:
index.php?option=com_comprofiler&task=displaytabpage&user=76&getdisplaytab=profilebooktab
And that needs to display only the one tab, so it requires a new page of the template being created that only shows that one tab (in which a new tab position to avoid conflicts with the original profile and double tabs).
Some problems I'm facing are that the profile title, menu and moderator options need to be displayed too without breaking the template. But for the rest this is relatively easily done because it's already the same way with the editing of the profile (you also get a whole new page there!).
This feature creates endless posibilities for plugin creators because it extends the cb core.
I'm wondering wether this is the best way to do it.
Now tell me what you think about this :side:
Post edited by: ysva, at: 2007/08/30 14:03