Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Terms of Service
Rajio
✭
Right now when a user signs on to the forum they have to agree to a terms of service.
Just throwing it out there.
You agree, through your use of this service, that you will not use this community to post any material which is knowingly false and/or defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person's privacy, or otherwise violative of any law. You agree not to post any copyrighted material unless the copyright is owned by you.now I don't know PHP (yet) but would it be tough to change this terms of service to a my own text? Ideally this text would just be in the dashboard so I could change it. Would make a handy feature or addon.
We at this community also reserve the right to reveal your identity (or whatever information we know about you) in the event of a complaint or legal action arising from any message posted by you. We log all internet protocol addresses accessing this web site.
Please note that advertisements, chain letters, pyramid schemes, and solicitations are inappropriate on this community.
We reserve the right to remove any content for any reason or no reason at all. We reserve the right to terminate any membership for any reason or no reason at all.
You must be at least 13 years of age to use this service.
Just throwing it out there.
0
Comments
Inside /themes/default/
Create a folder called "views".
Inside that, create a subfolder called "home".
Inside that, create a file called "termsofservice.php".
Copy this text into it, and then edit it however you like.
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
you can also change the $Definition['TermsOfServiceText'] variabel text in /applications/dashboard/locale/en-CA/definitions.php file directly.
Cheers! RichGriese.NET
Your better off creating your own and dropping it into your theme folder. Then you dont suffer overwrite at upgrade.
There was an error rendering this rich post.