|
| You are here: |
|
| About Us |
| GO-TOTAL LLC is a company whose focus is on vBulletin custom programming, design, ecommerce, and web hosting solutions. GO-TOTAL LLC is located in Vineland, New Jersey 08360. |
[HOWTO] CREATE CUSTOM PAGES
If you know how to create a phrase within ADMINCP / LANGUAGES then you can create custom pages with ease.
Let's Create A Custom "Press Kit" Page:
- In your favorite editor, create the contents of the page. HTML is allowed or use plain text.
- When you finish with the contents of the page, create 2 phrases (an optional subtitle is available).
- "gtcustom_presskit_header" - title of custom page

- "gtcustom_presskit "- contents of custom page
- "gtcustom_presskit_subtitle" -optional subtitle for custom page; the subtitle (table cell) will only display if it's created
- That's it! Now, go visit the page via URL: $vboptions[bburl]/goto.php?section=presskit
NOTE: All phrases should be added to GLOBAL phrase group.
Examples Included:
- About Us Custom Page
- Phrases:
- gtcustom_about_header
- gtcustom_about
- URL: $vboptions[bburl]/goto.php?section=about
- Terms Of Service Custom Page
- Phrases:
- gtcustom_terms_header
- gtcustom_terms
- URL: $vboptions[bburl]/goto.php?section=terms
- Additional company options available in Admincp/ vBulletin Options/ Site Name / URL / Contact Details
- Privacy Policy Custom Page
- Phrases:
- gtcustom_privacy_header
- gtcustom_privacy
- URL: $vboptions[bburl]/goto.php?section=privacy
Tips:
- Use short names:
- Examples:
- about - (GOOD)
- terms - (GOOD)
- privacy - (GOOD)
- about_us - (BAD)
- terms_of_service - (BAD)
- privacy_policy - (BAD)
|
|