vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Accessing the $forum array (https://vborg.vbsupport.ru/showthread.php?t=239481)

AlexOnFire 03-31-2010 11:24 AM

Accessing the $forum array
 
Hi guys,

I'm new to vbulletin but have found it fantastic so far. I'm currently modding my forumhome template so that next to each category (ie. a forum set to no posts) it has the number of subforums inside (rather than a threadcount).

When I call $forum[subforums] however it returns nothing. Am I using it incorrectly and if so can anyone tell me where I can read more about the $forum array? I've searched for a while to no avail...

Thanks in advance!

Marco van Herwaarden 04-01-2010 07:47 AM

The easiest way is to create a small plugin that dumps the contents of the array. The contents may change depending on the page that is loading it.

AlexOnFire 04-01-2010 10:41 PM

Thanks for your reply Marco, much appreciated.

I've realised that I had to set my subforums depth setting to 1 in order for $forum[subforums] to contain anything. Now that I can see that, I just need to be able to retrieve an integer for the 'count' of subforums rather than the insertable 'summary' of them.

<?php var_dump($forum) ?> isn't giving me any sort of result in the forumbit_level2_nopost template - is there another way I should be using it?

edit: Just realised I can't run php from inside templates, looking more into plugins now.

--------------- Added [DATE]1270165709[/DATE] at [TIME]1270165709[/TIME] ---------------

This seems to be getting too complicated, fast - all I want to do is get the number of subforums in a category on forumbit_level2_nopost, just like I can do for threadcount or replycount - surely this variable exists already and I don't have to create a plugin with hooks in a template (while not knowing which template I should be hooking) ?


All times are GMT. The time now is 04:09 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
  • Page Generation 0.00964 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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