vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   What the heck is list.php? (https://vborg.vbsupport.ru/showthread.php?t=300458)

findingpeace 07-26-2013 12:11 AM

What the heck is list.php?
 
When people open up a category for CMS, or click "View Articles" by a certain author, it brings them to a page called list.php, which lists out all of the articles.

This sort of stinks, because it's different from content.php, and so all of my custom widgets are broken here.

My plugins go to vbcms_widgets_complete

Where do I need to point them so that they work on list.php too? That's one of our biggest Google results, so I'd like the page not to be broken for them.

Thanks!

Lynne 07-26-2013 02:14 AM

Go to your test site and enable debug mode. Then look at the list of hooks the page accesses on the list page versus the other pages. See what hooks are in common and try using those hooks. You may need to look them up in the code to see if the variable needs to be called differently.

tbworld 07-26-2013 06:15 AM

Quote:

Originally Posted by Lynne (Post 2435403)
Go to your test site and enable debug mode. Then look at the list of hooks the page accesses on the list page versus the other pages. See what hooks are in common and try using those hooks. You may need to look them up in the code to see if the variable needs to be called differently.

Thanks Lynne! I learn something new everyday... :)

findingpeace 07-26-2013 01:04 PM

Thanks very much Lynne - very helpful as always! I'll post my findings, in case anyone else ever runs into this on a Google search.


All times are GMT. The time now is 07: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.01058 seconds
  • Memory Usage 1,712KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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