Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-06-2000 Last Update: Never Installs: 0
 
No support by the author.

Hey everyone,
Ive been wanting this and noone ever created it so I thru one together. You can see it in action here:
http://www.extremeforums.com/include/forumlist.inc.php

Here is the code:
[code]
<?php
require("/full/path/to/admin/config.php");
$db=mysql_connect($servername,$dbusername,$dbpassw ord);
mysql_select_db($dbname);
$query = "SELECT * FROM forum ORDER BY title ASC";
$resultlatest = mysql_query($query,$db);
while ($latest_array = mysql_fetch_array($resultlatest)) {
echo "<FONT SIZE=\"1\" FACE=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;°
<A HREF=\"http://www.extremeforums.com/forums/forumdisplay.php?forumid=$latest_array[forumid]\">$latest_array[title]</A></FONT><BR>";
}

?>
[code]

You will need to edit the echo statement to reflect your site.

Hope someone will use this

~Chris



[Edited by TechTalk on 08-10-2000 at 05:34 PM]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-06-2000, 11:10 PM
Guest
 
Posts: n/a
Default

Or if you only wanted to display your more popular forums you could change the $query line to something like this:

Code:
$query = "SELECT * FROM forum WHERE threadcount > 50 ORDER BY title ASC";
That will show only a list of forums with more than 50 threads. This is good if you have alot of forums and dont want to display them all on the homepage

~Chris
Reply With Quote
  #3  
Old 08-07-2000, 12:47 AM
Guest
 
Posts: n/a
Default

Since it looks as though some people are checking this one out ill add this. If you dont want to display a private forum in the list then try something like this:

Code:
$query = "SELECT * FROM forum WHERE threadcount > 50 AND forumid != 34 ORDER BY title ASC";
"34" would actually be the forum id of your particular private forum. If someone knows of a more efficiant way of doing this please let me know

~Chris
Reply With Quote
  #4  
Old 08-10-2000, 07:01 PM
Guest
 
Posts: n/a
Default

What code does one use to include this inside a vBulletin template. Such as a footer or header file?

How do you use this inside in vBulletin page?
Reply With Quote
  #5  
Old 08-10-2000, 07:09 PM
Guest
 
Posts: n/a
Default

i'll ask again.. what about php include code to a non vbulletin page ?
Reply With Quote
  #6  
Old 08-10-2000, 07:13 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by TechTalk
Since it looks as though some people are checking this one out ill add this. If you dont want to display a private forum in the list then try something like this:

Code:
$query = "SELECT * FROM forum WHERE threadcount > 50 AND forumid != 34 ORDER BY title ASC";
"34" would actually be the forum id of your particular private forum. If someone knows of a more efficiant way of doing this please let me know

~Chris

what about if you want to show all forums but the private ones, but do not want to only list the popular ones ?
Reply With Quote
  #7  
Old 08-10-2000, 07:22 PM
Guest
 
Posts: n/a
Default

okay i think most people have their config.php file in their admin directory and not vb forum directory so "admin/config.php" instead of "config.php" in both threads right

i did it at http://animeboards.net/forums/forumlist.inc.php so how does one include it into a non vbulletin page... i.e. front page at http://animeboards.net ?

also is there any way to order them other than alphabetically ?
Reply With Quote
  #8  
Old 08-10-2000, 07:46 PM
Guest
 
Posts: n/a
Default

Just use an include statement on the page at the location that you want to display it.

As long as the page has one of the following extensions which must be recognized by your server: .phtml .php .php3
Reply With Quote
  #9  
Old 08-10-2000, 07:54 PM
Guest
 
Posts: n/a
Default

eva you could do:

Code:
order by categoryid, displayorder
that will order the forums firstly into the category they belong, then in the order that you have set the forums to display within their category.
Reply With Quote
  #10  
Old 08-10-2000, 08:00 PM
Guest
 
Posts: n/a
Default

Does anyone know how to display these code hacks inside a vB template such as a header or footer file? I do not think you can include actual php code inside the templates. The code does not get parsed. What is the mechanism and/or code and how can this be setup?

I am referring to:
show forumlist
show categorylist

etc......
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:09 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
  • Page Generation 0.04191 seconds
  • Memory Usage 2,267KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete