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.
- [4.7.19] Invalid value in QAPage?
- Last reply by Jim M,
22,915 topics in this forum
-
- 0 replies
- 302 views
Hello, Do you have idea how to disable CKEditor "Autolink" for custom url, example: http://google.com? I need clean url not: <a ipsnoembed="true" href="http://google.com" rel="external nofollow">http://google.com</a>Here is Autolink plugin code: CKEDITOR.plugins.add("ipsautolink", { init: function(a) { var e = this; a.on("key", function(c) { if (32 == c.data.keyCode || 37 == c.data.keyCode || 38 == c.data.keyCode || 39 == c.data.keyCode || 40 == c.data.keyCode || 13 == c.data.keyCode) { var d = a.getSelection().getRanges()[0].getCommonAncestor().getParent().$; "A" != d.tagName && ("PRE" !=…
Last reply by Starship, -
- 1 reply
- 273 views
I can't seem to add any images and i''m the admin!!! Where are all the settings for the gallery app in the admincp? This is all very confusing to me, I guess the vodkas and coke are not helping the matter!!! Thanks in advance,
Last reply by boro_boy, -
- 5 replies
- 297 views
How would I make a Pages page showing on the homepage instead the Forum-Page?
Last reply by JulieEEMarketing, -
- 1 follower
- 0 replies
- 267 views
Hi there, I'm a bit lost with the new IPS4 text parsing system I'm looking for a way to transform some text with the new IPS4 engine, for instance to get the BBCodes transformed into HTML, and emoticons into images. For instance, with IPB3.x, I was used to use something like that: $parser->set( array( 'parseArea' => 'global', 'memberData' => $memberData, 'parseBBCode' => true, 'parseHtml' => false, 'parseEmoticons' => true ) ); $myParsedText = $parser->display($myText); But now, I really don't know how to get the same result with IPS4. I found the Text Parser in IPS4: $myParsedText = \IPS\Text\Parser…
Last reply by LaCollision, -
- 1 follower
- 15 replies
- 433 views
currently only support these, is it possible to support others like C#, C++ etc?? '
Last reply by OctoDev, -
- 0 replies
- 300 views
For example in the gallery module, there are tags in the templates such as `<div data-ipsPhotoLayout data-ipsPhotoLayout-itemTemplate='gallery.patchwork.indexItem' data-ipsPhotoLayout-maxRows='3' class='ipsPad_half ipsClearfix cGalleryPatchwork_index'>` which in turn include JS to augment the contents with a JS template defined in `applications/gallery/dev/js/front/templates/ips.templates.browse.js` This starts with:- ips.templates.set('gallery.patchwork.indexItem', " \ {{#showThumb}}\ <span class='cGalleryPatchwork_item' style='width: {{dims.width}}px; height: {{dims.height}}px; margin: {{dims.margin}}px {{dims.marginRight}}px {{dims.margin}}px {{dims.margi…
Last reply by robert.schmuecker, -
- 1 follower
- 1 reply
- 278 views
I just noticed that urls have some accents, which gives weird urls, is that normal ? normally, é is converted to e Tx
Last reply by Durango, -
- 0 replies
- 274 views
When using custom listing formatting to display an image field....can anybody provide an example on how to display multiple image uploads?
Last reply by Scoobs, -
- 4 replies
- 597 views
I am trying to install a new board and haven't had success. Is it normal to have a completely empty config_global file?
Last reply by rbiss, -
- 2 followers
- 22 replies
- 723 views
We were able to change the header that says 'Forums' just above the categories, and I'm unable to find out where this can be changed. Did I miss something, any idea how to change this?
Last reply by Ricw, -
- 8 replies
- 308 views
How can I make this enabled by default? Idiotic to have this disabled at all.
Last reply by chilihead, -
- 0 replies
- 259 views
Is there any way to change the time format from the lesser used PM style into the ISO standard ZULU time? 24:00 format that is. I mannaged to change the date format in the calendar, but cant see anything about the time
Last reply by Christopher Bergsten, -
- 2 replies
- 296 views
Hello, I installedIPS 4.0 to test. So, I would like to migrate topics, posts, members... all data 3.4 to 4.0. What can I use to migrate it?
Last reply by chilihead, -
Hi guys! First of all, I am sorry to roll such a thread up again.(I know there is a huge discussion going on) In order to keep this post as short as possible i won't quote all the references i have found via search function. Avoding the whole SEO and funcionallity discussion - I just want keep the question simple: forum.site.com = Board site.com = Page In more detail: Is it possible to install IP.4 (the board and all other apps but Pages) to the "/forum" direction and make it fully accessable via a subdomain forums.site.com and have Pages working as homepage for the root site.com? How would an article in pages and a topic / post in the board look like URL-wise?
Last reply by The Jimmo, -
- 0 replies
- 271 views
I love that content like YouTube videos and such are automatically embedded in posts. HOWEVER, they do take up a lot of screen space, so is there any way to disable embedding for quotes?
Last reply by Vikestart, -
- 0 replies
- 286 views
Hello, Here I install on paypal like asking nexus, but at the time of payment I have this error. "There Was an error processing the payment. Please try a different payment method or contact us for assistance." Why we can do more as Advent with our email was much more simple. Thank you for your help.
Last reply by emeric73, -
- 5 replies
- 330 views
Hello everyone, have settings enabled for admin user groups so they should be able to see the Plugins options but it isn't there so I can't install any plugins not even on the main usergroup.I am also getting this error when I check I do a system check.Can you please try help me fix these errors.
Last reply by TheSonic, -
- 0 replies
- 265 views
Hello, we need to implement a feature, that certain user (groups) can generate a custom voucher code at a different database at a different server. Like that: Domain1.com (ips board) user logs in, see new link in his profile admin and clicks it. Domain2.com (other system with API) gets request, look if group is right (if (group == "2") and generates code and send it to the user via e-mail or displays it at domain1.com profile admin. Is something like that possible and if yes, where I can get information about the programming?
Last reply by Marek123, -
- 2 replies
- 302 views
Can someone tell me where the template is that controls the form output for the support fields in Nexus. I am trying to hack the template code so that a certain department does not show to a paid member. Just for a normal registration that did not pay for a plan. I simply want to have a "if then" statement that only allows that select box option to show for free members only. Any ideas? I have looked for hours and hours and even asked customer service, unfortunately IPS customer service does not know their own system enough to tell me. I bought Commerce/Nexus thinking it would do more than it did and until I got under the hood was I able to see it was not going to m…
Last reply by John 3:16, -
- 6 replies
- 518 views
Hi, Anyone here know how I can make a login API, that I can send GET Requests (username & password) then it outputs what rank the members are in, perhaps rank id (the numbers) so i can verify wether my members are vip or not, would be good for remote-auth that i can use on tools
Last reply by Smallxmac, -
- 0 replies
- 265 views
Has anyone connected ExpressionEngine 2.9.x and IPS together. When someone logs into EE it also logs them into IPS, that sort of thing?
Last reply by John 3:16, -
- 1 follower
- 19 replies
- 1.2k views
How do I move search bar to the header area? see attachment I ask this because I want to remove the entire nav bar (is this what it's called??) see second attachment The only thing on my nav bar is the FORUM, CALENDAR, and all the way to the right is the SEARCH bar. I want to remove that entire field This is the final result
Last reply by Bruce_man, -
- 0 replies
- 286 views
I don't know if this is also removed, but on ipb 3.4 you was able to do like some x amount of time setting.. so if the member posts again, it will just merge hes current post (reply) to prevent bumping.. is this removed or where can i find it ?
Last reply by OctoDev, -
- 0 replies
- 240 views
Is there a way to sync a photo album on IP.Gallery with photos posted to a Facebook page?
Last reply by RedZephon, -
- 2 followers
- 5 replies
- 313 views
Let first preface this post by saying that I'm very new to this software. I just bought 4.0 a couple weeks ago and I've been playing around with it to figure it out. One thing I really need a bit of guidance with is "how to style things". On the example link I have a basic "buy/sell" page with a few mock entries. With some basic CSS I changed the size of the labels and was able to change the width for the images but the height did not seem to respond...even with !important; added. https://www.markhamconnect.ca/buy-sell-trade/babies-kids-toys-clothing?page=1 I'm wondering if any of you could provide some guidance/tips on how to display the images properly and without …
Last reply by Scoobs,