Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,422 topics in this forum
-
- 1 follower
- 8 replies
- 260 views
Last reply by Marc, -
- 4 replies
- 608 views
I have changed the domain of community in cloud the old domain is Free - I want to redirect 301 so that old url can still work Do i need to purchase ssl for old domain - or what will b ethe process
Last reply by IveLeft..., -
- 1 follower
- 2 replies
- 245 views
{{if !empty( $records ) }} <div class="ipsType_center"> <h2 class="title">{$title}</h2> <p class="desc">See what other people saying about us.</p> </div> <div class="ipsGrid ipsGrid_collapsePhone" data-ipsgrid data-ipsgrid-equalHeights="rows"> {{foreach $records as $record}} <div class='ipsGrid_span3 ipsBox'> <div class='ipsPadding'> <blockquote> {$record->content()|raw} </blockquote> </div> </div> {{endforeach}} </div> {{else}} be the first person {{endif}} How do I use {{else}} statement in a feed block display. It will no…
Last reply by Goza, -
- 2 followers
- 0 replies
- 266 views
Hi, I reached out in the dev forums but didn't receive a reply. In the last update of IPS, you added support for the current 4.6.2. This means in dark themes we can't supply the Moono Dark skin any longer, as it isn't compatible and no longer maintained. As Moono-Lisa is the new official default CKEditor theme, it should make life easier as it supports quickly changing the UI easily with a simple configuration string uiColor: https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-uiColor The uiColor isn't configurable in IPS 4.6.7, and it looks like the IPS skin is still based on the previous default theme Moono, so as Moono also suppo…
Last reply by The Old Man, -
- 3 replies
- 239 views
I'm dying into this loop and what ever I do It's won't let me get through. Please see the screenshot and help me out.
Last reply by Mark H, -
- 1 follower
- 7 replies
- 225 views
Does anyone know if this is possible at all? I basically want the product price to be a set price, but the more options they select it will add price. Rather not add radio buttons as that would take up the entire page.
Last reply by OctoDev, -
- 2 followers
- 36 replies
- 3.8k views
Using an smtp alongside a gmail address setup I’m finding that emails are going to spam . Is there a guide to prevent this from happening ? I can see historically this has happened to a lot of people with no real solution . A guide would help here
Last reply by IveLeft..., -
- 2 followers
- 5 replies
- 616 views
I am currently trying out Amazon SES. It says my current limits are: Would the second value conflict with sending out newsletters via IPS’ bulk mail feature? And wasn’t there once a setting to use separate services for bulk mail vs. transactional mails? I can’t find that anymore.
Last reply by AlexWebsites, -
- 2 replies
- 279 views
Hello, I am able to see renewal price increase from $25 to $40. And this change has not been communicated to me via email which is an important step. Please guide why this sudden change?
Last reply by WP V0RT3X, -
- 2 followers
- 6 replies
- 217 views
I do not want the page to be cached. I have disabled cache output for guests and try to customize Guest Signup Widget. I do not see any changes unless I clear system cache? Why? How do I disable the cache entirely during setup and customizing?
Last reply by Sonya*, -
- 2 followers
- 2 replies
- 528 views
Hi, I have several codes that I need to embed on my website. Especially iframes and scripts for some external forms to be displayed. I checked other topics but they all speak about clicking on "Source code" in the editor, but I don't see this button anywhere (even here and now while I'm posting). Is it still possible ? if yes, do you know how ? Many thanks for your help. Livio.
Last reply by LIVIO, -
- 0 replies
- 410 views
Buenas quien me puede aytudar con esto Hi, who can help me with this?
Last reply by 506 Regimiento de infanter, -
- 6 replies
- 938 views
I have noticed lot's of failed ACP attempts. How secure is the ACP? Are there any tips to harden security? Thank you in advance.
Last reply by SJ77, -
- 1 reply
- 457 views
How do you add multiple badges as seen in in the attachment? I have seen this on multiple communities but I dont know how they do it, thanks! x
Last reply by DawPi, -
- 1 follower
- 3 replies
- 919 views
OK, sooooo, wondering if any of you server gurus have any insights on this? Long story short: I am unable to upload the large files (~600MB and even up to 1GB) I need to work with clients on my production site. The uploads inevitably fail (no progress meters at all, although I know this is a known issue Invision is fixing) with an Invision error -200, and the server error I always get is: [Thu Sep 09 21:17:32.111198 2021] [proxy_fcgi:error] [pid 22642:tid 140608424314624] (103)Software caused connection abort: [client 180.216.235.107:64431] AH01075: Error dispatching request to : (reading input brigade), referer: https://XXX.XXX/index.php?/files/submit/&do=su…
Last reply by IveLeft..., -
- 4 followers
- 5 replies
- 627 views
Love the points system, I see where it tells me how many points until my next rank. But where does my point total show? Is there a way for my users to see how their points totals happened, like I can see in the AdminCP?
Last reply by andavis, -
- 1 follower
- 1 reply
- 509 views
Hi, I have my forum attached to a membership community. I have 3 different membership levels. Is there anyway I can restrict what the members see in the forum depending on their membership level Thanks Jane
Last reply by Mark H, -
- 1 follower
- 1 reply
- 239 views
I am an administrator and often post blogs on behalf of my client. When I post them, I am the author of the post. I would like to reassign the author to my client. Is it possible?
Last reply by Genestoy, -
- 2 replies
- 218 views
We have a downloads category for PDFs of a club magazine. At present the order downloads appear in is based on most recent. Ordering by name is no good. I need to be able to order by a data field somehow. I've tried adding an 'Extra Field' of type 'date' but it's not selectable in the order-by list. Any ideas please?
Last reply by Beepeeaitch, -
- 1 reply
- 540 views
Hello. I have some HTML from ips.ui.dialog doc page: <a href='' data-ipsdialog data-ipsdialog-remotesubmit data-ipsdialog-extraClass='myDialog' data-ipsDialog-size='wide'>Some button</a> <div id='elementWithDialog' class="ipsHide"> <div>Text for test</div> </div> ANd controller: initialize: function () { this.on( document, 'submitDialog', this.submitMyDialog ); }, /** * Um, set up... */ submitMyDialog: function (e, data) { var dialog = ips.ui.dialog.create( { content: '#elementWithDialog', size: 'wide', extraClass: 'myDialog_finish', } ); setTimeout(function (){ dialog.s…
Last reply by Matt, -
- 1 follower
- 0 replies
- 220 views
Hi, i found the room between Topics is wasted for space. can i change this, so that there is less space? In the picture with the green circles i have marked the space i mean. Thank you very much.
Last reply by tigerhome de, -
- 1 reply
- 197 views
Hi, I was wondering if there is a way (or a plugin - I couldn't find) to add an URL Link or Button instead of the Location field, for a virtual event (like a Zoom link for example) ? Many thanks for your help, Livio
Last reply by Jim M, -
- 4 replies
- 272 views
Are there any experts out here for hire that can help take my board to the next level? Not even sure if this is the right place, but I'm considering having my word press site redesigned but I was wondering whether using Invision to integrat the posts to the front page is a better option? I also need a lot of help setting things up again like ranks and such. If interested or have ideas, please get in touch with me via PM. Thanks, Tony
Last reply by IveLeft..., -
- 1 follower
- 4 replies
- 261 views
Hello! I am using IPS Brave Theme v4.6.0 and IPS v4.6.5.1 When I go to edit the Theme to the Events tab where we can set the Holiday/Event and effects such as falling confetti, I am curious about the "Halloween" setting. It seems to do nothing that we can tell. Are we missing something here? What is this supposed to do? We had thought it would be apparent, but maybe we have to actually add our own themed items to takeover when this is set? Any help would be appreciated - just looking for direction and clarity of what this is. Thanks!
Last reply by Scott Allen, -
- 3 followers
- 6 replies
- 400 views
Hello, I want to place an ad in this space, where can I make this edit?
Last reply by Hisashi,