Unlimitedapps
Here is xtgem Forum Twig tutorial:
ADVANCED USERS ONLY
Xtgem uses twig templates to create the markup of forum blog and guestbook
Twig is a php template engine the documentation for the template development tools is available at
http://twig.sensiolabs.org/doc/templates.html
You do not need a php upgrade to use these twig files
First create a folder named
_xtgem_templates in the main file browser (root)
this folder is where xtgem expects to find the main twig files
Note: to allow the use of "upload by remote server" most of the files have a .js extension this should be removed after upload
Do not edit twig files with the building tool you must use the code editor
FORUM
There are two twig files for the forum the main file
http://syntax.xtgem.com/_templates/xtforum.twig.js
And the blocks file
http://syntax.xtgem.com/_templates/my_blocks.twig.js
both are required
UNLIMITEDAPPS BLOG TWIG
The blogs twig fie has a dropbox url
http://unlimitedapps.xtgem.com/Admin/xtblog.twig.js
Copy code
upload this and rename it
xtblog.twig
Unlimitedapps
Go to your site and open the File browser and create a a new folder, named
Adverts, then inside this folder create a Plaintext file named
Advert1 and start building the file using the code editor.The html codes may contain plain texts, links or images. Example Using:
<a href="http://unlimitedapps.net">Home Of Unlimited Downloads!</a><br/>
Copy code Save file. Then create another Plaintext file named
Advert2 and build as:
<a href="http://unlimitedapps.net/entertainment">Get All Latest Entertainment Gists Etc!</a>
Copy code Then save. Your two adverts will rotate where ever you put the code below:
You can create more plaintext files inside the
Adverts folder to increase the number of ads.