• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Showcase Active controllers for AzuCloud

Veer

Member
Showcase
What are the Active controllers of Showcase addon for:
  • Showcase Home Page
  • Showcase Category Page
  • Showcase Item View Page

AzuCloud.jpg
 
NFLJ_Showcase_ControllerPublic_Index::index (for Grid and List view)
NFLJ_Showcase_ControllerPublic_Index::modular (for Modular view)
NFLJ_Showcase_ControllerPublic_Index::category
NFLJ_Showcase_ControllerPublic_Index::item

This MAY change in the next version as I may be renaming Index.php to Showcase.php which would then make these:

NFLJ_Showcase_ControllerPublic_Showcase::index (for Grid and List view)
NFLJ_Showcase_ControllerPublic_Showcase::modular (for Modular view)
NFLJ_Showcase_ControllerPublic_Showcase::category
NFLJ_Showcase_ControllerPublic_Showcase::item

For the above, it looks like you just need ONE line like this:

NFLJ_Showcase_ControllerPublic_Index::index,modular,category,item
 
Back
Top