PDA

View Full Version : anyone know how to do this?


squawell
04-17-2003, 10:12 PM
in full realease forum when u post a new topic there have a check box ask ""would u want to provide support for this hack"" how to do this??if not clear...u can take a look the attach file~

Rose
04-17-2003, 10:13 PM
*lol* They're forcing you to support it. ;)

grog6
04-17-2003, 10:31 PM
In the newthread or newreply.php, add your code with a variable concerning the id of the forum such as

if ($forumid=="your forum's id")
{$support="<table.......>";}

and then put $support in your remplate newreply ;)

squawell
04-17-2003, 11:05 PM
Today at 07:31 AM grog6 said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=383546#post383546)
In the newthread or newreply.php, add your code with a variable concerning the id of the forum such as

if ($forumid=="your forum's id")
{$support="<table.......>";}

and then put $support in your remplate newreply ;)
but i also want it show some texts in showthread template if u checked the box....just like here...if checked yes it will show
""The hacker has agreed to provide support for this hack"" if not it show another......

thankz~