![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| TNX Code Installation Instructions on how to install the TNX-code on popular site engines. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
TNX.NET Support
Join Date: Aug 2007
Posts: 3,111
|
If you are running a vBbulletin based forum, please use instructions on how to install TNX-Code below.
In your Admin panel go to Plugins & Products -> Add New Plugin On the "Add New Plugin" in the "Hook Location" field choose "global_start", then give any title to your plugin. In the "Plugin PHP Code" paste your STATIC TNX-Code, but before you place it there, make sure you delete few lines of code, described below: Delete first and last lines of code: Code:
<?php ?> Code:
echo $tnx->show_link(1); // first link echo $tnx->show_link(1); // second link echo $tnx->show_link(1); // third link Code:
echo $tnx->show_link(); // remaining links Code:
$tnx = $tnx->show_link(); Now you can put $tnx variable into any template of your forum (we suggest you put the variable in your 'footer' template). |
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|