Jump to content
View in the app

A better way to browse. Learn more.

Invision Marketplace

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Everything you need for your community

Everything you need for your community

Adriano Faria

Developer
  • Joined

  • Last visited

Everything posted by Adriano Faria

  1. 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.
  2. 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.
  3. 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
  4. 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.
  5. 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
  6. 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.
  7. 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.
  8. 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
  9. Displays pinned topics in their own section above regular topics on the forum view. Updated upon request.
  10. Adriano Faria posted a application in Integrations
    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.
  11. Adriano Faria posted a application in Member Tools
    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
  12. 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.
  13. 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.
  14. Adriano Faria posted a application in Commerce
    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!
  15. Adriano Faria posted a application in Integrations
    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.
  16. Topic Posters display a clean and modern list of members who participated in a topic. The app adds a new block to the topic view showing member avatars of users who have posted in the discussion, making active participants easier to identify and improving community engagement. Features: Display topic posters with member avatars Randomize displayed members on each page load Popup with a complete list of all topic posters Show each member's latest post date in the topic Configure the number of posters displayed Choose avatar size Restrict visibility by member groups Responsive layout for desktop and mobile devices A simple way to highlight the people behind each discussion and make your topics feel more active.
  17. Adriano Faria posted a application in Integrations
    Topic Description allows your members to add a short and informative description when creating or editing topics, giving readers more context before opening a discussion. Display AreasTopic descriptions can be displayed in: Topic View Forum View Fluid View Content-focused view Activity Streams Search Results Member Profile -> Activity Stream Per Forum ConfigurationEach forum can have its own configuration: Enable/disable topic descriptions Require a description when creating topics Set the maximum description length Choose which member groups can add topic descriptions Global SettingsControl where topic descriptions are displayed: Show in Forum View Table, Fluid, and Content-Focused views Show in Activity Streams and Search Results ToolsAdministrative tools included: Mass enable/disable Topic Description across forums Remove all existing topic descriptions Moderator PermissionsControl which moderators can: Add topic descriptions Edit existing topic descriptions Remove topic descriptions
  18. Display your members' browser information directly in online user lists. This application adds a browser icon next to usernames, allowing members to quickly identify which browser others are using. Features: Displays browser icons in online widgets (Who's Online and Recently Browsing) Uses Invision Community's native browser icons Shows browser and operating system details on hover Automatically detects members' latest known browser Works dynamically with AJAX-loaded content The application integrates automatically with your community and uses existing Invision Community device information.
  19. Ban Members From Topics allows moderators to restrict specific members from accessing selected topics without affecting their access to the rest of the community. Banned members will no longer be able to view the topic content in any area where the topic appears. Covered areas: Topic view Forum view AJAX preview Activity streams Profile activity Profile content tabs (Topics and Posts) Topic and post embeds Moderator permissions: Can ban members from topics Can unban members from topics Can view the list of banned members in a topic Moderator notifications: Moderators can be notified when: Another moderator bans a member from a topic Another moderator removes a member's ban from a topic Another moderator removes all banned members from a topic Member notifications: Members can be notified when: A moderator bans them from a topic A moderator unbans them from a topic Profile integration: Adds a profile tab displaying all topics where the profile owner is banned The tab is only visible to moderators with permission
  20. Adriano Faria posted a application in Integrations
    This application adds a Preview button to the IPS5 Editor toolbar, allowing users to preview their content before submitting it. The preview window shows how the content will appear after posting and includes different viewing modes: Desktop view Tablet view Phone view This helps users review formatting, images, links, and overall layout across different screen sizes before publishing their content. Features: Native IPS5 Editor integration No page reload required Responsive preview modes Works directly from the editor toolbar
  21. Adriano Faria posted a application in Integrations
    Adds a show/hide password button to password fields, making it easier for members to verify their password before submitting a form. Tested in the following areas: Login Registration Password-protected forums Forms that require re-authentication, such as Account Settings → Security and Privacy It should work with any password field throughout the front end.
  22. Adriano Faria posted a application in Commerce
    This resource will provide administrators with detailed information about the revenue generated by files in their community, broken down by currency and including both purchases and renewals. Administrators can search revenue data by file and date range and export the results to a CSV file containing useful invoice and payment gateway information. Front-end integration is also included. File authors can view the revenue generated by their own files directly from the file view page (optional setting), while moderators with permission can view revenue information for any file. Requirements: Downloads app
  23. Adriano Faria posted a application in Commerce
    This application allows users to purchase files by paying an amount they feel is fair. Files will still have their normal price, but authors can optionally enable a minimum payment amount, preventing users from paying below that value. Requirements: Downloads app Commerce app Permissions: Administrators can choose which member groups are allowed to use this feature per category. Settings: Payment Methods Tax Class Site Commission Site Transaction Fee
  24. This application allows moderators with the proper permissions to mass change file submitters directly from the Downloads category view. Moderators can select multiple files using the moderation tools and quickly assign a new author via a simple dialog. All author changes are automatically logged in the Moderator Logs.
  25. Create custom browsing experiences by grouping categories, forums, or club forums into separate tabs, making large communities easier to navigate and much more user-friendly. Features: Multiple tab types: All Root Categories Specific Root Categories Specific Forums Club Forums Unlimited tabs Per-tab permissions Control which member groups can view each tab. Font Awesome icons per tab Optionally add an icon to each tab for better visual organization. Remember the active tab The app automatically restores the last active tab when users return to the forum index. IPS5-native styling Designed to match the IPS5 interface and support light/dark themes. No hooks Built specifically for IPS5 using a modern JS/CSS approach. Notes Due to the lack of hooks in IPS5, the Tabs option cannot be added to Account Settings → Content Preferences. Members can switch to the tabbed view directly from the forums index view selector. Change layout views must be enabled for the new tabbed view option to appear. The app adds a new forum index view option when forum view selection is enabled. Tabs are generated dynamically from the existing forum index structure. Specific Forums and Club Forums depend on forums already visible in the index layout. Using too many tabs or categories may create multiple tab rows. Simpler setups usually provide the best user experience.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.