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
-
- 2 replies
- 255 views
When building plugins, I am sometimes in a situation where I need to attach a template hook somewhere in the global template. This, of course, means that my hook is going to show up everywhere in the site, which is not always what I want. I often want to limit the plugins' display to certain sections of the site only. This means I need something like this: {{if $section == 'forum'}} {template = 'my_hook'} {{endif}} if I want the hook to only show in the forums. What I don't know is how to get that $section variable. What is the best way? I hope this is simple enough
Last reply by snugRugBug, -
- 0 replies
- 253 views
is there no multi-language support with WYSIWYG editor block? (Pages)
Last reply by Chris Bell, -
- 2 replies
- 278 views
Hi, im having trouble with a skin i bought from IPBfocus. I was wondering if someone could do the following for me. Time is of the essence because i plan on launching the forum tomorrow! * Change the background so that its no longer a blurred image and is the same colour as the red banner. * Get rid of the white patches on either side of the banner and make it so that its the same colour as the banner and the background. I want it to look sleek and uniform. * Make the banner so that its a fixed size and doesnt go small when you scroll down the forum. This is my forum www.churchofpop.net Will pay $25 via paypal for person who can help me.
Last reply by steve00, -
- 1 reply
- 313 views
I want to use \IPS\Member::load($idVal, 'ex_id') with my new `ex_id` field. I hooked the \IPS\Member class and try to overwrite the static variable: protected static $databaseIdFields = array ( 0 => 'name', 1 => 'email', 2 => 'fb_uid', 3 => 'live_id', 4 => 'google_id', 5 => 'linkedin_id', 6 => 'ipsconnect_id', 7 => 'twitter_id', 8 => 'ex_id' ); After then, the forum gives me ERROR: Call to undefined method IPS\Member::setName() on init.php:432 Can anyone help me? Or should I do it in another way? Thanks
Last reply by Xiaodidi8, -
- 0 replies
- 257 views
Hi there, anyone experienced an issue where you don't have permission to view other board members profile pages? I'm the community admin and when I click on another members display name, in theory taking you to their profile page I just get, Sorry there is a problem, something went wrong Error EX0. Strangely if I also goto a groups settings and make some changes (lets say the display colour) I am unable to save it.
Last reply by Cre8ive80, -
- 1 reply
- 300 views
I've spent the last hour or so making changes to a newly created group so they can only see one of the subforums on the site. I click save, it gives me the "Saved" pop up...and then when I test the permissions, they are wrong. And when I go back into the group permissions it reverts to a helluva lot more than what I gave them. Am I missing something? Follow up question: Is there a reason why we can't give individual forum permissions to each user? For instance (and the one I'm trying above), I want to ban the user from all but one of the subforums on the board...Hiding any forum he should not be able to see. The only way I can see to do this, is to create a group, set …
Last reply by Lab Rats Rule, -
- 3 replies
- 273 views
I am making a custom template for database records and one of the fields is "upload" with "allow multiple uploads". The uploads are basic images and I am manipulating the content items to use the LightBox. I could not find a template tag (https://community.invisionpower.com/4docs/advanced-usage/development/template-tags-r76/) to give me the path to the current storage in my system. I do not want to use a fixed path in my template like "www.mysite.com/forum/uploads" because I may want to use CDN or Amazon S3 in the future and I would have to manually change all the templates of all databases that use the field "upload". So, how to get dynamically the path to the current st…
Last reply by sobrenome, -
- 1 follower
- 0 replies
- 232 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
- 300 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
- 523 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
- 331 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
- 240 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
- 422 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
- 292 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
- 443 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
- 383 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
- 520 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
- 229 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
- 292 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
- 272 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
- 259 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
- 281 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
- 340 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
- 594 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
- 317 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,