Technical Problems
Run into an issue and need help from the Invision Community Team?
Please remember that all topics are public so never share any sensitive information such as passwords, email addresses, API keys, etc.
If you are a self-hosted license holder, please go to client area and enter your access information so our staff can login to your AdminCP to diagnose problems. If you are on the Invision Community platform, we do not need any extra information.
Have you taken a look at our help guides? 📚 These guides cover a lot of common configuration options as well as how to set up a lot of external services such as Zapier.
Subforums
Classic self-hosted technical help
- 33.4k posts
- 9 followers
Problems related to your server or other classic, self-hosted edition issues.
23,005 topics in this forum
-
- 2 replies
- 400 views
Hello, guys! Could anyone (maybe IPS) help with BB codes prevention? I want to post some content which said to press the "B" button. Our content managers like to put "[" and "]" around "b". But it transforms into nothing and makes all next text bold. Same for "s" (stroke, yep) and "i" (italic). I tried to use HTML-editor and wrote [s] But unfortunately, it transforms into [ and ] and then stroke again! Any ideas (without hooks, obviously)?
Last reply by Numbered, -
- 0 replies
- 267 views
Is there anyway to have hidden lock times on a thread? Also, while I'm here is there any way to have all posts in a certain thread hidden (from all members including admin) until a specific time? Hope that makes sense. Thanks for any help in advance
Last reply by P2E Gaming, -
- 1 follower
- 10 replies
- 477 views
I am using img src as the value in checkbox value field, as i want to display image than text ... and i am even using $vlaue|raw but still it would print html code than image... please see screenshot below how to get image instead ....
Last reply by iJeff, -
- 1 reply
- 301 views
Hi, i just fixed my problem with the "wrong redirect url" in the oauth configuration. Now when i try to test the login i m always getting following error message: {"error":"invalid_client"}invalid_client Any one knows a fix for that? :x
Last reply by Tim Schmidt, -
- 1 follower
- 4 replies
- 314 views
Hello, When you have implemented SSO through a third party login service and the user logout from the SSO system, the session in Invision keeps alive. So the user is still logged in Invision and it could be a security problem for us in some scenarios. Is there any way (through API call or configuration in invision's control panel) to close the invision's session or to sync the SSO session with the Invision session? Thank you
Last reply by Isabella Eistetter, -
- 1 follower
- 4 replies
- 271 views
Here is the output: Services: Shared Hosting,VPS Hosting,Dedicated Hosting,Email Hosting,Domain Registration Is there a way to add space between each of them?
Last reply by iJeff, -
- 1 follower
- 2 replies
- 255 views
Pages URL field does not use rel=nofollow, is there a way to enable it?
Last reply by iJeff, -
- 1 reply
- 255 views
In \applications\musicbox\modules\front\musicbox\index.php I want to change the default vale from 30 to say 100 How can I do as a CIC user
Last reply by Nathan Explosion, -
- 1 follower
- 3 replies
- 433 views
Hello, there is option that let me define the forum sidebar position for Mobile? I want to set it on below of header and not after content body .
Last reply by jackflash, -
- 1 follower
- 2 replies
- 326 views
4.3: change member group for $ Is there an app aside from commerce, which allows a member to pay a fee that would move them to a different member group? I'm using commerce on two other sites, but I don't need all of those features.
Last reply by jair101, -
- 1 follower
- 3 replies
- 246 views
Hi all, bit of a weird situation here. I have a Custom Block based on the "Images Feed" from gallery. The code for this is: {expression="\IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('front_browse.js', 'gallery'))"} {{if !empty( $images )}} <div class='ipsBox'> <h2 class='ipsType_sectionTitle ipsType_reset'>{lang="new_images"}</h2> <div data-ipsPhotoLayout data-ipsPhotoLayout-itemTemplate='gallery.patchwork.indexItem' data-ipsPhotoLayout-maxRows='3' class='ipsPad ipsClearfix cGalleryPatchwork_index'> <ul class='ipsList_inline'> {{foreach $images as $image}} …
Last reply by AlexWright, -
- 2 replies
- 320 views
Hi guys, it might be to late for my braind as I just can't figure out what seems to be rather easy in my head.. I got a database (e.g. Marketplace) - 2 fields, numbers input only, without decimal (e.g. Quantity, Price per Unit) and want to display the TOTAL of both fields in Display template. (Quantity * Price)... I am missing a part here: {{ {$record->customFieldDisplayByKey('quantity', 'raw')} * {$record->customFieldDisplayByKey('price', 'raw')} }} echo (); is not really best practice if I can tell from Help Guides - But now I am confused.. 😞 Can someone help me here, please? PS: I assume field values (despite being "numbers…
Last reply by LukasGr., -
- 4 replies
- 329 views
HardCoded? In ACP-Storage Settings sets as .../.../uploads, but saved in uploads/emoticons/ and uploads/reactions/ If create new Storage methods with uploades/emot and uploads/react, save in uploads/emot/emoticons and uploads/react/reactions.
Last reply by bfarber, -
- 1 follower
- 2 replies
- 317 views
Im trying to code a block, I get 2 options HTML and PHP. I want to use both HTML and PHP in a block. Is there a plugin that allows me to do this? I keep getting end of file errors etc, Ive tried to use PHP in the HTML block properly tagged, Ive also tried to use EOF in PHP blocks properly tagged. Anyone have any recommendations ? When my script is used outside of the IPB4 board, There is no issues.
Last reply by bfarber, -
- 3 followers
- 35 replies
- 1.9k views
After purchasing and using his Topic ThumbnaiIs plug-in, I paid @onlyME to create something similar for Pages records as a custom project. I'm posting here, not only to praise his excellent work (and this patience during my testing) but to show the results, and see if there is enough interest to convince him to package it as a plug-in for the Marketplace also... I certainly think there might be. First, a snapshot of what the end results looks like in the typical record list underneath a Category:.. Much more interesting and engaging than a text-based list of records, IMO. Those are the default 60x60 thumbnails, but you can specify other sizes. You can chan…
Last reply by Ramsesx, -
- 1 follower
- 6 replies
- 260 views
My username on my forum is two letters. People have not been able to use me as a referral or tag me because I'm guessing it takes 3 characters to bring up names? Is it possible to change that?
Last reply by Meddysong, -
- 1 reply
- 254 views
Hello, We see in the docs that there are API endpoints for clubs https://invisioncommunity.com/developers/rest-api?endpoint=core/clubs/GETindex But in the control panel's endpoint permissions option we don´t see anything about clubs. Also if we try a GET over the "core/clubs" endpoint, a "INVALID_CONTROLLER" message is returned. Is there any configuration we are missing? Thank you
Last reply by Daniel F, -
- 5 replies
- 268 views
Hey, all! Is it possible to add moderators to certain forums? For instance, I'd like to have the global moderators, but also the ability to add moderators that only have those permissions in certain areas. Thank you!
Last reply by gabs007, -
- 1 follower
- 0 replies
- 198 views
@media screen and (max-width: 979px){ [data-action="defaultStream"] { display:none } Try to hide the defaultstream button, mobile version, but I can´t, someone can share the tip?
Last reply by kmk, -
- 1 follower
- 4 replies
- 312 views
I created a subforum but now want it to be it's own forum. How do I do this? Thanks!
Last reply by kmk, -
- 1 follower
- 2 replies
- 252 views
Some resources or css tutorials for this matter?
Last reply by kmk, -
- 2 followers
- 5 replies
- 230 views
I use a couple of record feeds on the front page of my site to provide the latest articles from a couple of databases. Unfortunately, pinned records aren't showing at the top. I've looked into various database templates and can't see that there's any specific code telling the system to output pinned or featured records first as rows and then work through the rest. The system seems to know it's got to do this without the template telling it to. This isn't the case with the record feed and I haven't seen a setting asking it to acknowledge that pinned will come first. I suppose there's no need; that's really not what a feed is used for. Clearly I need to edit …
Last reply by opentype, -
- 2 followers
- 2 replies
- 526 views
Hello, please can anyone share how I can buy a theme in themeforest, ok maybe this step not necessary because I can do it, but I mean after have the theme files, which steps I have to take go on, how can I use it in my Pages app.
Last reply by jcdesign, -
- 1 follower
- 1 reply
- 270 views
Hello, I am modifying the template for the Staff Directory, and I am attempting to replace the rank/title with the group name the user is assigned to. I have replaced the following code: <p class='ipsType_reset ipsType_normal ipsType_light'> {{if \IPS\Member::loggedIn()->language()->checkKeyExists( "core_staff_directory_title_" . $user->id )}} {lang="core_staff_directory_title_{$user->id}" escape="true"} {{else}} {{if $user->member()->member_title}} {$user->member()->member_title} {{elseif $user->member()->rank['title']}} {$user->member()->rank['title']} {{endif}} {{endif}}…
Last reply by newbie LAC, -
- 7 followers
- 43 replies
- 3.5k views
We just upgraded our site to version 4.3.3 of the forum software, after which uploads larger than a certain point are no longer possible. I'm trying to upload a file into the Downloads module of about 150MB. It's a 7zip file, which we've uploaded plenty of times in the past without issue. The category for the downloads that I'm trying to put the file into has a limit of 512MB set in the permissions. PHP has the upload_max_filesize value set to 2048MB, and the post_max_size value set to 2048MB, so it shouldn't be a server error of any sort. Permissions on the Uploads and Downloads folders in the package are set to 777 as recommended, and I can even see that the forum …
Last reply by SJ77,