![]() |
Okay i thought i'd start a new thread ... how did tech talk do the today's active topics code hack to include it on a non vb page..
i have added most of the includes that tech talk released on my test index page at now all i am missing are 1. active topics includes 2. displaying total threads 3. displaying total posts 4. displaying total registered members 5. displaying most recent registered member any help is appreciated :D [Edited by eva2000 on 01-04-2001 at 12:43 PM] |
[Edited by eva2000 on 01-04-2001 at 12:44 PM]
|
Ok ill try to help a little here. To show the newest registered member make a new file called "newestmember.inc.php" and place the code below into it.
See it in action here: http://www.extremeforums.com/include...member.inc.php Here is the code: Code:
<?php For the total number of members make a file called "totalmembers.inc.php" and place the following code into it: Code:
<?php http://www.extremeforums.com/include...embers.inc.php ------------------------------------------------------------ For the total posts make a new file called "totalposts.inc.php" and include the following: Code:
<?php http://www.extremeforums.com/include/totalposts.inc.php ------------------------------------------------------------ For the total threads make a file called "totalthreads.inc.php" and include the following: Code:
<?php http://www.extremeforums.com/include...hreads.inc.php ------------------------------------------------------------ Hope this helps ;) If you have any questions just let me know ~Chris |
Oh and BTW....your active topics looks nice ;) Mine will show you any threads that were posted to today. If you want it here is the code:
Code:
<?php |
thanks techtalk it works perfectly and can be seen at http://www.animeboards.net :D
the only thing i had to do was add the chdir before require command in each php file you had above Code:
<?php |
Glad you got it working ;) Strange about the change dir thingy...I never had to do that before :confused:
~Chris |
*** dances around *** thanks again tech talk... just amazing what you can do with vbulletin :D
|
whoops... forgot one slight addition... how do you display the Active users ?
just the top part which says Currently there are x members and x guests on the forums. |
nice hack, but i want to exclude the private forums (TechTalk's active hack).
is this possible? |
that's what i did i excluded forums by not specifying them
i.e. for me Code:
<? forumid='1' or forumid='2' etc... it tells which forums to show... so leaving it out, hides the private forums :) |
All times are GMT. The time now is 02:20 PM. |
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:
|