IPS Community Help/Support And Tutorials
Need Help for IPS Community Forum? Share or get download file support, Tutorials and general help for IPS.
Please Note!
This Section is only for IPS Community Suite Support and tutorials. Please do not create any unwanted topic here.
60 topics in this forum
-
- 1 reply
- 1.2k views
Twitter You can allow your members to sign in to your website using their twitter account. In order to do this however, you first need to create an API key. Creating the twitter application First you need to go to the following URL and sign in using your twitter account. https://apps.twitter.com/ From here you will then need to select the "Create New App" button Once selected, you will be prompted to fill in the details for your site. Fill these in similar to the below, replacing the details I have entered with the details relevant …
Last reply by VIPER I XXX, -
-
- 0 replies
- 1.2k views
Microsoft You can allows users to sign in on your community with their Microsoft account. This is a great way to make it easier for users to get started on your community and increase the number of signups, especially if the subject of your community means your users are likely to have Microsoft accounts. This guide covers everything you need to know to set up this integration. Warning Using Microsoft login requires your community to use a https URL. For assistance setting this up, contact your hosting provider or system administrator. Step One: Create a Microsoft App Go to h…
Last reply by Waqas Dar, -
- 0 replies
- 1.1k views
Google+ You can allow your members to sign in to your website using their google+ account. In order to do this however, you first need to create an API key. First you need to go to the following URL and sign in using your google account. https://console.developers.google.com/project Once signed in you will need to create a new project using the button provided in the top left You will then be asked to enter a project name. This is not something that is important to the code, it simply gives it a recognisable name and ID. I would suggest simply using your site name here. …
Last reply by ADMIN, -
- 0 replies
- 1.3k views
Facebook You can allows users to sign in on your community with their Facebook account. This is a great way to make it easier for users to get started on your community and increase the number of signups. In addition, users who sign in with Facebook can have their profile photo automatically synced with Facebook and can even import their status updates and allow them to automatically share content they post on your community to Facebook. This guide covers everything you need to know to set up this integration. Tip If you enable either the "Allow Status Imports?" or "Users can share immediately wh…
Last reply by ADMIN, -
- 2 replies
- 2.1k views
HOW TO REMOVE THE COPYRIGHT OF ANYTHEME Step one(1): Go to ACP > Customization > Theme Download theme that have Copyright Step two(2):Download sublimetext Step Three(3): Open Sublimetest > Click on Open file > Choose XML FILE Step four(4): Press on [ CTRL + F ] Step five(5): Copy (Copyright) Like ( Powered by Invision Community) and you will find code See Demo \/\/\/ Step six(6): Remove The Copyright Code and Click Save = (Ctrl + S) or Click on File > Save Step Seven(7): Upload Your theme without Copyright Has got removed copyright from your theme
Last reply by MrAbdoO, -
- 3 replies
- 1.2k views
hello i am new to ips community back from xenforo and dont know how to make resouce download by url. when i open download it give me upload file can i make jsut with link only. i have that file in mega and give link only. thank in advance
Last reply by Waqas Dar, -
- 7 replies
- 1.3k views
Goto AdminCP> Themes >EDIT HTML/CSS And then search for custom.css in CSS Tab And add the below line /** * This is the Removation of copyright of chatbox */ div#cbCopyright { display: none !important; } Pretty Easy na?
Last reply by VIPER I XXX, -
- 4 replies
- 1.1k views
Hi how are you? I have a problem with my site the space to write text in Contact Site Guidelines privacy policy Registration conditions Has disappeared Help me please IPS 4.4.2
Last reply by Yukki, -
- 2 replies
- 1.3k views
Hello, I have a problem with reCAPTCHA this error pops up for me: Information for the site owner - we have detected ERROR: invalid site key what to do ?? Thanks in advance for your help
Last reply by TWD, -
- 3 replies
- 1.1k views
Hello guys, I have add this plugin but when I save the sidebar and I reload the page then is the setting removed and the sidebar not showing. What can I make
Last reply by Waqas Dar, -
- 3 replies
- 1.6k views
Release Notes Tutorial So after following a guide from IPS located here and some people wanted to re-create it i found out i did it myself and sharing the work here to simplify things for others. Let's get started! Pre - Download the files from the download section below 1) Import the Database AdminCP > Pages > Database > Create New >Upload Templates > Release_Notes_DB.xml For Permissions, EVERYONE can SEE Database and VIEW Records. (Else you can't see the release) For those that are to ADD and EDIT releases give permission "Add Record" "Edit Records" Comments, reviews and rate are turned off so this does not matter 2) Per…
Last reply by Waqas Dar, -
- 7 replies
- 1.3k views
Its pretty easy buddies! Goto AdminCP >Themes >EDIT HTML/CSS and search for custom.css in CSS Tab And add the below line of code /** * This is the Removation of Upgrade & License Key Notification */ #acpNewVersion, #elLicenseKey { display: none; } Wasn't that easy brother? yeah
Last reply by Waqas Dar, -
- 0 replies
- 858 views
Recently, Nulled Communities has been removing the IPS Copyright from the nulled releases. So that their members and guests don't assume that they are using a nulled version. well its pretty simple! Goto AdminCP > Themes > EDIT HTML/CSS and in globalTemplate add the following codes> <span id="elCopyright_userLine"><a href="https://www.invisioncommunity.com/">Powered by Invision Community</a></span> After this> add {template="footer" app="core" group="global" params=""} And you are done! Enjoy
Last reply by Yukki, -
- 1 reply
- 889 views
This is really cool to just add some copyrights inside the footer with a little snow falling or anything else in background HTML > Add this to footer which you can find in globalTemplate mostly <footer id="sticky">© Footer Works, LLC - 2016</footer> Add The CSS Now> In custom.css body { margin:0; /*gets rid of white space around body*/ height:200vh; background:url("https://www.website/Image/Snow411.gif") no-repeat center / contain; background-color:#eee; position:relative; /*REQUIRED Sets up positioning for your footer*/ } #sticky { width:100%; padding:10px; padding-bottom:10px; background:black; color…
Last reply by Waqas Dar, -
- 3 replies
- 1.5k views
Make your logo move side to side when mouse over, its actually buzzz effect Goto Personalization -> Styles -> Your Style -> Click on </>, then click Templates and in the search bar, search for the logo. Change: Replace this line below <a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a> With below line <a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}' class="brand buzz-out" ></a> Now goto your css tab > open the custom.css and insert the below line of cod…
Last reply by Waqas Dar, -
- 0 replies
- 890 views
HELLO EVERYONE I WILL BE SHARING TWO TYPES OF SCROLLBARS WITH YOU NOW LET'S GET STARTED EFFECT 1 (Normal) Login usually in your ACP; Select the theme you want to add it; Click "Edit HTML and CSS"; In the "CSS" tab, add it in "custom.css" ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 1px; border-radius: 1px; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 1px; border-radius: 1px; background: rgba(114,114,114,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inac…
Last reply by Yukki, -
- 3 replies
- 1.1k views
So here i am with great new tutorial for you! get started> Goto AdminCP > Themes > EDIT HTML/CSS and search for custom.css in CSS Tab And add the below line of code /** * Chatbox Mention Color */ .ipsApp .ipsDataItem_new, .ipsApp .ipsDataItem_success { background-color: #336fe8; } you can change the color > background-color: #hexcolor; Enjoy the tuto!
Last reply by Waqas Dar, -
- 1 reply
- 839 views
So here we go > Goto AdminCP> Themes> EDIT HTML/CSS And search for custom.css in CSS Tab And add the below line /** * This is reCAPTCHA Removation */ .cDashboard_bulletin { display: none; } This one is easy peezy!
Last reply by Waqas Dar, -
- 0 replies
- 1.5k views
Hello dear users, not everyone know exactly how to create even a basic application in IPS 4x because of fact, that there is no HOW TO on Developers page yet. Most of 3x Developers have checked every each of Dev docs to create their own apps, i miss this "START HERE:" tutorial too so i'm about to tell all of You how to create Hello World app, i will be explaining every each of steps so there is no "why this isn't working? what i'm doing wrong?" but let me inform you that i am NOT a pro coder and I can explain some things wrong but i try my best. So, let's begin.. STEP 1: Enabling Developer mode I'm recommending creating own apps on forums located on localhost b…
Last reply by Waqas Dar, -
- 9 replies
- 3.4k views
Admin Posting Movies but author name not showing Colours how to set colours plz help me
Last reply by Waqas Dar, -
- 6 replies
- 1.4k views
how to, add magnetic link on editor plz help me
Last reply by Waqas Dar, -
- 1 reply
- 1.2k views
Invision Power Board had already implemented the code into their system but somewhere along the lines the code got broken and before long you needed a plugin to fix it. This fix however is really simple and doesnt require any plugins, it fixes the userlink formatting pretty much all over the website. Step 1: Go to the theme you want to implement the fix to, and select the HTML Template "userLink" its found under core > front > global Step 2: Replace the entire code in "userLink" with the following below {{if $member->member_id AND \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members' ) ) }}&…
Last reply by telugumv, -
- 5 replies
- 1.3k views
Hello If it becomes a tutorials we do Trophies and Medals Just when the member comes forward, it sends award him right away without a photo, It's more like setting the foto first and then sending it award.
Last reply by Waqas Dar, -
- 2 replies
- 1.3k views
hi iam uploading chatbox application any application iam uploading but my ips version 4.1.12.3 uploading error showing. 6 not uploading any one plz tel me how to solve this problem
Last reply by telugumv, -
- 1 reply
- 1.2k views
How to add this rank (progressbar animated)?
Last reply by Waqas Dar, -
- 1 reply
- 1.1k views
I have a Website template I purchased, and I am trying to convert the login/register process. The login was made for ips 3.4 and i am trying to covert it to 4.X login. Tried looking through all the php files, tried to google it, and tried using the sso plugin nothing worked. It calls these files which i have no idea where to redirect them in ips 4.X or what they are suppose to do. require_once(IPS_ROOT_PATH."sources/base/ipsRegistry.php"); require_once(IPS_ROOT_PATH."sources/base/ipsController.php"); anyone know where the file are located in ips 4.x or there equivalents ?
Last reply by Waqas Dar, -
- 2 replies
- 1.2k views
Just freshly installed ips 4.21 nulled, signed in with admin account i created during install. I can access the moderatorCP but the AdminCP is locked ...how can I access it ? See pic included... thanks in advance. I am really new to this so feel free to dumb down your answer.....thanks
Last reply by Waqas Dar, -
- 3 replies
- 3.8k views
Just freshly installed ips 4.21 nulled, signed in with admin account i created during install. I can access the moderatorCP but the AdminCP is locked ...how can I access it ? See pic included... thanks in advance. I am really new to this so feel free to dumb down your answer.....thanks
Last reply by Waqas Dar, -
- 1 reply
- 1.1k views
is this a scam /click bait?
Last reply by Waqas Dar, -
- 0 replies
- 5.3k views
Wasn't too sure if this is the right section, but this is where I felt it was most appropriate from the forum titles I could see. I in no way claim to own this as I just found it on a small forum and thought others may find it useful. I have edited the Read Me below to contain more up to date and relevant information. Shiroyuki JavaScript IPB to Discord Bot. Summary: This is a JavaScript bot developed using Node.JS which connects to discord via the Eris library. This bot uses REST API to grab information like the latest threads, posts, and users from Invision Power Boards. This is only a basic bot and as such can only post latest threads, authors, and posts b…
Last reply by ADMIN,
-
Recently Browsing 0 members
- No registered users viewing this page.
