Quote:
Originally Posted by Lynne
The code posted was to be part of another page they made. What do you have in the rest of the page? And you really want them pulled from the same forumid?
|
Hey Lynne,
Thanks for the reply.
Well, I actually changed that part of the code to:
PHP Code:
WHERE thread.forumid NOT IN ('3')
I should have updated that part.
As for the rest of the page, it's all HTML, except for the following:
PHP Code:
<?php require_once('/home/******/public_html/i/include/functions.php');
require_once('/home/******/public_html/i/forums/includes/functions_misc.php');
require_once('/home/******/public_html/i/forums/includes/config.php');
?>
I was trying to create it as it's own function within functions.php (my own file), but then added a new function to functions_misc.php ... either way, no dice.
Maybe I'm overlooking something super simple? Not used to vBulletin these days, so who knows...
Thanks for the reply!