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
Problems related to your server or other classic, self-hosted edition issues.
22,926 topics in this forum
-
- 1 follower
- 4 replies
- 302 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
- 261 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
- 242 views
Pages URL field does not use rel=nofollow, is there a way to enable it?
Last reply by iJeff, -
- 1 reply
- 247 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
- 421 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
- 317 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
- 240 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
- 305 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
- 322 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
- 311 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.8k 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
- 252 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
- 241 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
- 259 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
- 187 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
- 299 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
- 245 views
Some resources or css tutorials for this matter?
Last reply by kmk, -
- 2 followers
- 5 replies
- 223 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, -
- 3 followers
- 2 replies
- 518 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
- 260 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.4k 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, -
- 2 followers
- 3 replies
- 258 views
Is there a code I can place in the Topic Format box of a custom upload field so the field functions the same as the default Record Image field for the image to show as the post cover photo? I basically need to change the Record image field to required and change the name and description but can't do this with the default record image field.
Last reply by opentype, -
- 2 replies
- 251 views
So about two years ago I recall importing about 300 records to a database via a spreadsheet. Don't recall how. Don't see options via IP Admin side? Maybe did it via phpMyAdmin.... but don't have a clue as to how I did it. lol. thanks!
Last reply by Maksim, -
- 1 reply
- 289 views
Im looking for a add on for this function as a way to offer a quick exploration way for my members. It have to have groups settings, like permissions The concept is that simply by watching that slider see in a few second seconds the activities and topics of greatest interest for them (that's why the importance of being able to choose a slider for each group of members) Lets say: a guest enters my site. I would like him to see a large slider, very aesthetic, with some interesting links like "join us!", "outstanding topics", "activities", "testimonials", and so on
Last reply by Admin@Stonerhaven.com, -
- 2 followers
- 13 replies
- 461 views
I'm desperate for some help. For the life of me, I can't get Amazon s3 to connect with my site. I get error 403. I looked it up and the error has to do with the access key. I copied and pasted the keys so I don't know what is going. I watched the video from the guides, that is tuff to follow since Amazon seems to have changed things around a bit.
Last reply by AlexWright,