Terms of Service Module
Posted by Brian Moon
Re: Terms of Service Module - version 2 June 02, 2006 04:18PM |
Registered: 17 years ago Posts: 12 |
From the readme.txt
This Just doesn't happen :(
What can be wrong?
Quote
At the first time that this module is run (by visiting the forum), the
module will automatically create a custom profiles field for storing the
acceptance date of the TOS. You should be able to see the field in the admin
interface under "Custom Profiles":
Field name: mod_tos
Field length: 8
Disable HTML: yes
This Just doesn't happen :(
What can be wrong?
June 03, 2006 02:37AM |
Admin Registered: 17 years ago Posts: 744 |
Hi Baja,
- Module enabled in the admin section?
- Did you use the version 1 of this module before?
Asking
Oliver
Quote
Baja
> At the first time that this module is run (by visiting the forum), the
> module will automatically create a custom profiles field
This Just doesn't happen
What can be wrong?
- Module enabled in the admin section?
- Did you use the version 1 of this module before?
Asking
Oliver
Re: Terms of Service Module, version 2 (5.1 ready) June 25, 2006 03:35AM |
Registered: 17 years ago Posts: 18 |
Thank you a lot for this module.
May I suggest you a very small change in terms_of_service.php, line 14->16 ?
instead
May I suggest you a very small change in terms_of_service.php, line 14->16 ?
instead
= '<textarea style="width: 100%;height: 200px;">' .$PHORUM['DATA']['LANG']['TOSContent'] .'</textarea><div>'replace with
= '<div style="padding: 5px; overflow: auto; height: 200px; " align="left" >' .$PHORUM['DATA']['LANG']['TOSContent'] .'</div><div>'This will need to replace \n by <br> in language file.
June 25, 2006 10:48AM |
Admin Registered: 17 years ago Posts: 744 |
Hi Patricius,
Thanks for your suggestion. I added it to the new version 2.0.1.
I do this replacement in the module so it isn't necessry to change the language file.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
Patricius
May I suggest you a very small change in terms_of_service.php, line 14->16 ?
Thanks for your suggestion. I added it to the new version 2.0.1.
Quote
Patricius
This will need to replace \n by <br> in language file.
I do this replacement in the module so it isn't necessry to change the language file.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Terms of Service Module - version 2 July 06, 2006 04:18PM |
Registered: 17 years ago Posts: 12 |
Hi Oliver
I hadn't enabled the module i the admin section - Oops!
But now I can't get it to be mandatory on the registration page
regards Baja
Quote
Oliver Riesen
Hi Baja,
Quote
Baja
> At the first time that this module is run (by visiting the forum), the
> module will automatically create a custom profiles field
This Just doesn't happen
What can be wrong?
- Module enabled in the admin section?
- Did you use the version 1 of this module before?
Asking
Oliver
I hadn't enabled the module i the admin section - Oops!
But now I can't get it to be mandatory on the registration page
regards Baja
July 25, 2006 05:51AM |
Admin Registered: 17 years ago Posts: 744 |
Hi Baja,
back from vacations in Colombia...
The checkbox is mandatory. You don't have to change something. If the checkbox is not checked, the user will get an error message.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
back from vacations in Colombia...
Quote
Baja
But now I can't get it to be mandatory on the registration page
The checkbox is mandatory. You don't have to change something. If the checkbox is not checked, the user will get an error message.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Terms of Service Module August 23, 2006 02:08PM |
Registered: 17 years ago Posts: 3 |
I can't see the checkbox and therefore can't post on the board.. I followed all the directions and double checked everything.. then checked again.. the code of conduct shows up when you click the link after the login button as directions stated to put a link to it, but no checkbox or TOSAgree agree text on the page...
everything looks great on the register page..
any ideas?..
Thanks,
Judith
everything looks great on the register page..
any ideas?..
Thanks,
Judith
August 23, 2006 03:20PM |
Admin Registered: 17 years ago Posts: 744 |
Hi Judith,
Did you change posting_buttons.tpl like explained in the readme file?
Sure, that you changed the file in the correct template directory?
Asking
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
weblady
I can't see the checkbox and therefore can't post on the board.
Did you change posting_buttons.tpl like explained in the readme file?
5. To have the TOS agreement show up in the posting form, just put {TOS} in posting_buttons.tpl. I recommend just at the beginning of this file before the first line.
Sure, that you changed the file in the correct template directory?
Asking
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Terms of Service Module August 24, 2006 02:49AM |
Registered: 17 years ago Posts: 3 |
August 24, 2006 05:10AM |
Admin Registered: 17 years ago Posts: 744 |
Hi Judith,
Why? The term of service page is to inform what users have signed when they accepted the TOS.
Guest have to "sign" the TOS for each post.
Registered users are signing once when they register. Or once with the first post after changes of the TOS.
So what is the use of the checkbox on the TOS-page?
Asking
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
weblady
is there any way to have the checkbox show up on the terms-of-service page?..
Why? The term of service page is to inform what users have signed when they accepted the TOS.
Guest have to "sign" the TOS for each post.
Registered users are signing once when they register. Or once with the first post after changes of the TOS.
So what is the use of the checkbox on the TOS-page?
Asking
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Sorry, only registered users may post in this forum.