Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,350 topics in this forum
-
- 1 follower
- 1 reply
- 220 views
Hello, I am working on a friend's forum (IPS 4.5) and I have a question, in the theme editor, I can show the name of the logged user using {member = "name"}, how do I get the username from an external .php page that is inserted in the forum using {insert = ""}? Thanks.
Last reply by Ryan Ashbrook, -
- 1 reply
- 216 views
Hi guys, any idea what is error EX1142? My forum literally stopped working overnight. I did not change/modify anything in months... The website starts, but I can't read threads, I can't login, it keeps saying that there was an error EX1142...
Last reply by Linux-Is-Best, -
- 11 replies
- 447 views
I can't create topics in help and support so I'm forced to place it here. I have a group promotion set to move all members in the default member group to a new primary group after they have at least 10 content. The only filters I have set are Content Count and Group. The Content Count is set to "more than" "9" so that it applies retroactively to anyone who creates content after the fact, but met the threshold before the group promotion existed. Group is set to the default member group so that the promotion does not effect anyone who has purchased a subscription. I'd say we've had this promotion for going on 2 years now. Prior to 4.5.4.x, this was working as …
Last reply by Morrigan, -
- 2 followers
- 10 replies
- 416 views
How do we create or setup (code edit, plugin etc.) to have an additional warning message pop-up while leaving club? - Are you sure you wanna leave xxxx club? -YES -- NO Leave button is almost in scroll way that everyday we have 2 or 3 members accidently leaving club and then joining back. This resets their club joining date and if they don't realize then they cant post anything and raise a support ticket by assuming website isn't working or their account has some issue. Hope its possible. Thanks in advance.
Last reply by Gauravk, -
- 2 followers
- 3 replies
- 309 views
Hello there, I have a question about the registration of a new user, they can/have to fill out various items and ACCEPT the terms and conditions.. the dont have to read it. I have set a minimum of 3 posts in a 'new member' forum before they can post on another forum. I want to display a popup for every new registration which for example will countdown 10secs before they can apply and continue/complete the registration, so the know/read it..
Last reply by Adriano Faria, -
- 0 replies
- 221 views
Here's the scenario I'm trying to automate for our forums. We regularly have courses that run overlapped but are separated into different client groups based on the course start dates. Each course start date needs a product and a group and I want to write an API Rest script that would take care of everything for us. An HTML form creates a DB record of a dated course that needs to be set up in the forums. A script triggered by cron 1xday iterates through tasks to be completed for each course recorded: It's the (endpoints: ??) that I'm stuck on. I don't see listings in the API documentation for products at all, or a way to POST /core/groups …
Last reply by rekkajay, -
- 2 followers
- 7 replies
- 573 views
I recall an option to allow guests to take part in polls. has this feature been removed? If not, how can i create a public poll? Thanks 🙂
Last reply by DReffects2, -
- 4 followers
- 15 replies
- 617 views
Just curious to see what some of you use as a welcome page on your forum. What I had done was make a page and added blocks to it but it looks really generic so I wanted to see what you guys use? Any good recommendations? Thanks!
Last reply by WP V0RT3X, -
- 2 followers
- 6 replies
- 431 views
I secured my site the other day with https certificate and also updated the forum to v4.5.4.2. I am noticing that none of my Iframe codes are working. I switched the site back to unsecured and the Iframes will work then. What am I doing wrong??? Does anyone have any tips? thank you
Last reply by Linux-Is-Best, -
- 1 follower
- 2 replies
- 513 views
Hi All, I just upgraded my community from 4.4.10 to 4.5.2. The upgrade went smoothly and the forum is looking good. However, as usual, I made a database backup via cPanel before the upgrade and have just done so again after the upgrade. It seems as though the latest version of IC uses a great deal more space: 4.4.10 = 265MB gzipped 4.5.2 = 882MB gzipped I'm amazed at the difference - the new vesrion takes well over three times the space! Does this seem normal, or am I missing something?
Last reply by VaBeach_Guy, -
- 1 follower
- 0 replies
- 273 views
I would like to ask if its possible to validate payments from IPS to Woocommerce , since most of API payment gateways are already supported in Woocommerce . For example someone buys something, they are being redirected from IPS-> woocomerce -> woocomerce api -> woocomerce -> IPS (payment done)
Last reply by Maxtor, -
- 0 replies
- 194 views
I would like to use a custom email address with Zoho but I can’t find where to manage the dns settings.
Last reply by nickb840, -
- 1 follower
- 5 replies
- 296 views
Hello! I have enabled push notifications (Chrome on macOS), but they seems don't work. Do anyone receive push notifications from this community?
Last reply by Ilya Hoilik, -
- 2 replies
- 435 views
I can't seem to find the setting, but is there a way to automatically send someone a PM when they purchase something from Commerce? I've setup subscriptions on my site, but I don't see anywhere the system will send them a PM upon purchase. Am I just missing it?
Last reply by Circo, -
- 1 follower
- 2 replies
- 439 views
Hey I have created a new block based on our picks and am modifying the display template. The template loops through the promoted items like this: {{foreach $promoted as $item}} However the loop doesn't explicitly expose the content type - for example, topic, post, image, gallery, etc. The only place the content type surfaces is in a pre built block like this - which is difficult to parse. {$item->objectMetaDescription |raw } Does anybody know how I can list all the properties of item or item object so that I can pick out what I need? Currently I am searching the item url for a known substring, so as to ascertain the content type 🤨. …
Last reply by christopher-w, -
- 1 reply
- 240 views
I have complete backups of our community going back years. We need to retrieve the log files for the old IPS Chat application from 2013. Where are those files located in the directory structure? Thank You!
Last reply by Miss_B, -
- 9 replies
- 582 views
I am trying to follow the instructions on https://invisioncommunity.com/developers/rest-api for pulling in data from our forum. Where last week I was able to print the data from the resulting $response, today the call for /nexus/invoices is returning "JSON_ERROR_SYNTAX" so nothing is being output. $curl = curl_init( $url ); curl_setopt_array($curl, array( CURLOPT_RETURNTRANSFER => true, CURLOPT_HTTPAUTH => CURLAUTH_BASIC, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_USERPWD => "{$apiKey}:", CURLOPT_USERAGENT => "MyUserAgent/1.0" )); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); $response = json_decode($response…
Last reply by rekkajay, -
- 2 followers
- 8 replies
- 411 views
Hi everyone, i have a doubt. If i sell advertisements through IP Commerce, how can buyers of advertisement check the number of clicks their advertisements have? The thing is that we can sell advertisements (let's say, a pack of 1000 visualizations, but then they cannot track how many visualizations they have left. Is there a way or a 3rd party app for this? Because buyers may not believe my word (why should them, anyway?), and answering to them is a lot of manual work... Regards
Last reply by Sonya*, -
- 1 follower
- 12 replies
- 515 views
We have just upgraded to 4.5 today and first bug encountered is in calendar sidebar widget.It's showing events in wrong order (unlike before). AM events should appear before PM events.Support acknowledge and reported the bug with indefinite timeline. We need urgent help please with some coding tweak or patch, as we have many events every week and this confusion will irritate our members.
Last reply by IP-Gamers, -
- 1 follower
- 4 replies
- 187 views
Could someone reply to this post please? Nothing special required - just post a reply. Thanks very much.
Last reply by Nathan Explosion, -
- 1 follower
- 5 replies
- 561 views
Any clue how we can increase mobile logo size? By some backend settings or code edits?
Last reply by CoffeeCake, -
- 1 reply
- 347 views
does anyone know how I can add a block that grabs an image from a topic, maybe 5 images from the last post? Can pay some. tia
Last reply by IP-Gamers, -
- 1 follower
- 0 replies
- 183 views
Duplicated post, sorry.
Last reply by theheatho, -
- 1 follower
- 0 replies
- 173 views
Duplicated post, please delete.
Last reply by theheatho, -
- 1 reply
- 362 views
Before swapping to Invision, my forum used VBulletin. There was an option on VBulletin where I could receive all new posts via email. I can't find that with Invision. It was a lot of email but I felt it was important to stay on top of things. Is there a way to do it?
Last reply by 403 - Forbiddeen,