RocketDirectory

search
RocketDirectory : Snippets RocketDirectory
Code snippets and examples for building AppThemes in RocketDirectoryAPI, including templates, language selector, search, buttons, header, and more.!
RocketDirectory : Shared or Partial Templates
Use shared templates with INJECT token to avoid duplication and enhance module performance. Templates for Admin Detail, Admin, and View are available for RocketDirectory, RocketBlog, and RocketEvents.!
RocketDirectory : Secure Documents
RocketDirectory offers secure documents that are only accessible to registered users or users in a specific role. Enable this feature in the Admin Settings or system to upload and download documents securely with a download API link.!
RocketDirectory : Search
Text searching in RocketDirectory works with SQL and/or the DNN search system. DNN Search is recommended for better performance, but less control. Ensure DNN Scheduler is active, select a search page, and rebuild the index if necessary. Other search tips and settings are available as well.!
RocketDirectory : Tag Filters
Summary: Tag filters in code select articles based on properties using simplisity.js via API. A default template simplifies implementation with modular design, independent tag/property filters, and customizable CSS. API integration, module settings, and razor tokens streamline functionality for tag filter creation.!
RocketDirectory : Search And Filters Rules
Server side rules for searching and filtering can be customized. Text search takes priority over category selection. Use JS in AppTheme to modify functionality, like clearing search and filters with a Category select. Visit GitHub for examples.!
RocketDirectory : Rocket Directory Search And Filters
Rocket Directory system allows for search and filtering on large data lists, enabling complex functionality customization through plugins. Saves time and effort for creating complex directory systems from scratch.!
RocketDirectory : Related Articles
Code documentation for displaying related articles using RocketDirectory auto association method. Control display using property groups. Get 4 related articles in random order or from 'related' property group. Customize display with HTML and C#.!
RocketDirectory : RSS Feed
RSS feed setup in RocketDirectory and Wrapper Systems using specific URL parameters including portalID, cmd, and optional parameters for month, year, and category. RSS templates created in Razor for custom RSS feeds. Default RSS options include number of months and sqlidx parameter. Additional data selection can be created via plugin for RocketCDS.!
RocketDirectory : Property Filters
Property Filters allow for selection of articles based on attached properties using checkbox selections. Multiple selections are possible. Uses simplisity.js to interface with API. Default template available for quick setup.!
RocketDirectory : Menu Manipulator
Automatically inject categories into website menu for seamless navigation. Set up menu provider using AppTheme or manual addition with specific details. Complex setup for canonical URL and alternate links. Create list and detail pages with specific naming conventions. Customize page URLs and detail URLs for optimal SEO.!
RocketDirectory : Razor View Data Objects
Summary: Razor View Data Objects auto-inject certain objects on every call, and can also inject specific objects when needed. These objects include appTheme, portalContent, systemData, categoryDataList, and more.!
RocketDirectory : RocketDirectory is what we call a base system, t
Create folders, version & 'Default' sub-folder. Razor templates for Admin & view templates. RocketDirectory is base system for wrapper systems. Step 2 - Default Razor Templates for List & Detail structure. Duplicate existing templates for Admin & view. See documentation for 'Categories', 'Filters', 'ThemeSettings'. AppTheme Dependencies folder with example1.dep file for startup templates & css dependencies. QueryParams for list & detail structure SEO data. Update Page data for Meta.ascx capture.!
RocketDirectory : Category Menu
A RocketDirectory module can display a category menu by setting up correct templates and dependancies. Category is identified using a URL query parameter defined in the AppTheme's dependency file. Module template must be created in AppTheme for module settings.!
RocketDirectory : Building a Directory Webiste
Creating a directory website involves installing DNN or RocketCDS, installing required modules, creating key pages, setting up modules, and configuring the directory system. Detailed instructions are available in the documentation.!