vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Forum Id List (https://vborg.vbsupport.ru/showthread.php?t=202416)

LCN2007 01-20-2009 03:29 AM

Forum Id List
 
Im hoping someone can help me.

I was wondering if there was a way i can list all my forum id numbers with out having to click
everyone and write them down.

Maybe a simple script exist that will make a list.

like 1, 2, 3, 4, 5, 6, 7, etc......

Running 3.7.2

Thanks for you assistance with this.

Lynne 01-20-2009 04:13 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=195768&highlight=forumid" target="_blank">Any way to display or print list of forum id's</a>

LCN2007 01-20-2009 04:31 AM

Quote:

Originally Posted by Lynne (Post 1718586)

Thanks Lynne i will try this.

I did try searching but after 35 pages i went brain dead lol.

Do you think vb.org will ever use the Tag Mod to tag all the threads so we can use Tag search its much mor effective i use it on my site.

Thank you again ill let you know how it goes.

Dismounted 01-20-2009 04:43 AM

Quote:

Originally Posted by LCN2007 (Post 1718598)
Do you think vb.org will ever use the Tag Mod to tag all the threads so we can use Tag search its much mor effective i use it on my site.

Eventually, vB.org will upgrade vBulletin, which will also enable tags at the same time.

Rik Brown 01-20-2009 04:58 AM

Quote:

Originally Posted by LCN2007 (Post 1718557)
Im hoping someone can help me.

I was wondering if there was a way i can list all my forum id numbers with out having to click
everyone and write them down.

Maybe a simple script exist that will make a list.

like 1, 2, 3, 4, 5, 6, 7, etc......

Running 3.7.2

Thanks for you assistance with this.

If you can run a mysql query, try these:

1) Sorted by Forum Number

HTML Code:

SELECT forumid, title FROM forum ORDER BY forumid
2) Sorted by Forum Title

HTML Code:

SELECT forumid, title FROM forum ORDER BY title
If you have permissions set properly, you can run mysql queries from the admincp: Maintenance -> Execute SQL Query.

Hope those help. -- Rik


All times are GMT. The time now is 08:03 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.00944 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete