Sp32
02 Sep 2009, 10:12
Pretty versatile mod
I made this mod for a referral site called removed and what it does is put a link saying:
"Whatever you want to link to here"
x = the thread title
obviously there are so many edits you can make to this for your needs
In a nut shell:
Puts a link at the bottom of the first thread in x forum/s to guests/members/both
Should work with all previous versions as well but untested
go to admincp - styles & templates - search in styles type:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
click search
click postbit
find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
then enter this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace guest with member if you only want to show to members or delete this line to show to everyone)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace x with the forum you want this link to appear in or delete this line to appear in every forum)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace my link with your referral link/whatever you want to link to)
Below:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Save!
You can use several variables in this mod too to grab other words such as thread title:
$post[title] <- put that where the red x is
http://i32.tinypic.com/2ik48r4.jpg
I made this mod for a referral site called removed and what it does is put a link saying:
"Whatever you want to link to here"
x = the thread title
obviously there are so many edits you can make to this for your needs
In a nut shell:
Puts a link at the bottom of the first thread in x forum/s to guests/members/both
Should work with all previous versions as well but untested
go to admincp - styles & templates - search in styles type:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
click search
click postbit
find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
then enter this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace guest with member if you only want to show to members or delete this line to show to everyone)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace x with the forum you want this link to appear in or delete this line to appear in every forum)
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
(replace my link with your referral link/whatever you want to link to)
Below:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Save!
You can use several variables in this mod too to grab other words such as thread title:
$post[title] <- put that where the red x is
http://i32.tinypic.com/2ik48r4.jpg