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.6k posts
- 9 followers
Problems related to your server or other classic, self-hosted edition issues.
23,018 topics in this forum
-
- 1 follower
- 0 replies
- 243 views
I have a square ad that was uploaded 2x the size so that it is crisp when for retina displays i am trying to figure how to resize the width or height so that on display the image is scaled the proper size? this is the code that I use to list all the square ads vertically for the sidebar. $i = 0; foreach ( new \IPS\Patterns\ActiveRecordIterator( \IPS\Db::i()->select( '*', 'core_advertisements', 'ad_active=1 AND ad_location=\'fmf_square\'', 'rand()'), 'IPS\core\Advertisement' ) as $ad ) { $i++; echo $ad ; }
Last reply by Ocean West, -
- 0 replies
- 311 views
I get an error (EX0 Something went wrong. Please try again. )when the site looks for updates. Im using IPB4.0.12 Should I raise a ticket or is it an easy fix ???
Last reply by antr12, -
- 3 replies
- 535 views
Hello, I want to know how to change height of the field "Secondary Groups". I would like it to be higher to facilitate multiple selection. Thank's for your help,
Last reply by Greg W, -
- 4 replies
- 343 views
Yeah, still getting used to the new version. I tried the following code: /* !Hook Data - DO NOT REMOVE */ public static function hookData() { $test_var = 'a test value'; return array_merge_recursive( array ( 'profile' => array ( 0 => array ( 'selector' => '#elProfileInfoColumn > div.ipsAreaBackground_light.ipsPad', 'type' => 'add_inside_start', 'content' => '{template="test_template" group="plugins" location="front" app="test_app" params="$test_var"}', ), ), ), parent::hookData() ); } /* End Hook Data */Well, this gives me an error saying that the variable $test_var doesn't exist. So how can I achieve th…
Last reply by Adriano Faria, -
- 2 replies
- 247 views
whenever i attempt to optimize my database forum_posts always crash beyond recovery. I dont know why. This table consistently get crashed so is it something wrong with my mysqld setup?
Last reply by sasiko, -
- 5 replies
- 430 views
Hey guys, How do i make it so that avatars show up as 150x150 and so that they're square instead of circular? Thanks in advance!
Last reply by MADMAN32395, -
- 2 replies
- 307 views
I just received this little problem today using my phone. It keeps logging me out with the following Your IP address does not match this session been using the same phone for weeks on end.
Last reply by EmpireKicking, -
- 1 follower
- 14 replies
- 463 views
Hello, @Rikki gave me the following code that displays the raw value of a specific custom field in post bit: {{$fields = $comment->author()->profileFields();}} {$fields['core_pfieldgroups_<group_id>']['core_pfield_<field_id>']|raw}How do I do either of the following: 1) Display the formatted value of the field, instead of raw 2) Only display the code if the field value exists ? Thanks in advance
Last reply by Kirill N, -
- 1 follower
- 5 replies
- 399 views
www.churchofpop.net Thats my forum. How do i get online users to show at the bottom and status updates/recent threads on the side? Ive installed all the plugins but how do i get them to show? Thanks
Last reply by ChurchOfPop, -
- 1 follower
- 9 replies
- 552 views
The customary database recordRow templates collect all fields from that record and display them with: {{if count( $row->customFieldsForDisplay('listing') )}} <div class='ipsDataItem_meta'> {{foreach $row->customFieldsForDisplay('listing') as $fieldId => $fieldValue}} {{if $fieldValue}} {$fieldValue|raw} {{endif}} {{endforeach}} </div> {{endif}} I might, though, want to place different fields in different parts of the template, rather than have them all together. We see an example of this in the Release Notes, where the Current Release tag appears in one part of the template but the Security Release one s…
Last reply by Meddysong, -
- 1 follower
- 0 replies
- 240 views
I was amending a database template last night when I noticed an unexpected result on refreshing. All of the values for the name field below have custom formatting. But where the name Ian appears, the background colour for the ipsBadge no longer appeared: A check confirmed that the correct class (.ipsBadge_style12) was included in the HTML: And I confirmed that it was still included and was correctly written in the ACP's custom.css: But when I look at the custom.css file which is being downloaded, it's missing: I've tried editing its colour value and even creating a new style, but saving the changes isn't causing my custom.css file to be rebuilt. What do I nee…
Last reply by Meddysong, -
- 1 follower
- 4 replies
- 299 views
Just set up a new forum and successfully uploaded the plug ins...but theyre not working/showing? Why? Thanks in advance.
Last reply by Dll, -
- 1 reply
- 283 views
Can you still Feature Blogs in 4? I do not see a way to "feature" specific blogs -- only pin. Also, I tried selecting more than one blog in the Blog Entry Block, but it wont let me pick more than one. Authors has the same issue.
Last reply by Michael R, -
- 1 follower
- 4 replies
- 273 views
I'm having issues with my master and slave installations. They're at two different domains. I tried to connect them, but later on I disconnected them again - and now I've got the issue that my users are being redirected towards the slave installation when they try to login on the master installation. Can someone please help to fix this asap?
Last reply by Joel R, -
- 1 follower
- 2 replies
- 299 views
So I'm looking at potentially going live with a transfer from XF -> IPB3 -> IPS4 to get all my data across. After reading over https://community.invisionpower.com/4docs/getting-started/upgrading-from-3x-to-40-things-to-know-r136/ the question I have is whether I need to let the data do any rebuilding in IPB3 such as posts, threads etc. before attempting the upgrade from IPB3 -> IPS4?
Last reply by Stuart Silvester, -
- 3 replies
- 352 views
Hello, I would like members to automatically suscribe to topics they created or participated in without having to select the "notif me of replies" button actually this button should be selected "by default", members could choose to disable it if they want can i configure this somewhere ? Tx a lot for your help
Last reply by Durango, -
- 6 replies
- 611 views
When embedding by URL how come you can not make Youtube go full screen? Kinda seems a bit daft not to be able to enable it?
Last reply by K4RL, -
- 5 replies
- 328 views
I just recently upgraded to IPS4 and realized that none of the member's signatures are appearing. I cannot even find where to add a signature in the Profile section. Signatures are enabled for the groups. Am I missing something?
Last reply by Jim M, -
- 7 replies
- 346 views
Hey, i just created a template for the reasles notes, but i notice that the followercount is not working correctly, this is the way i included the follower: {template="follow" app="core" group="global" params="'cms','categories' . $database->_id, $database->_id, \IPS\cms\Records::containerFollowerCount( $database )"} It does show me actually that im following the content, and additional when i click the number im getting a pop up with the followers. I couldn't find a documentation regarding templates like this. What did i wrong in that case, and what should have been the right way? Regards
Last reply by Marcher Technologies, -
- 1 reply
- 274 views
Doesn't work for me. Just has the facebook image, but not clickable anyone know i already added the url from my facebook fan page so anyone can help me why this is not workingon Google Chrome?
Last reply by Andrej Urankar, -
- 0 replies
- 269 views
When creating an event, is it possible to hide/remove the option to link a calendar event to a gallery album? Thanks
Last reply by Steve Hull, -
- 4 replies
- 323 views
Hi all I was wondering is there a way to add promotional banners to specific forum sections, rather than globally adding them across the forum. The reason I ask, is because I have traders that sponsor specific forum sections, so I don't want to mix other traders banners with their own. IIRC this was a feature available on Nexus 3.x? Was it removed or is there a new way of doing it? Thanks in advanced Steve
Last reply by PacmanDo, -
- 0 replies
- 229 views
Hi, is it possible to exclude some categories from board total statistics? I have a category where RSS import posts automatically new content, and it increases posts and topics count. I'd like to esclude this category from the total count, otherwise I have to empty it after a certain period. Is there anyway to do it? Thanks Alex
Last reply by Pegasus83, -
Hi Just a quick question - is there any 'alert' 'info' 'warning' styles already built into the core? Don't want to add new if they already exist. Thanks
Last reply by JiigSaaw, -
- 3 replies
- 289 views
Currently, all images embedded in a post are set automatically with a margin of 1px, and changing it everytime can be tedious, how can I solve this?
Last reply by Valerio.vjk,