i read it in the readme file below:
Anyway, i try once more.
i activated all tabs in the policy plugin, but it looks like on the image you can see...
ReadMe for Community Builder plugin PrivacyPolicy
Copyright: (C) 2006-2007 Mikko Rönkkö</copyright>
License:
www.gnu.org/copyleft/gpl.html
GNU/GPL
For support, bug reports, etc see
www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,13/id,14367/
Introduction
PrivacyPolicy is a plugin that allows configuring privacy levels for tabs.
The plugin overwrites itself as the manager for the tabs for which it is enabled and moves
the plugin which was previously configured to a tab to backup database table. This is
perfectly safe and you can be rolled back by disabling this plugin for a tab or by
uninstalling this plugin.
Instructions
Installing
0) Back up your data
1) Ensure you have Joomla 1.0.1X and Community Builder 1.0.X
If you have CB 1.0.2 you need to make a small customization which is described here
forge.joomla.org/sf/go/artf6990?nav=1
.
2) Install listtab.zip as a Community Builder Plugin:
Administrator/Components/Plugin Management
From the "Install New Plugin" section (at the bottom of the page), upload privacypolicy.zip
and Install.
Once Installed, continue to the Community Builder Plugin Manager, verify that "Privacy Policy" is
listed and is "Installed"
3) Populate new data
Administrator/Components/Tab Management
Create a "New Tab" for every category you wish to add to a user's profile.
Ensure that the "Publish" dropdown is set to "Yes" (or remember to set it later)
Ensure that the "Display type" dropdown is set to "Tabbed pane"
Administrator/Components/Field Management
Create a "New Field" for every piece of data you wish to add to the Tab you created
in the previous step.
Ensure that the "Tab" dropdown is set to the Tab name you created in the previous
step.
Ensure that the "Publish" Dropdown is set to "Yes" (or remember to set it later)
4) Modify the List Tab Plugin settings
Administrator/Components/Plugin Management/Privacy Policy
Ensure that the "Publish" Dropdown is set to "Yes" (or remember to set it later)
Select which tabs this plugin should control. These tabs can contain other plugins.
(note: ListTab MUST be configured before Privacy Policy if used);
Select which tabs' privacy setting users can control. All other tabs are automatically
set to default privacy policy.
You can configure up to five different privacy policies. Each policy has a title and
an SQL query. You can write any query and use the following variables which will
be substituted when the query is executed. The tab is shown if the query returns a
single 'cell' containing number 1.
{my} = id of the user which is trying to view a tab. Null if the user is not logged in.
{user} = id of the user whose profile is being viewed
Three sample policies are included:
-show tab to all
-show tab to registered users only
-show tab to connected users only
Feel free to make your own policies and publish them to the support thread.
The last settign is the default policy. This policy does not need to be user selectable.
5) All the changes to database will be done next time when someone views a profile. Do this now.
If you chose any tabs to be user controlled, a new tab and fields are created.
6) Configure the new tab and fields at the backend. You probably want to change the titles,
but nothing else.
Uninstalling
1) Delete the Privacy Policy Plugin
Administrator/Components/Plugin Management