Quote:
Originally Posted by Harald_T
O.k., i think, i've got it so far. :nervous:
I included all files in a zip-files, including an image for the upload-button.
This hack isn't still finished, i'm trying to find out other things to do, so be patient.
I hope you like it.
Edit: Included a screenshot, how it looks like now.
|
In your txt file you say to
Code:
6. Find:
// REPLACE NUMBERS BELOW WITH FORUM IDS YOU WANT THUMBNAILS TO SHOW IN
$forumids = array(1,2,3); //this is the original-text, id's may vary depending on your forum
if (in_array($forumid, $forumids)) {
$displaythumbs = true;
}
7. Replace it with:
if (in_array($forumid, $forumids)) {
$displaythumbs = true;
}
But I jsut installed this hack and my line is totally different. . i have
Code:
// CHANGE THE LINE BELOW "4,5,17" TO BE THE FORUM ID # YOU WISH THUMBS TO BE DISPLAYED IN
$displaythumbs = false;
if (strpos("3", strval($forumid)) !== false)
$displaythumbs = true;
Also i don;t have this line
Code:
// while ($thread = $DB_site->fetch_array($threads))
in my fourm display??