Jump to content

Plugins 4.3

Browse our IPS4 Plugins. Please check IPS Compatible Version before you download or install any Plugin. Like, Share and pass your Reviews. All files are free to download. Thanks to joining us.

40 files

  1. Free

    Profile Songs

    This plugin will allow you to add music to your profile.
    Profile Songs is originally a 4.1.x plugin developed by Rory Soh from the IPS Marketplace. It's been abandoned for nearly a year so I've taken the liberty of updating the plugin.
     
    Original File Description
    This allows you to set a custom song to the forum profile. Moderators and Administrators are allowed to remove them easily, it will erase the file from your web server as well. You simply just go to the member's profile who has an inappropriate song and remove it by selecting "Remove Song" from Profile Song option. You can also set profile songs for members if you wish.
     
    What's New
    4.3.x compatibility, no template changes needed. Any changes you made to your profile template for this plugin should be reverted. NEW configurable profile song size setting. Song size is in kB (kilobytes). A minimum size of 1,000 (1MB or 1 Megabyte) and a maximum size of 50,000 (50MB). This setting defaults to 2,500 (or 2.5MB).
    Future Updates
    I'll do my best to update this plugin for 4.4.x compatibility, if necessary, in a timely fashion. I'd also like to implement a configurable volume setting. In the meantime, you can use the steps below to add your own volume setting manually.
     
     
    Add your own volume setting
    Locate your ps_display HTML template and replace this:
    <div class='ipsType_center'> <p> {{if \IPS\Settings::i()->song_display_autoplay}} <audio autoplay="" controls="" loop="" preload="" class="ps_audio"> <source src="{$profileSong->file->url}"></source> </audio> {{else}} <audio controls="" loop="" preload="" class="ps_audio"> <source src="{$profileSong->file->url}"></source> </audio> {{endif}} </p> </div> With this:
    <div class='ipsType_center'> <p> {{if \IPS\Settings::i()->song_display_autoplay}} <audio autoplay="" controls="" loop="" preload="" class="ps_audio" id="profilesong"> <source src="{$profileSong->file->url}"></source> </audio> {{else}} <audio controls="" loop="" preload="" class="ps_audio" id="profilesong"> <source src="{$profileSong->file->url}"></source> </audio> {{endif}} </p> </div> And then add the following code to the bottom of that template:
    <script> var audio = document.getElementById("profilesong"); audio.volume = 0.25; </script> You can change the volume setting by changing the 0.25 (1.0 is default).

    90 downloads

    2 comments

    Updated

  2. Free

    Enhanced User Info Panel

    Enhanced User Info Panel invision community Plugin 4.x
    Enhance your user info panel with this powerful fully customizable plugin for the forum topic posts, You do not need to show all the information you can choose to show or hide any one of them or just choose to hide them on mobile viewing, you can now even choose what user groups can see what information
    DEMO
    How to install
    Go to the ACP and then plugins then install the downloaded .xml file (Yes its that easy) How to configure
    Go the the ACP plugin panel and select the settings button on the plugin User Info Panel
    Edit the width of the user info panel between 200px - 350px Move the username to the user info panel Set a margin from the top of the post panel (Needed on some themes you won't need for the default theme) Change the font of the username (you can use web safe fonts, Google fonts or you can even upload your own!!!!!) Change the width & height of the avatar between 75px - 200px Choose to have a border-radius around the avatar and enter your own amount Show/Hide the users cover photo (If they have one) Change the height of the users cover photo Show/Hide a topic starter badge or field to the info panel (If the user is the topic starter) Move the users rank pips / rank image to below the info panel Profile Info
    Show/Hide the users group with colour formatting Show/Hide secondary group images Show/Hide the users rank / title Move the users rank / title to below the avatar / below the username or in the user info panel Show/Hide the users clubs as icons (if they are members of one) Show/Hide the users ID Content
    Show/Hide the users post count Show/Hide the users post per day ratio Show/Hide the users reputation Show/Hide the users amount of leader board member of the days won Choose to use a gold font for the member of the day Show/Hide the users topic count Show/Hide the users topic per day ratio Personal Info
    Show/Hide the users birthday Change the birthday view to the show the members age instead Show/Hide the users joined date Change the joined date to one saying "With Us For xxx Days" Show/Hide the users online status Change the online status to a pip Choose to use a pulsating green glow for when the users online Show/Hide the users last activity Show/Hide the users timezone Show/Hide the users follower count Show/Hide the users connected device (4.2.x Only) Clubs
    Show/Hide the users clubs as icons at the bottom of the user info panel (The club name will appear on hover) Change the size of the clubs icons 3rd Party Apps & Plugins
    (DF42) Members Social Info iAwards Member Away Trophys & Medals ( RECOMMENDED ) Members Shop Other
    Choose what font-awesome icons are used for each section from a pre-defined list of over 600 icons (Just start typing the name and they will appear) Show/Hide each section for mobile browsing Select what user groups can see what on the info panel Add any of your custom profile fields to the user info panel matching its theme and style
     
    What's New in Version 2.0.6   See changelog 
    Released April 22
    2.0.5 New Features
    If you have Members Shop installed you can show the users points in the user panel Added the users total topic count to the panel Added the users topics per day ratio to the panel Updated the 3rd party bit so it will work with the new version of Members Social Info 2.0.6 Bug Fix
    Fixed the post ratio bug where it didn't display the decimals Changed the topic ratio to show whatever the ratio instead of when it is over 1

    44 downloads

    2 comments

    Updated

  3. Free

    [IPS4] Profile Backgrounds

    [IPS4] Profile Backgrounds 
    Let your members set their own profile backgrounds with this easy to use plugin
    DEMO
    Features
    Let your members set profile background images Upload most image files including .gif Select what groups can use profile backgrounds PLEASE NOTE
    I created this after a few requests from members after the last one on the marketplace was broken and the dev was ignoring support, IPS have now removed the file and the members who wanted it have asked me to release my version, So here it is

    3 downloads

    0 comments

    Submitted

  4. Free

    IPS 4.3_bim43-chatbox

    (BIM43) Chatbox 3.x - this is an AJAX chat application for IPS Community Suite 4.3
    About This File
    This is very simple chat system with the basic features:
    Ajax chat, auto update.
    Display as IPS widgets, so you can place it in sidebar or top page.
    Sound notification. User can toggle on/off.
    Admins/Moderators can block users.
    Users can ignore some chatters they don't want to see.
    Load more messages when scrolling end (or top).
    Announcement (on Top or Tab).
    Support emoticons, URL, Image URL (gif, png, jpg)
    @mention by clicking on usernames. (If @mention plugin installed - Check my other plugins)
    Flood control.
    Time format.
    Display newer messages in top or bottom.
    Permissions for viewing, chatting & management.
    Edit/Delete messages.
     

    19 downloads

    5 comments

    Updated

  5. Free

    Embedding video from Vkontakte

    The plugin allows you to embed video from Vkontakte. Just paste the link into the editor and the system automatically turns the link into a video.

    0 downloads

    0 comments

    Submitted

  6. Free

    Advertisement Addon

    If you have Google Adsense adverts on your forum, then you will know how fussy they are about where you place their adverts.
    This plugin will automatically try removing Ads from pages or area's where Google might not want their adverts displayed. For example this plugin will automatically remove adverts:
    When the site is off-line, On specific Core Pages: Settings, Notifications, Attachments, Followed Members, Messenger, ModCP, Ignore Members, Support, Register Page, Login Page and Member Profiles, Most Pages where there might be a Edit/Add/Modify/Submit/Create form, On the Commerce Pages for Clients and Support, On the Discovery and Stream Pages, Any Forum which is selected in the plugin Settings. This could be for forums that you would not want Google poking around in, You can also add Pages to the ignore list via the plugin settings. You can select to display Ads on the Staff Directory, Online Users and Leaderboard Pages.
    At the moment this plugin has been tested on Forums, Pages and Nexus and may not work 100% of the time. If that is the case then use the Disable Urls option within the settings.

    1 download

    0 comments

    Updated

  7. Free

    Widgets Extensions

    The widget extension allows you to easily add custom blocks and then style them using your own CSS styles and classes.
    The plugin will add three different types of custom widgets: Text, HTML and PHP.
    Allowed Block Options:
    Set the block to display on or off, Set the block to display to selected groups only, Can elect to use a block title or not. Good if you are showing adverts or not, You can use CKEditor or CodeMirror for the block content and this can be toggled via the Blocks settings. For example, HTML and PHP can use CodeMirror to make life easier if you are using HTML or PHP in your blocks. You can easily add CCS styles to the Block Title and Content using the Widget Forms rather than having to edit templates. This makes it easier to customise each block differently to have a different look and feel to match your website theme. You can add custom CSS classes via the Widget Form for quickness. Bear in mind this will add inline CSS to your theme, so it would be better to add custom CSS Classes to the Theme Custom.css instead. And yes, it's free and you're welcome 😉

    2 downloads

    0 comments

    Submitted

  8. Free

    Enhanced Profile Blocks

    Expansion of information blocks for users
    Enhanced Profile Blocks 
    About User Block
    Enhance the about user block with more detailed member information of the member each with its own font-awesome icon Choose the font-awesome icon of each section from a predefined list of 600 icons (just start typing) Show/Hide the members user group Show/Hide the members rank Show/Hide the members id Show/Hide the members post count Show/Hide the members post ratio per day Show/Hide the members total reputation Show/Hide the members member of the days won Show/Hide the members joined date Show/Hide the amount of days the member has been registered Show/Hide the members last activity Show/Hide the members current location (on your site) Show/Hide the members age User Group Block
    Display the users group and secondary group images in a separate block Choose to display it above or below the about user block Choose to display the images in a list (above each other) or in a inline-block (left to right) Clubs Block
    Display the users clubs as icons (The club name will show on hover) Choose to display it above or below the about user block

    0 downloads

    0 comments

    Submitted

  9. Free

    Send PM via Admin CP Profile

    Send PM via Admin CP Profile
    This plugin will allow administrators to start a conversation with the user directly from the profile .

    5 downloads

    0 comments

    Submitted

  10. Free

    Anti-Spam IPS4

    Anti-Spam Ips4.3
    No CAPTCHA, no questions, no counting animals, no puzzles, no math. No spambots signups, no spambots posts.
     
    Hook uses invisible tests to stop spambots at the IP.Board.
     
    Anti-spam features of the hook
    Stop spambots at registrations. Stop spambots at the topics. Contact form protection (CAPTCHA should be disabled!) Allow guest posting on the forum without CAPTCHA. iPhone/iPad, Android app to control registrations and posts on the board. Anti-spam hook info
    We have developed an anti-spam hook for IP.Board that would provide maximum protection from spam and you can provide for your visitors a simple and convenient form of posts/registrations without annoying CAPTCHAs and puzzles. Used to detect spam multistage test that allows us to block up to 100% of spambots.
    Low false/positive rate
    This hook uses multiple anti-spam tests to filter spambots with lower false/positive rate as possible. Multiple anti-spam tests avoid false/positive blocks for real website visitors even if one of the tests failed.
    Spam attacks log
    Service CleanTalk (this hook is a client application for CleanTalk anti-spam service) records all filtered comments, registration and other spam attacks in the "Log of spam attacks" and stores the data in the log up to 45 days. Using the log, you can ensure reliable protection of your website from spam and no false/positive filtering.
    Private blacklists
    Automatically block comments and registrations from your private black IP/email address list. This option helps to strengthen the protection from a manual spam or block unwanted comments from users. You can add not only the certain IP addresses but also a separate subnet to your personal blacklist.
    Blocking users by country
    Automatically block comments and registrations from the countries you have set a ban for. This option is useful in cases of manual spam protection and for protection enhancement. If your site is not intended for an international audience and you do not expect comments/users from other countries.
    Blocking comments by "stop words"
    You can block comments which contain "stop words" to enhance spam filtering and messages with obscene words blocking. You can add particular words or phrases.
    SpamFireWall
    CleanTalk has an advanced option "SpamFireWall". This option allows blocking the most active spambots before they get access to your website. It prevents spambots from loading website pages so your web server doesn't have to perform all scripts on these pages. Also, it prevents scanning of pages of the website by spambots. Therefore SpamFireWall significantly reduces the load on your web server. SpamFireWall also makes CleanTalk the two-step protection from spambots. SpamFireWall is the first step and it blocks the most active spambots. CleanTalk Anti-Spam is the second step and checks all other requests on the website at the moment of submitting comments/registers etc.
    How SpamFireWall works?
    The visitor enters to your website. HTTP request data are being checked in the nearly 5.8 million of the identified spambot IPs. If it is an active spambot, the bot gets a blank page, if it is a visitor then he receives a normal page. This process is completely transparent for the visitors. All the CleanTalk SpamFireWall activity is being logged in the process of filtering. Private blacklist for SpamFireWall
    It allows you to add individual IP addresses and subnets to SpamFireWall. It blocks the attacks from IP addresses which are not included in the SFW base yet. This option can help to block HTTP/HTTPS DDoS, SQL, brute force attacks and any others that made it through the HTTP/HTTPS. You can add not only the certain IP addresses but also a separate subnet to your personal blacklist.
    The CleanTalk is premium anti-spam for IPS4, please look at the pricing. We try to provide the service at the highest level and we can not afford to offer a free version of our service, as this will immediately affect the quality of providing anti-spam protection. Paying for a year of service, you save a lot more and get:
    100% protection against spambots Time and resources saving More registrations/comments/visitors Protect several websites at once at different CMS Easy to install and use Traffic acquisition and user loyalty 24/7 technical support Clear statistics No captcha, puzzles, etc. Free mobile app Also, you can use CleanTalk app for iPhone/iPad to control anti-spam service on website or control comments, signups, contacts, and orders.
    1. Download the latest version of the CleanTalk Anti-Spam hook.
    2. Place the downloaded xml-file in the folder "<IPS4-root-folder>/plugins".
    3. Go to "System —> Plugins" and press the button "Install New Plugin".
    4. Choose the CleanTalk xml-file from "<IPS4-root-folder>/plugins" and press the button "Install".
    5. During the installation 3 files will be downloaded to "<IPS4-root-folder>/uploads":
    https://github.com/CleanTalk/ips4-antispam/blob/master/general/cleantalk-sfw.class.php
    https://github.com/CleanTalk/ips4-antispam/blob/master/general/cleantalk.class.php
    https://github.com/CleanTalk/ips4-antispam/blob/master/general/sfw_die_page.html

    If it didn't happen for some reasons, download them manually and put them in the folder "uploads". Create this folder if it does not exist.
    6. Click the pencil symbol opposite the "CleanTalk Spam protect" line.
    7. Copy the access key from your CleanTalk Control Panel and paste it in the field "Access key", turn the plugin's options on and press the button "Save".
    Do a test registration using the blacklisted e-mail stop_email@example.com.
    Please go to Dashboard to see the anti-spam status, add new websites or manage existing ones!
    Please check your email to get the account password.

    The hook is a client application for cloud anti-spam service CleanTalk.org, which are daily protects 5k websites from spambots. Also, you can use CleanTalk app for iPhone/iPad to control anti-spam service on website or control posts and signups on the board.
       
    How can I test anti-spam protection?
    Please use email stop_email@example.com to test anti-spam for signups. 
     
    Should I use another antispam hook?
    Use other antispam hooks not necessarily, because CleanTalk stops up to 100% of spambots. In some cases, several anti-spam hooks can conflict, so it will be better to use just one plugin.
     
    Troubleshooting Guide
    Anti-spam by CleanTalk support forum
    If you're having trouble getting things to work after installing the hook, here are a few things to check:
    If you haven't yet, please upgrade hook to the latest version. If you have error '*** Forbidden. Enable JavaScript. Anti-spam service cleantalk.org. ***' please check JavaScript support in your browser and do JavaScript test at this page Check out JavaScript support. If you have spam signups or posts please check the Access key at hook settings. The key should be same as you can find in service Control panel. Additional features
    Online, daily and weekly anti-spam reports traffic VS spam. Apps for iPhone, Android to control anti-spam service, comments, signups, contacts. With traffic and spam statistics for last 7 days. Anti-spam apps for most popular CMS on cleantalk.org.
    What's New in Version 1.9.5
    Add update system Rework spam check users system Increase JS protection Bug fixes and other minor improvements

    3 downloads

    0 comments

    Submitted

  11. Free

    Latest Updated Files

    This plugin (hook) will add a new block on Downloads portal, below Most Downloaded files, to list the latest updated files.
    Requirement For Latest Updated Files:
    Downloads application

    2 downloads

    0 comments

    Submitted

  12. Free

    Auto Follow Club

    This plugin will make the member who joins the club to follow it automatically. The follow will be removed when the member leave the club.

    4 downloads

    0 comments

    Submitted

  13. Free

    New Content Type Default to Topics

    New Content Type Default to Topics
    The plugin sets the TOPICs as the default filter for searching NEW CONTENT.

    1 download

    0 comments

    Submitted

  14. Free

    Bann Hammer

    This sends returning banned members to url of your choosing.

    7 downloads

    0 comments

    Submitted

  15. Free

    Instagram Login Handler for IPS

    This app allows your members to login using their Instagram account.
    Updated for IPS 4.3 https://github.com/Recouse/IPS-Instagram-Login-Handler

    7 downloads

    0 comments

    Submitted

  16. Free

    Pages SuperGrid

    Pages SuperGrid is a set of Pages templates and a complete solution to make your Pages databases (with articles, directories and so on) appealing and engaging. 
    SuperGrid is one of the most popular files in the Applications & Plugins category on the IPS Marketplace. 
     
    What’s needed: 
    IPS 4.2 or 4.3 in its most recent version with the Pages application  
    A pages databases that uses the stock Record Image field and has images with a sufficient resolution uploaded through that field. 
    (Technically, the templates also work without images, but it’s an image-centered design and works best when most or all records have images.)
    Which templates are included:
    A beautiful grid-based Front Page template with two records featured at the top — for when your database is set to article mode.
    A beautiful grid-based Listing template replacing the dull forum listing design — for when you open a category or have a database without categories.
    A unique Record View template with a large header image — for when you open a specific record.
    A category listing template – in case you use more than one category. 
    Note: You can use the templates for any number of databases, but the settings will always apply to all SuperGrid templates. 
    Bonus Feature: 
    Block template! Create blocks anywhere on your site – pointing to your database – and make them as beautiful as the database itself. 
    Detailed Feature Description and Notes:
    Pages SuperGrid is built with the IPS design framework and is therefore fully responsive and compatible to most well-coded/well-designed themes. The styling of your theme(s) is inherited and the Pages SuperGrid templates will usually work out of the box. 
    The template is designed to work on single-column pages with or without a sidebar. The grid will automatically adopt to the available width and collapse on smaller devices. 
    The content field is not shown in the grid-based listing templates and all images will be scaled and cropped (without distortion) to the same size to allow a consistent look. 
    The templates come with lots of options you can easily adjust within the template. Front Page/Listing Template: 
    Show author/category/date: Yes/No
    Alignment author/category/date
    Show comments/views/ratings/likes: Yes/No
    Alignment comments/views/ratings/likes
    Show record owner’s avatar: Yes/no
    Alignment record owner’s avatar
    Title alignment
    Image Aspect Ratio
    Use thumbnail or full-size images
    Turn images into record link: Yes/No
    Assign fallback image for records without an image
    Show “featured record” badge for featured records: Yes/No
    Pick badge style for featured records 
    Show “pinned record” badge for pinned records: Yes/No
    Pick badge style for pinned records 
    support for category images using the Pages Category Images plugin
    Record View Template:
    Image Aspect Ratio
    Pick Avatar size from 7 options
    Turn header image on or off
    Show “featured record” badge for featured records: Yes/No
    Pick badge style for featured records 
    Show “pinned record” badge for pinned records: Yes/No
    Pick badge style for pinned records 
    Block Template:
    Show or hide block title
    Shuffle entries
    Randomize shuffled entries

    6 downloads

    0 comments

    Submitted

  17. Free

    Spirit - Power by IPS Pages

    Turn Your Homepage into a Beautiful Landing Page
    Spirit -a custom landing page template built with CMS (Pages) and runs on Bootstrap & IPS framework to make your homepage look beautiful.
    Settings
    You don’t just get a custom landing page template, you’ll get settings that will change the Bootstrap & IPS framework into your own. It’s your forum homepage, make it yours!
    Appearance Header Body color Link & hover Jumbotron background Widget color Footer background Footer color Google Font Who Can See? (Jumbotron) Enable Jumbotron Background Source Background Font Enable Header Image Source Description Title Navigation Enable sticky navigation Sign in button class (you can use IPS buttons or Bootstrap buttons) Hide Navbar Items Widget Block Keys Fluid Content Block Guest Side View Sidebar Guest Column # Right Middle Left Member Side View Sidebar Member Column # Left Middle Right Advanced Layout Container (in %) Custom CSS REQUIREMENT
    Pages Documentation
    Spirit
    Need some help setting it up? Don't worry, we got that cover for you. Go here to see all the articles for setting up Spirit and configuring the settings to fit your community.
    The articles didn't help that much? If they didn't, watch this video below so you can start setting up Spirit.
    Bootstrap
    Click the link here to get started on learning on how to input components, layout, content, and much more.
    Making Pages your default app
    Go here (from IPS) to see the article on making Pages the default app.
    If you need help with this, please email us at admin@themetree.net and we will get back to you as soon as possible.
    Tired of messing with code inside your block editor?
    There's a solution to this. It's called "Pre-Made Spirit Blocks Package". This package will enhance your homepage by getting some components from Bootstrap and custom ones from ThemeTree.
    It's fast from not hassling with code and simple to configure!
    Live Demo w/ Test Account
    Go here to see the demo of Spirit.
    Login Details:
    Display Name: TestAccount123
    Password: testyaccount123
    What's New in Version 1.0.2.2
    Plugin
    Added 'Fluid Content Block' setting in the 'Blocks' tab.
    Spirit
    Note: Download the XML file called "spirit_landing_page_templates" to get the latest changes.

    6 downloads

    0 comments

    Submitted

  18. Free

    (NE) Mention list enhancements

    (NE) Mention list enhancements 1.0.0
    Plugin which enhances the information available in the list of names generated when using @mention functionality
    Option to show account's online status. Option to show icons showing the account's notification settings for "Someone mentions me in a post" i.e. email & inline includes ability to manage the icons for enabled/disabled status of those settings (uses Font-Awesome) Option to show name of account's primary group. includes ability to show group as plain text or as formatted in group settings. Ability to exclude certain groups from the list, as well as exclude banned and validating accounts. Compatible with IPS 4.1 (tested with 4.1.19.4), IPS 4.2 and IPS 4.3 Plugin hooks in to the core->global->editor->mentionrow template This plugin does not provide the ability to mention a group. If you require that functionality, then this plugin is more suitable.  

    9 downloads

    0 comments

    Submitted

  19. Free

    New Members Defaults

    This plugin will enable 5 features that appears disabled when a new user creates the account:
    Status Update Recent Profile Visitors block Pop-up when the user receives a new message View signatures? Automatically follow content/comments Removed STATUS UPDATES option as it is a new setting on IPS 4.3.

    8 downloads

    0 comments

    Submitted

  20. Free

    (BIM43) Hide Link And Code

    This plugin will hide links, code, images in forum posts automatically. Members can use REACTIONS or REPLY to see the hidden content.
    Features:
    Select content to hide: images, external links, code, [hide] tag, attachments Option to specify groups can bypass the hidden content. REACTIONS or Reply to see the hidden content. Supports Clubs. If you use IPS 4.1.x, download 1.0.x versions. If you use IPS 4.2.x, download 2.0.x versions. (Click the "Change logs" button to select versions to download)

    11 downloads

    0 comments

    Submitted

  21. Free

    htaccess for IPS Forums

    This is a custom .htaccess to use on the IPS Community Suite Forums. It helps to improve your forums Google Page Speed and YSlow scores.
    The top segment is the same .htaccess that is generated by the IPS Forum software. This segment is Invision Power Services code and I do not claim it as my own. All rights and credit for this segment of the .htaccess are Invision Power Services.
    The bottom segment is based upon research of several websites and the references listed below. Please be careful when using this file because the contents may be incompatible with your server setup. Preventative measures have been taken to ensure that it should be safe to use in any Apache based environment.
    Google recommends a minimum of one week: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
    GTmetrix recommends a minimum of one month: https://gtmetrix.com/leverage-browser-caching.html
     
    Added the "map" part that IPS generates into the .htaccess file - 404 section. Included htaccess.txt Included changelog.txt Included Readme.txt

    15 downloads

    0 comments

    Submitted

  22. Free

    Average Content Per Day on Ips forum Profile

    Average Content Per Day on Profile 2.0.1
    Simple plugin that calculates the Average Number of Content that the user has created per day since they joined your community.
    Features:
    Custom language string for "Avg. Content Per Day" Template editable under "Themes" Follows IPS structure and style guide for head items Round Settings. Round to whole numbers, 1 or 2 decimal point values. Dev files included for those who want to extend this functionality Fix to error if user doesn't have any content
    Ability to choose decimal point location (none, 1 or 2)
    Dev files included for those having issues or wanting to extend this plugin

    8 downloads

    0 comments

    Submitted

  23. Free

    Redirect on Logout 3

    Redirect your users elsewhere (your portal/site, for instance) when they logout from your board.
    Set the URL where they'll be redirected via a setting in ACP.
    Version 3 is EXCLUSIVELY for use with 4.3.x
    4.3 Installation
    Uninstall the old 2.0 plugin, install this new 3.0 plugin. Configure URL in plugin settings.

    3 downloads

    0 comments

    Submitted

  24. Free

    Disallow Attachments on Gallery Descriptions

    Disallow Attachments on Gallery Descriptions
    This plugin prevents users from uploading attachments to the Album and Image description fields.
    Compatible with IPS 4.3 only

    2 downloads

    0 comments

    Submitted

  25. Free

    (MIX) No Require Full Address

    (MIX) No Require Full Address Ips Plugin 4.2 and 4.3 
    The simplest plugin for disabling control is the mandatory filling of ALL address fields in the appropriate settings and sections.
    Supports work with versions IPS 4.2.x and 4.3
    What's New in Version 1.0.1
    Added check for updates of new versions

    6 downloads

    0 comments

    Submitted




×
×
  • Create New...