-
Adriano Faria started following Quick Mark Read , Framework Explorer , Comments/Reviews Tab Order and 7 others
-
Framework Explorer
Developing IPS5 applications often requires navigating dozens of files to understand how classes, extensions, listeners, templates, language bits, settings, CSS, and database tables are connected. Framework Explorer is a developer productivity tool that provides a unified view of an IPS5 application directly from the AdminCP, making it easier to explore, navigate, and maintain your codebase. Instead of manually searching through your application's files, you can quickly inspect its architecture, browse framework components, review inheritance, discover available methods, explore templates and stylesheets, inspect language bits and settings, and examine the application's database structure and data—all from a single interface. Framework Explorer is designed for developers who are already familiar with the IPS framework and want to work more efficiently. Its goal is to simplify navigation and inspection of existing applications, not to teach IPS development or replace the official developer documentation. - Ideal for:IPS application developers Marketplace authors Maintaining existing applications Exploring third-party applications Understanding unfamiliar codebases Developers already familiar with the IPS5 framework - Features:Class ExplorerBrowse every PHP class in an application. View inheritance, implemented interfaces, and used traits. Inspect properties, constants, and methods. Display namespaces, file locations, and PHPDoc information. Optionally open files directly in your IDE. Settings ExplorerBrowse application settings. View configuration keys, default values, and metadata. Quickly identify available ACP settings. Extension ExplorerBrowse every IPS extension. View extension types and implementations. Inspect inheritance and available methods. Quickly navigate extension classes. Listener ExplorerBrowse every event listener. View listener types. Inspect supported methods. Identify the framework class associated with each listener. Language ExplorerBrowse every language bit. Search by language key or translated value. Quickly locate application translations. Template ExplorerBrowse all application templates. View template groups and individual templates. Display template source code. Explore template relationships. CSS ExplorerBrowse all application CSS files. View selectors, CSS variables, media queries, and imports. Display the source code. Search by filename, selector, or CSS content. Filter results by application. Optionally open files directly in your IDE. Database ExplorerBrowse application database tables. View table structure, indexes, and records. Filter tables by application. Inspect column definitions and index information. Browse table data with pagination. Read-only database inspection for safe exploration.
-
AI: Topic Title Suggestion
That's exactly how it works: Type the content. Click the Suggest Titles button. Select one of the suggested titles. The selected title is automatically inserted into the title field.
-
Comments/Reviews Tab Order
This application reorganizes the Comments and Reviews tabs so that Comments appears first and becomes the default tab. Supported applications: Downloads Calendar Events Gallery Pages Databases
-
Sort Attachments by Downloads
Sort Attachments by Downloads adds a new option to the Sort By menu on the Attachments page, allowing users to quickly sort attachments by the number of downloads in descending order. This option applies only to files, as images do not have download counts.
-
Slack Login Handler
This application connects a Slack account to an IPS5 account. It allows users to sign up and sign in using their Slack account, as well as synchronize their display name and/or profile photo. You must register your application at https://api.slack.com/apps to obtain: Client ID Client Secret
-
Recent Badges in Posts
Display a member's most recent badges directly below their profile information in topic view. The application includes settings to configure: Number of badges to display Badge size Whether to show the "Rare" ribbon Whether to enable badge tooltips Members can also click View All Badges to view the complete list of badges on their profile. Requirement: Forums app.
-
Topic Quick Filters
This application adds six quick filter links to the forum topic listing (FILTER BY menu): Topics I Started Topics Others Started Topics Will Polls Topics Moved Locked Topics Unlocked Topics All options except Topics Others Started are already available under Sort By → Custom → popup → Filter. This application simply makes them quicker and easier to access.
-
Twitch Login Handler
This application will connect the Twitch account to the IPS5 account. It will allow users to sign up and sign in with their Twitch account, as well as synchronize their username and/or profile photo. You are required to register your application on https://dev.twitch.tv/console/apps to obtain: Client ID Client Secret
-
Pinned Topics Separator
Displays pinned topics in their own section above regular topics on the forum view. Updated upon request.
-
Group Mentions
Group Mentions extends the IPS mention system by allowing members to mention entire groups using customizable aliases such as @admins, @moderators, or any alias you define. When a group is mentioned in posts, all eligible members receive a notification (Core mentions), making it easy to reach staff teams, moderators, or any custom group with a single mention. Requirements: Forums app. Features: Mention entire groups with @groupalias. Unlimited aliases per group. Native TipTap autocomplete integration. Individual permission to allow or deny group mentions. Guest group automatically excluded. Styled mentions matching the IPS look and feel. No core file modifications or hooks required. Perfect for communities that need to notify teams quickly without mentioning members one by one.
-
Quick Mark Read
This application allows users to quickly mark forums as read directly from the forum icon, bringing back the familiar behavior from previous versions. It also adds a convenient option to mark individual topics as read directly from the topic list, without opening them. Features: Mark forums as read by clicking the forum icon Mark topics as read from the forum view AJAX-powered actions (no page reload) Confirmation message after marking content as read Available only to logged-in members
-
YouTube Embed Enhancer
Enhance YouTube embeds in your community by displaying additional video information automatically. The application detects existing and new YouTube embeds and adds useful metadata from the YouTube Data API without modifying the original embed. Features: Works with old and new embedded videos Displays video title, channel, publish date, views, likes, and description Channel link directly to YouTube Admin options to enable/disable channel information, statistics, and descriptions Built-in cache system to reduce API requests and improve performance A YouTube API key is required. The original video embed always remains untouched.
-
Ban Members From Forums
This application allows administrators and moderators with the appropriate permission to ban specific users from selected forums directly from the Admin CP or the user's front-end profile. Restricted members will not be able to: View the forum's topic list Access topics inside restricted forums Create new topics in restricted forums Banned forums are removed from the Forums index, and content from restricted forums is also hidden from Activity Streams, Search results, and user profiles. Administrators can view and manage all forum restrictions from a dedicated page in the Admin CP.
-
Low Stock Notice
Low Stock Notice allows administrators to display a custom warning when a Commerce product's stock reaches a configured minimum level. Per product settings: Enable/disable the low stock notice. Choose whether to display the remaining stock: Enabled: 🔥 LOW STOCK - X left! Disabled: 🔥 LOW STOCK! Set the minimum stock amount required to trigger the notice. Requirements: The product must have stock management enabled and a defined stock amount (unlimited stock products are ignored). The Commerce stock level display must be enabled. Example: You can configure a product to show the notice when only 10 units remain. From 10 down to 1 available item, customers will see the low stock warning, for example: 🔥 LOW STOCK - only 3 left!
-
Football Center
Football Center integrates with the football-data.org API to display fixtures, live scores, and results using a clean IPS 5 interface. The first release focuses on the FIFA World Cup, with support for more competitions coming soon, including UEFA Champions League, Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Brasileirão Série A, Copa Libertadores, and others. Features Today's matches Live matches with scores Results grouped by date Team flags/logos Competition stages and groups Responsive layout Sidebar widget The app uses IPS Data Store caching with different cache times for schedules, live matches, and results, reducing API requests while keeping information updated. Requirement: An API key from football-data.org is required. Create a free account, get your key, and add it to the app settings.