Skip to Content Skip to Menu

Testers needed for plugin PrivacyPolicy

17 years 5 months ago #37109 by cgraham149
Replied by cgraham149 on topic Re:Testers needed for plugin PrivacyPolicy
Next Question:

Can I change the layout of the Privacy Policy Tab? In other words can I make each radio button and label appear on a separate line <br />.

Currently, they all run together (see image).





Thanks.
Attachments:

Please Log in or Create an account to join the conversation.

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 5 months ago #37111 by mikko
Replied by mikko on topic Re:Testers needed for plugin PrivacyPolicy
You can change the layout by modifying the field types for privacy policy fields in the database table jos_comprofiler_fields.

mikko

Please Log in or Create an account to join the conversation.

17 years 5 months ago #37112 by cgraham149
Replied by cgraham149 on topic Re:Testers needed for plugin PrivacyPolicy
Actually, I just figured out how to do what I wanted without editing DB.

1) Open Privacy Policy plugin from Community Builder.
2) Add html tag <br /> to end of "Title for policy 1:" entry
3) Repeat for all Title entries.
4) Save plugin
5) Load profile to commit changes

You will end up with a new layout like this image:



Also, for some reason, my Policy #4 reverts to "User can choose policy 4: NO" whenever I edit the plugin, even though I select Yes.
Attachments:

Please Log in or Create an account to join the conversation.

  • phlux0r
  • phlux0r
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 6
17 years 5 months ago #37223 by phlux0r
Replied by phlux0r on topic Re:Testers needed for plugin PrivacyPolicy

Also, for some reason, my Policy #4 reverts to "User can choose policy 4: NO" whenever I edit the plugin, even though I select Yes.


Yes that's a bug I found and reported. It's an easy fix:

in checkForConfigUpdates under //Store all other parameters the params for
enable policy x have an underscore whereas they don't in the form so they never
get saved. I changed that section to:
[code:1] $paramNames=
array("userCanConfigure","pol1_title","pol1_sql","enablepol1",
"pol2_title","pol2_sql","enablepol2",
"pol3_title","pol3_sql","enablepol3",
"pol4_title","pol4_sql","enablepol4",
"pol5_title","pol5_sql","enablepol5",
"defaultPolicy"«»);[/code:1]

Please Log in or Create an account to join the conversation.

  • robert123ro
  • robert123ro
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
  • Add-ons
17 years 5 months ago #37471 by robert123ro
Replied by robert123ro on topic Re:Testers needed for plugin PrivacyPolicy
I need a little help with this nice plugin.

I have 2 types of users: let's say 'users1' and 'users2' (and a database field cb_type which can have a value of either users1 or user2) and a tab called "special tab".

I want to achieve the following:

-profiles of 'users2' not to have "special tab";
-'users2' cand see the "special tab" in "users1" profiles;

Is this possible with Privacypolicy?

I tried to use several "select" conditions, but I had no success in accomplishing both conditions, only one at the time.

Any ideas?

Thank you.

Please Log in or Create an account to join the conversation.

17 years 5 months ago #37601 by Knalltrauma
Replied by Knalltrauma on topic Re:Testers needed for plugin PrivacyPolicy
Wow, Mikko! I think, I have found with this plugin an feature for CB that I was searching for month!

Just before I buy this plug. Can it handle this:
www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,30/id,35214/#35214

Best regards from Switzerland B)

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum