XenForo
118 files
-
Features
Serve Google Tag Manager JavaScript from your own domain
Normally, Google forces browsers to re-download the JavaScript every 15 minutes, which can hurt your site rendering speed. If you choose to serve it from your own domain, the time between re-downloads is set to 30 days. It also allows you to serve it from the network edge (for example cached in Cloudflare's data centers).
Google Analytics API usage for:
Setup/configuration
Selection of existing measurement ID
Optionally create a new property/data stream
Setup of custom dimensions specific to XenForo for reporting
Reporting from within XenForo admin area
Backend data collection
Ability to track XenForo overlay system as page views
Track registered members across multiple devices
Track the style being used
Track nodes
Track threads
with or without the thread's first tag
Track client-side errors
Console errors
JavaScript errors
Images not loading
Track user registrations and logins
includes how they are registering/logging in (for example which type of connected account)
Track new threads
and replies
Track new profile posts
and comments
Track new conversations
and replies
Track emails being sent and opened
incudes email subject
Done with backend data collection (multi-threaded with Guzzle's promise system so it doesn't slow down mass sending of emails).
Track attachment views/downloads
Track users using XenForo share buttons
includes which platform they are sharing to
Track users using XenForo's bookmark system
Track user upgrades as e-commerce
Views
Begin checkout
Purchase
Track Google AdSense impressions and clicks
Track user's user group (set user groups in a priority order for the one to track)
Track links from RSS feed by source/medium
Track links from emails by source/medium
Track contact form usage
Track PWA usage and related events
Track scrolling down page
Track YouTube video engagement
Start
Progress
Complete
Track outbound links being clicked
Track site searches
Google Analytics reporting within XenForo admin
Realtime map showing the countries users currently on your site are in
Weekly heat maps
Charts
Report of client-side errors
Some things to note:
Does not work with Universal Analytics, only Google Analytics 4 (Universal Analytics is being deprecated and will cease processing new hits on July 1, 2023).
You need to link your Google Analytics account and pick your property under Admin -> Options -> Analytics
The Analytics Admin API currently can't enable Enhanced Measurement for your property's data stream. For the time being, you will need to go into your Google Analytics account, go to Admin -> Property -> Data Stream, and enable Enhanced measurement if you want to track the things enhanced measurement tracks. Once Google sorts it out with the Admin API, it will be something we can automatically do. [Google Analytics Admin API changelog]
In exchange for being free, this addon has a single attribution link buried on the bottom of XenForo's Help -> Privacy policy page (there are no site-wide or footer links).
-
Features
Everything is available from within XenForo (you do not need to go to Cloudflare for things) via the Cloudflare API. This allows you give admins permission to do certain things (for example block IP addresses within Cloudflare without giving them access to your Cloudflare account).
It simplifies/automates much of the configuration and usage of Cloudflare with XenForo.
Manage all Cloudflare settings/options for your zone.
Ability to purge Cloudflare cache.
Cloudflare Firewall support
You can automatically create firewall filters to block access to XenForo internal directories that are not intended to be accessed via web browser (internal_data and src). You can also delete any firewall filter.
Create/delete Firewall user agent rules.
Create/delete Firewall IP address and ASN rules. Includes the ability to optionally expire the rule in the future (for example maybe you want to block a class C for 7 days, or you want to force a challenge to a specific IP for 30 days).
Manage country-level traffic blocking (includes Tor exit nodes).
Ability to force challenge on the registration and contact forms (helps mitigate automated spam).
Cloudflare Access support
You can automatically create Access policies to allow only admins the ability to access the install and admin.php URLs. You can also delete any existing Access policy.
Cloudflare Page Rules support
You can view and delete any Page Rules on your zone.
Cloudflare Cache Rules support
You can automatically create a Page Rule that will instruct Cloudflare to cache XenForo CSS files (normally they are not cached because Cloudflare caches based on file extension, and XenForo's CSS system has .php extension).
You can automatically create a Page Rule that will instruct Cloudflare to cache images served through XenForo's image proxy (similar to XenForo's CSS, Cloudflare normally does not cache them because the image proxy uses .php extension).
Cloudflare Turnstile support (requires XF 2.2.12+)
You can automatically configure/create Turnstile site via API.
Gives direct links to Turnstile Settings and Analytics within Cloudflare account.
DMARC Management allows you to monitor third parties sending email on your behalf
Use Cloudflare Workers as proxy to hide your server's origin IP address for certain XenForo functions:
Image proxy
Unfurl
Support for Cloudflare R2(object storage) to store things like avatars and attachments in the cloud.
Includes an optional ability to use presigned URLs for attachments
Support for caching certain content at the network edge(in Cloudflare data centers):
HTML pages for guests
Media attachments (images, audio, video)
Shows Cloudflare statistics for your domain on admin index. Additionally, daily stats are kept in XenForo's normal Statistics area for:
Unique visitors
Requests
Data served
Data cached
Threats
Turnstile challenges
Turnstile interactive solves
Turnstile non-interactive solves
Turnstile unsolved
R2 class A operations
R2 class B operations
Moderators that have the ability to spam clean and view user's IPs get an extra option in the spam cleaner where they can temporarily ban the IP address(es) the spammer used in the last 30 days. The number of days to ban is an option you can set in the admin area (it defaults to 7 days).
Ability to backup and restore certain Cloudflare configuration (Access Apps, Firewall Rules, Firewall IP Access Rules, Firewall User Agent Blocking, Page Rules).
You can restore backups to a different zone (for example if you had extensive configuration for a zone, you could give another zone the same configuration through a backup restore).
Restoring a backup does not delete existing configurations (you are able to merge configuration into an existing config).
Cloudflare configuration is protected by a new admin permission, Manage Cloudflare.
In exchange for being free, this addon has a single attribution link buried on the bottom of XenForo's Help -> Cookie usage page (there are no site-wide or footer links). -
Goals
Create multiple goals and receive donations in multiple currencies and convert them to your primary currency.
Display progress bar.
Display expenses list.
Display latest donor.
Display latest donations
Display top donors.
Display donor benefits.
You can automatically add donors to a custom user group and remove from other groups that were added via user promotions.
If no goals are created, a simple widget with a message and a donate button will be displayed.
Donations page.
Top donors widget.
User criteria for donation count and donation amount. -
This add-on allows your members to delete their own accounts.
You can choose to set a 'cool down period' during which access to the bulletin board will be restricted and only notifications of their account being deleted will be received - they can cancel the deletion before the cool down period ends.
When a user requests deletion, the system will log out of their account and send an email confirming their decision. -
-
This addon adds a few things that I felt were missing from XenForo's PWA app:
If the user that is installing the PWA app is logged in, auto-log them into the PWA app (don't need to force users to log-in from scratch when they first load the installed app).
Use Sec-Fetch-Site header as replacement for CSRF with a fallback to CSRF if browser doesn't support Sec-Fetch-Site (prevent stale sessions from causing security error message)
Automatic refresh of badge counters when app is loaded/brought to front (this also applies to the site when being used in a normal browser)
Give more prominent push notification permission message when initially loading app (see screenshot for example)
Allow editing of of web app manifest JSON
Added ability to send push notices to users (Admin -> Communications -> Push users)
Adds option to enable debugging logging for things related to push notifications
Does some individually small things to try and keep push subscription records from being lost
-
Description :
This add-on allow your to define several durations for a subscription.
Feature summary :
Options :
View duration
Add duration :
Cost
Length :
Permanent
For length
Display order
Branding :
This add-on does not include branding.
Installation :
Download and unzip it.
Copy the src/addons/XenSoluce/UserUpgradeDuration directory to your server.
From the AdminCP install the add-on.
-
This will be a 2-in-1 plugin that can be displayed in columns and tabs, all in the form of widgets. You just need to create a new widget and place it in the correct position, which can be forum_st forum_view, Even the sidebar.
After activating the plugin, create a new widget. To add a block, simply click on add and enter information. There are 2 display types: column and tab, and 2 list types: user and thread You can learn more information about them on your own. -
Google One Tap Login - Display Google account login notifications is a useful plugin that reminds people to log in to your forum if they are using Chrome browser connected to Google.
[VNNF 2x] Google One Click Login - Display notifications for logging in with Google account - Display notifications for logging in with Gmail, which actually just adds popular scripts provided by Google. There are several conditions that need to be met for the notification box to appear:
1. Your forum allows users to log in from Google.
2. Users must use Chrome browser connected to their Google account.
The plugin is compatible with Xenforo 2.2. x and 2.3. x. You just need to install and use it immediately. -
This add-on serves as the foundation for our XenForo theme product-line. It is the necessary functionality that allows us to extend the XenForo software in order to be able do things that the theme item alone cannot.
It is kept separate as it is not tied to the theme, view, images, files, or templates in any way. The add-on may not always need updating when the theme does, as themes typically need updating for every update XenForo software does. -
This vibrant, minimalist theme with concepts from Apple’s Human Interface Guidelines creates a professional forum that stands out. Your forum and discussions will flow with the clean and subtle design. Make iO unique with category strips that automatically change color based on your primary brand color.
Built with the UI.X 2 framework
Clean typography
Uses material line icons
Full page animations on page load
Uses a tab bar at the bottom of the screen on mobile devices
Full height iOS-style modals
Category strips that automatically change color based on your primary brand color
-
IO Dark Mode
Create a dynamic forum with this minimalist, vibrant dark theme. With concepts from Apple’s Human Interface Guidelines, your forum will be sleek and captivating. Make iO unique with category strips that automatically change color based on your primary brand color.
Built with the UI.X 2 framework
Clean typography
Uses material line icons
Full page animations on page load
Uses a tab bar at the bottom of the screen on mobile devices
Full height iOS-style modals
Category strips that automatically change color based on your primary brand color
-
MineSync brings the gap between your Minecraft server and your XenForo forum closer, by integrating both very closely. With MineSync, you can have your players link their accounts together, sync ranks, show usernames, UUIDs and groups on posts and profiles as well as an extendible API to sync more data to your XenForo forum with ease.
Features:
Players can link their Minecraft account on your server to your XenForo forum
Players can show off their groups on your XenForo forum
You can choose to sync your ranks from your server to your XenForo forum, allowing users to select a display group, or administrators to link an in-game rank to a forum rank and hence allow extra permissions on the forums.
Players can register via your server (using the /register command). This will link them to your forum, with their Minecraft account pre-linked, for them to complete registration by adding their details.
Simple and minimalistic, made for easy use
Players can have a block on their profiles and on messages showing their avatar, username and group
Players can have their avatar on XF be their Minecraft avatar
Language file system to be able to customise messages sent by the add-on
Configure and style MineSync to fit your community using in depth options, permissions settings and template/style properties
Focused on performance and load optimisation. Ideal for high player servers!
-
-
Main Features of Not Alone:
Fully Responsive Layout
Dark and Light version
Font-awsome navigation icons
Font-awsome visitor menu icons
Search box area
Font-awsome sidebar icons
Remove Sub-navigation row
Show/Hide Breadcrumbs
Hide Forum Title in Index Page
Collapsible Categories
Sticky Sidebar
Collapsible Sidebar
Posting Icons
Modern Cross Browser Support
And more...
-
-
Advanced Forms can be used for just about any type of form you need!
Full documentation is here
Features
Unlimited Form Types*
Unlimited Forms*
Unlimited Questions*
Different Forms for each Form Type
Different Questions for each Form
Show Multiple Form Types in sidebar and/or navigation tab
Control Form Type access by Usergroup, User Criteria
Control Form access by Usergroup, User Criteria
Notification of an form being submitted via Forum Thread and/or Email and/or Private Message
Instantly promote a user when they submit an form
Include a yes/no poll in a thread and automatically promote the user based on the poll results
Include a normal poll with no promotion options in a thread
Open a form when starting a new thread
Specify different forums for reports for each form
Define a default question set that can be included on all forms
Button to copy forms direct access URL in ACP and make it clickable
Form submit count statistic. This is viewable in the ACP on the forms list and when editing the form
Option to make form publicly visible (regardless on user criteria settings) but they can’t submit it
Link to thread in the email report
Flood checking option
Time limit option when user can submit form again
Export of data submitted from the form as CSV
Export for answers & logs
Form as a widget
Much, much more!
Changes from AAF for XenForo 1.x
Form Types are now optional.
Application Thank You moved from Form Type to Form itself.
Question color moved from Add-on Options to Form Misc. Options.
All Post/PC user info now uses names instead of user ids.
Question order is now drag and drop.
Form report Thread Prefix now a dropdown list of all prefixes available.
User PC Message now uses WYSIWYG editor.
Moved moderator promotion permissions from hard coded to form.
Moved approval user groups from Add-on options to user group permissions.
Any first question answer can now be used in report titles.
Section headers no longer printed in report post/pc/email.
Email now HTML type.
Completely removed add-on options.
Additions not in AAF for XenForo 1.x
Rich text that can be displayed below forms.
Copy function to Form Types.
Approve/Deny links can be displayed with promotion polls.
Approving or denying a form closes a form poll if it exists.
Answer color to form Misc. Options.
Default answer is now usable for Single selection forum list question type.
WYSIWYG editor question type.
Promotion poll end date can be extended by 24 hours if the user has permission to extend form polls.
NOTE: You can not import, exported application forms from XF 1.5. But forms will be converted when upgrading from XF1.x to XF2.x.
* Limited only if you are limited in database size and/or free disk space. -
Description:
Shows a list of similar threads when a user is creating or viewing a thread.
The Similar threads add-on will do the following:
Show a list of similar threads when a user is creating a new thread.
Show a list of similar threads when a user is viewing a thread.
Features:
Forum view permissions honored. If a member doesn't have permission to view certain forums, similar threads will not be shown from those forums.
Supports standard search or enhanced search.
All phrases start with similarthreads_ for your convenience.
User group permissions:
Normally you will want to set "Yes" for the following two user groups:
Registered
Unregistered / Unconfirmed
Disabling XenForo enhanced search:
Uncheck options
Admin control panel -> Setup Enhanced search -> Enable similar threads widget
Admin control panel -> Setup Enhanced search -> Search for similar threads when users are creating new threads
Enabling Similar threads enhanced search:
To enable Enhanced search, select in the Options page. Enhanced search gives better similar thread results because it can use stemming.
Question and answers:
Q: Do I ever have to rebuild the search or thread indexes to use this add-on?
A: No.
Q: Are thread titles and posts searched?
A: Only thread titles are searched.
Q: Is the "View threads by others" set to No or Never honored?
A: No. You will need to exclude those forums in the options page.
Q: In order to use Enhanced search option, do I need to install XenForo Enhanced search?
A: Yes. -
Looking to give your forum a modern, sleek appearance? Cosmic is the ultimate solution! Designed with stunning visuals and user-friendly layouts, this theme elevates your XenForo forum to a whole new level.
Features Across:
Google Web Font Integration
Customizable Node Background
Various Avatar Shapes
Engaging Guest Messages
Text Logo Option
Simplified Navigation Options
Collapsible Categories
Sticky and Simplified Node Statistics
New Post Indicators
Flexible Sidebar Customization
Unique First Post Backgrounds
Offline Status Indicators
Collapsible Elements for a Clean Look
Optional Glyphs for Enhanced Navigation
Customizable Footer with Multiple Widgets
And more...
-
You can:
set background for node
set icons for each forum
set big content display panel with highlights
set logo
set welcome message
set announcement
set custom footer with 4 blocks
set 2 or 3 forum nodes in one row
Other features:
responsive design
support for font awesome icons
support for SVG icons
support for sprite icons
fast installation
unique avatar styling
great border hover effects
-
Snow style is for people who want to try something simple light theme. It can be used for all kind of communities.
You can:
set background for node
set icons for each forum
set big content display panel with highlights
set logo
set welcome message
set announcement
set custom footer with 4 blocks
set 2 or 3 forum nodes in one row
Other features:
responsive design
support for font awesome icons
support for SVG icons
support for sprite icons
fast installation
unique avatar styling
great border hover effects
-
-
The official StylesFactory CORE component to their themes. This file is required when using any StylesFactory themes. This CORE file comes with both the latest core + extended core extension.
TO INSTALL PLUGIN:
1. Go to Admin Control Panel
2. Go to Add-ons > click button Install/upgrade from archive Follow the instruction from Xenforo which says: "Installing from archives must be explicitly enabled by adding the following line to src/config.php: $config['enableAddOnArchiveInstaller'] = true; Various directories must be writable by the web server user to install from an archive and this may be considered to be insecure in some hosting environments. Your server must also have ZipArchive support in PHP."
3. Most important plugins are in SFCore.zip. If you want to upload it with admin panel then just use SFCore.zip (don't unpack it) and click Install/upgrade from archive, then chose Add-on archive (SFCore.zip) and upload it.
4. You can also upload SFCore.zip manualy with your FTP Client. If you want to make that you should unpack that zip and upload everything from folder /upload.
-
Introducing the fan favorite UI.X for XenForo 2. Based off of the tried true methodologies of its XenForo 1 predecessor, UI.X continues to push the boundaries of intelligent, performant, perfected design. Modern tools that increase user interactions, familiar user interface based on Google’s ever popular Material design, and the backing of a team well-versed in the XenForo software make UI.X a wise choice for any forum. ThemeHouse has been building products for XenForo since day one of the software’s release and we aren’t going anywhere.
Just a minute to install, a few clicks to easily change images and colors in line with your brand, and you’re off and running. And if you ever have a question, we’re here to help. -
Get UI.X 2 for free by using the coupon code FANFAVTHEME during checkout.
Introducing the fan favorite UI.X for XenForo 2. Based off of the tried true methodologies of its XenForo 1 predecessor, UI.X continues to push the boundaries of intelligent, performant, perfected design. Modern tools that increase user interactions, familiar user interface based on Google’s ever popular Material design, and the backing of a team well-versed in the XenForo software make UI.X a wise choice for any forum. ThemeHouse has been building products for XenForo since day one of the software’s release and we aren’t going anywhere.
Just a minute to install, a few clicks to easily change images and colors in line with your brand, and you’re off and running. And if you ever have a question, we’re here to help.
Top Downloads
-
Nulled-Invision Community
Free
Invision Community 5.0.0 is a powerful community platform designed for online communities, forums, social networks, and content management systems (CMS). It offers a variety of modern features and improvements, making it easier for administrators, developers, and users to manage and run an efficient online community. Here's an overview of the key highlights and features of Invision Community 5.0.0: 1. Completely Redesigned Admin Control Panel The Admin Control Panel has been fully redesigned wit- 2 Downloads
- 2 Comments
-
Nulled-Invision Community
Free
Invision Community 5.0.0 is a powerful community platform designed for online communities, forums, social networks, and content management systems (CMS). It offers a variety of modern features and improvements, making it easier for administrators, developers, and users to manage and run an efficient online community. Here's an overview of the key highlights and features of Invision Community 5.0.0: 1. Completely Redesigned Admin Control Panel The Admin Control Panel has been fully redesigned wit- 6 Downloads
- 2 Comments
-
Global Market Plus [1.7 - 1.21]
Free
GlobalMarketPlus is a multi-functional virtual store plugin, with Global Market as its main function. It can be used to trade items of various transaction types, and trade merchandises with other players in the server anytime and anywhere through commands and GUI. It is a highly customizable plugin. Almost all functions have corresponding commands. Management system and security system, data processing system, detailed configuration file annotations and wiki, ensure the operation of the plugi- 1 Downloads
- 0 Comments
-
BattlePass 50+ Quests with Unlimited Customisable Quests GUI Editor
Free
Engage and reward your Minecraft players like never before with BattlePass – the ultimate quests plugin With BattlePass, create your own quests and earn experience and customizable rewards, keeping players active and engaged. With both free and premium passes available, you can offer a unique experience to all your players. Increase player retention and engagement with BattlePass, the must-have Minecraft quests plugin for any server owner. 50+ Quests Included [100+ Action Triggers] This plugin- 1 Downloads
- 0 Comments
-
[DohTheme] Flow
10.00 USD
Flow is carefully designed. it is a very modern, trendy, and fresh design for the entire forum, with super flexibility and a fully responsive design. it adapts itself to any device your users are viewing, whether it be a laptop, mobile, or tablet! It is a perfect fit for Creative Forums, Tech forums, Lifestyle forums, Magazine, SEO forums, News Agencies, Travel & Tour Agencies, Business Magazines, Lifestyle Brands, and Technology News websites. It is also suitable for publishing or reviewing- 0 Purchases
- 1 Downloads
- 0 Comments
-
[XFA] RM Donations - XF2
Free
Requirements XenForo 2.3 XenForo Resource Manager 2.3 Description This add-on lets you prompt a popup under your user mouse when they hover the download button on the resource page. Through the Resource Categories configuration system, the administrator select in which categories donations can be requested and for each each of these categories if donations should: use the paypal address set in the admincp through options; use the paypal address set in the admincp for that category; let each- 1 Downloads
- 0 Comments
-
Nulled-Invision Community
Free
Invision Community 5.0.0 is a powerful community platform designed for online communities, forums, social networks, and content management systems (CMS). It offers a variety of modern features and improvements, making it easier for administrators, developers, and users to manage and run an efficient online community. Here's an overview of the key highlights and features of Invision Community 5.0.0: 1. Completely Redesigned Admin Control Panel The Admin Control Panel has been fully redesigned wit- 9 Downloads
- 2 Comments
-
Pro Stats
Free
This app allows using Widget to display the statistic in your site. Members could see and update the newest information on that. IPS version 5.0+ Features: DISPLAY STATS IN TAB VIEW DISPLAY STATS IN GRID VIEW Manage stats in widget's settings: Easy to add/delete stats. Drag & drop to reorder the position quickly. Clicking on stats to options: title, categories, thumbnails. Supports IPS official apps: Forums, Downloads, Pages, Nexus, Gallery, Calendar. And 3rd party apps that meets the- 4 Downloads
- 0 Comments
-
NOWPayments Gateway
Free
NOWPayments is a non custodial cryptocurrency payment processing platform. Accept payments in various cryptocurrencies and immediately convert them into the currency of your choice and send them to your wallet. Added debug mode setting. Added setting for setting cryptocurrency for payment. Other improvements.- 3 Downloads
- 0 Comments
-
XenForo Full Nulled
Free
XenForo is a powerful community forum software that provides users with a simple and easy-to-use interface and rich communication features. Users can easily communicate through posting, sending private messages, using tags, and other methods. Its interface design is responsive, suitable for various devices, and has good customizability. Administrators can expand functionality and beautify interfaces through plugins and theme customization, while utilizing powerful management tools to manage user- 2 Downloads
- 0 Comments
-
Quick Search
Free
Quick Search is a small application that instantly brings an intuitive search form and smart autocomplete. Results are displayed with eye-catching thumbnails, providing a seamless browsing experience across all applications. Make finding content easier and faster with Quick Search! Settings: Enable/Disable. Permissions for member groups. Max results. Search incomplete words Find results in Content titles only | Content titles and body Search Mode: OR / AND Set default search type for all- 2 Downloads
- 0 Comments
-
Nulled-Invision Community
Free
Invision Community 5.0.0 is a powerful community platform designed for online communities, forums, social networks, and content management systems (CMS). It offers a variety of modern features and improvements, making it easier for administrators, developers, and users to manage and run an efficient online community. Here's an overview of the key highlights and features of Invision Community 5.0.0: 1. Completely Redesigned Admin Control Panel The Admin Control Panel has been fully redesigned wit- 9 Downloads
- 2 Comments
-
Pro Stats
Free
This app allows using Widget to display the statistic in your site. Members could see and update the newest information on that. IPS version 5.0+ Features: DISPLAY STATS IN TAB VIEW DISPLAY STATS IN GRID VIEW Manage stats in widget's settings: Easy to add/delete stats. Drag & drop to reorder the position quickly. Clicking on stats to options: title, categories, thumbnails. Supports IPS official apps: Forums, Downloads, Pages, Nexus, Gallery, Calendar. And 3rd party apps that meets the- 4 Downloads
- 0 Comments
-
NOWPayments Gateway
Free
NOWPayments is a non custodial cryptocurrency payment processing platform. Accept payments in various cryptocurrencies and immediately convert them into the currency of your choice and send them to your wallet. Added debug mode setting. Added setting for setting cryptocurrency for payment. Other improvements.- 3 Downloads
- 0 Comments
-
XenForo Full Nulled
Free
XenForo is a powerful community forum software that provides users with a simple and easy-to-use interface and rich communication features. Users can easily communicate through posting, sending private messages, using tags, and other methods. Its interface design is responsive, suitable for various devices, and has good customizability. Administrators can expand functionality and beautify interfaces through plugins and theme customization, while utilizing powerful management tools to manage user- 2 Downloads
- 0 Comments
-
Quick Search
Free
Quick Search is a small application that instantly brings an intuitive search form and smart autocomplete. Results are displayed with eye-catching thumbnails, providing a seamless browsing experience across all applications. Make finding content easier and faster with Quick Search! Settings: Enable/Disable. Permissions for member groups. Max results. Search incomplete words Find results in Content titles only | Content titles and body Search Mode: OR / AND Set default search type for all- 2 Downloads
- 0 Comments