Skins Publishing Project |
updated: 24 April 2006
|
Bob Sakayama | [email protected] |
|
Tags: Tags are used by the system to create a variable environment for skin attributes, on-page content, markup, and data processes. Tags enable the process to brand content, access style definitions, and address the database. There are three types of tt_tags: 1) Skin attributes from database System is designed so that an infinite number of new tages can be created simply by adding them to the database. Examples: <title>tt_tag_title</title> would become <title>Poker Daddy</title> Insert the horizontal nav, seo paragraph and disclaimer paragraph: <div id="footer_nav">tt_tag_horizontal_nav</div> <div id="seo_paragraph">tt_tag_seo_paragraph</div> <div id="disclaimer_paragraph">tt_tag_disclaimer_paragraph</div>
Current process tt_tags: tt_tag_vertical_drop_menu Builds and inserts the vertical drop menu.
Current database tt_tags: tt_tag_title : Full name of the skin.
tt_tag_url_long_name: Full URL of the skin.
directory_name: The name of the directory that will contain the skin.
tt_tag_nickname Shortend name of the skin. Example: Platinum Poker Club
template_name Name of the template the will be used to publish the skin. Example: orange_1_3_1
tt_tag_url_short_name Shortened URL of the skin. Example: ThePlatinumPokerClub.com
tt_tag_support_email Email address for support. Example: [email protected]
tt_tag_phone Telephone number for support. Example: (+506) 253-3984
tt_tag_cage Name of the cage. Example: Victor Chandler Worldwide
tt_tag_meta Meta tags included on every page of the site. Should include embedded tt_tags. Example: <meta name="description" CONFILTERED="Experience tt_tag_nickname's elegant…
tt_tag_action_points_paragraph Action Points Paragraph
tt_tag_seo_paragraph SEO Paragraph
tt_tag_disclaimer_paragraph Disclaimer Paragraph
tt_tag_vertical_nav Vertical Navigation
tt_tag_horizontal_nav Horizontal Navigation NOTE: Not In Use
tt_tag_country Skin Country.
tt_tag_year Year skin was founded. Example: 2001
tt_tag_contact_address Contact address for skin.
tt_tag_global_images_dir Location of global images on the web server. |
|
Skins Publishing Project |