Privacy Policy - anyone can use this, but it needs translating to xen! :P

Status
Not open for further replies.

Martyn_imported

OMG Member
Joined
Oct 7, 2010
Messages
26
i have a privacy policy i've used for some time now, its currently in vbulletin language, and i lack the knowledge of xen so much! i find it hard to get help to decode it to xen! if anyone could convert this, then others may use! :)
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Privacy Policy - $vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat" id="top">Privacy Policy</td>
</tr>
<tr>
    <td class="alt1">
<div style="width: 80%; margin: 0 auto;">
            <ul>
                <li>YOURSITENAME recognizes that you care about the personal information that is held about you and how that is used.</li>
                <li>This privacy policy applies to all personal data, submitted by you, to the YOURSITENAME web site.</li>
                <li>By registering to YOURSITENAME you need to submit a chosen name and contact information, more specifically an e-mail address.  No extremely personal information, such as Social Security or Credit Card numbers are stored by us.</li>
                <li>YOURSITENAME also stores and reads cookies to and from your computer. Cookies are alphanumeric identifiers that we transfer to your computer's hard drive through your Web browser to enable our forums and general website features to recognize your browser for when you return to this web site.  By using this website, you agree that both the webserver, and any trusted 3rd party we chose, such as advertising networks, may place a tracking cookie on your machine and access it at any time during your session.  In general, cookies are safe and are not a security issue when being used from 'trusted' internet sites, such as YOURSITENAME.  For information on how to manage cookies in your browser, please visit <a href="http://www.aboutcookies.org/Default.aspx?page=2" rel="nofollow">AboutCookies.org</a></li>
                <li>YOURSITENAME will not sell, transmit or distribute any data held without your prior permission or consent, unless required to do so under relevant United States legislation.</li>
                <li>All other information provided by you goes into a "public profile" and is entirely optional, all information held in that profile is held there at your own risk.  This info is edited via your Control Panel in the forums.</li>
                <li>You have a legal right for the personal information held at YOURSITENAME to be updated if it is incorrect or deleted if you choose.  Most of this can be done through your Control Panel in the forums.  If you are having issues with this, please contact us if you need help.</li>
                <li>YOURSITENAME will take all reasonable effort to ensure that all personal information about you submitted is maintained secure on our server.  However, we make no warranty to this.</li>
                <li>This site is intended for individuals over the age of 13.  Any information collected is intended to be of individuals over the age of 13.  According to <a href="http://www.ftc.gov/coppa/index.html">COPPA</a>, our site does NOT cater to children.  "Operators of commercial websites or online services directed to children under 13 that collect personal information from children" require a COPPA agreement and privacy policy.  Since we do not cater to this age group, no COPPA exists on YOURSITENAME</li>
                <li>This Privacy Policy may be modified at any time without notice.  It is your responsibility to check this page for updates or changes. If you have any questions regarding your privacy, then <a href="/sendmessage.php">Contact Us</a></li>
            </ul>
</div>
</td>
</tr>
</table>

$footer

</body>
</html>
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,101
Go to admin.php > Languages > Phrases > filter: terms

Then click on the one with _text

And put the <table ... to </table> code in it under the rest

And you get: http://xenfans.com/help/terms/

(obviously needs a bit of clean up, but we will work on that tomorrow!)
 

Spartan

OMG Member
Joined
Jul 10, 2008
Messages
337
Would this work for you?

HTML:
<table width="100%" border="1">
  <tr>
    <th class="nodeInfo categoryNodeInfo categoryStrip subHeading">Terms &amp;Conditions</th>
  </tr>
  <tr>
    <td>
<p>The providers of this service ("we") are not responsible for the content of any messages posted. Messages posted express the views of their author only.</p>

<p>You agree to not use this service to post any material which is defamatory, abusive, hateful, threatening, or otherwise violates any laws.</p>

<p>We reserve the rights to remove or modify any messages posted for any reason.</p>
    </td>
  </tr>
</table>
<br />
<table width="100%" border="1">
  <tr>
    <th class="nodeInfo categoryNodeInfo categoryStrip subHeading">Privacy Policy</th>
  </tr>
  <tr>
    <td>
                <ul>
                <li>YOURSITENAME recognizes that you care about the personal information that is held about you and how that is used.</li>
                <li>This privacy policy applies to all personal data, submitted by you, to the YOURSITENAME web site.</li>
                <li>By registering to YOURSITENAME you need to submit a chosen name and contact information, more specifically an e-mail address.  No extremely personal information, such as Social Security or Credit Card numbers are stored by us.</li>
                <li>YOURSITENAME also stores and reads cookies to and from your computer. Cookies are alphanumeric identifiers that we transfer to your computer's hard drive through your Web browser to enable our forums and general website features to recognize your browser for when you return to this web site.  By using this website, you agree that both the webserver, and any trusted 3rd party we chose, such as advertising networks, may place a tracking cookie on your machine and access it at any time during your session.  In general, cookies are safe and are not a security issue when being used from 'trusted' internet sites, such as YOURSITENAME.  For information on how to manage cookies in your browser, please visit <a href="http://www.aboutcookies.org/Default.aspx?page=2" rel="nofollow">AboutCookies.org</a></li>
                <li>YOURSITENAME will not sell, transmit or distribute any data held without your prior permission or consent, unless required to do so under relevant United States legislation.</li>
                <li>All other information provided by you goes into a "public profile" and is entirely optional, all information held in that profile is held there at your own risk.  This info is edited via your Control Panel in the forums.</li>
                <li>You have a legal right for the personal information held at YOURSITENAME to be updated if it is incorrect or deleted if you choose.  Most of this can be done through your Control Panel in the forums.  If you are having issues with this, please contact us if you need help.</li>
                <li>YOURSITENAME will take all reasonable effort to ensure that all personal information about you submitted is maintained secure on our server.  However, we make no warranty to this.</li>
                <li>This site is intended for individuals over the age of 13.  Any information collected is intended to be of individuals over the age of 13.  According to <a href="http://www.ftc.gov/coppa/index.html">COPPA</a>, our site does NOT cater to children.  "Operators of commercial websites or online services directed to children under 13 that collect personal information from children" require a COPPA agreement and privacy policy.  Since we do not cater to this age group, no COPPA exists on YOURSITENAME</li>
                <li>This Privacy Policy may be modified at any time without notice.  It is your responsibility to check this page for updates or changes. If you have any questions regarding your privacy, then <a href="/sendmessage.php">Contact Us</a></li>
            </ul>
    </td>
  </tr>
</table>

I took a couple of screens so you can see what it looks like and how it keeps with the colour of your style.
 

Attachments

  • 1.png
    1.png
    255.2 KB · Views: 15
  • 2.png
    2.png
    256.2 KB · Views: 17

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,101
<div>
<p> first paragraph here </p>
<p> second paragraph here </p>
</div>

Repeat as needed :)
 
Status
Not open for further replies.
Top