![]() |
thanks, works perfect!
|
well you have to thank shri, tech talk and jimf :D
|
oh yeah 1 last thing is i need is the code to make the ctive users show up on a non vb page
something like Currently there are x members and x guests on the forums. |
Hi eva2000,
I tried your .txt examples but they were redirecting to your main forums page. I need Code help on the following stuff please? 1. Show Most Active Posters (number of active posters as variable) example: Most Active Posters POster 1 (number of posts) Poster 2 (number of posts) etc. 2. Show Last ($UNANSWERED TOPICS) 3. Show Forum Categories and Forums in Directory Tree Form example: Category 1 Forum 1 (number of posts) Forum 2 (number of posts) Forum 3 (number of posts) Category 2 Forum 4 (number of posts) Thanks and you guys rock!!! |
okay here it is thanks to techtalk for these :D
1. http://animeboards.net/topposters.txt 2. http://animeboards.net/deadtopics.txt 3. don't know about that one but you could add the forum display one that techtalk did http://animeboards.net/forumlist.txt several times and select which forums you want each php include to display in the above example Code:
AND forumid != 21 AND forumid != 22 etc you could do 2 includes for 2 categories and specify only the forums within that category |
For the active Forums hack above you could change the SQL statement from
Code:
$querylatest="select * from thread where forumid='1' or Code:
$querylatest="select * from thread where forumid in Code:
$querylatest="select * from thread where select private != '1' from forum and thread.forumid=forum.forumid Now I just have to learn PHP so I can understand what the rest of it does. :) [Edited by wluke on 08-30-2000 at 01:04 AM] |
Hi everyone.
This is my first post ever, and I'm very new to PHP and MySQL, though I'm good enough to be dangerous. That's why I need your help. Let's say I have a forum in which only I post news items for my site. No postings by public allowed, though I don't know if that will make a difference to the hack. I see the code you guys have been slinging around here, but cannot make enough progress in hacking it. I want to take the very last item that's posted in my "private" forum for site news, and pull it into my homepage, with the headline and post time above it. Possible? I know so. How, though? Please help. |
Quote:
so does the below Code:
$querylatest="select * from thread where select private != '1' from forum and thread.forumid=forum.forumid |
I need the active topics .txt for the 12 last active topics you have down the middle of your page Eva2000
Please. Thanks. |
somehow all those links i did above are valid ? strange oh well
here's the last 12 active threads in the middle column Code:
<? Code:
$querylatest="select * from thread where select private != '1' from forum and thread.forumid=forum.forumid |
All times are GMT. The time now is 09:33 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|