Log in

View Full Version : Hack of the Month Logo Placement?


slideboxer
03-08-2002, 04:01 AM
Hi, Chen. Have a question for you - or anyone for that matter :) How do I go about placing a graphic at the top of a particular thread? Just like what has been done for the Welcome Panel Hack of the Month.

Admin
03-08-2002, 12:00 PM
In showthread.php:
if ($thread['threadid']==33477) {
$thread['title'] .= '<br><br><a href="https://vborg.vbsupport.ru/showthread.php?s='.$session['sessionhash'].'&threadid=35661"><img src="https://vborg.vbsupport.ru/images/saintdog.gif" border="0"></a>';
}
right after updateuserforum().
It can be done much better and nicer but I was lazy that day so this is how I do it...

slideboxer
03-08-2002, 02:27 PM
Okay, I see, thanks. Now it appears that you would have to enter this whole statement for every thread that you gave the award to. How could this be done in a cleaner fashion?

In my showthread.php I have two occurrences of of updateuserforum - one in show posts and the other in show thread... obviously the above code would go in the show thread portion lie so?
updateuserforum($thread['forumid']);
if ($thread['threadid']==33477) {
$thread['title'] .= '<br><br><a href="https://vborg.vbsupport.ru/showthread.php?s='.$session['sessionhash'].'&threadid=35661"><img src="https://vborg.vbsupport.ru/images/saintdog.gif" border="0"></a>';
}
eval("dooutput(\"".gettemplate("showthread")."\");");

Admin
03-08-2002, 02:32 PM
Yup.
Doing this in a cleaner fashion would require a hack I'm afraid. For now, I'm cool with having this code once every month. :)

slideboxer
03-08-2002, 02:52 PM
Got it working no probs. Gracias :D

http://www.abudokan.com/forums/showthread.php?s=&threadid=575