Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,349 topics in this forum
-
- 0 replies
- 241 views
Hi, Contabo recently launched its own s3, but there's a problem here. The documentation shows that it is based on the Ceph and using it is a bit different. Someone tried to connect it to the forum and knows how to do it? There is an error all the time connecting to the S3 server ;/ https://docs.contabo.com/docs/products/Object-Storage/technical-description
Last reply by daffyy, -
- 1 follower
- 1 reply
- 456 views
Hiya, Is there anywhere I can get a high res community badge image please? I need the vectors for each badge to encourage engagement. Thanks, Vik
Last reply by Marc, -
- 1 follower
- 0 replies
- 548 views
We have self-hosted plan and we would like to migrate the authentication process to Auth0 completely. We know that Invision allows you to use Auth0 as another Oauth2 provider, but that will not be enough for us as the regular Invision login/signup screen will still be shown and users can still use it to login without Auth0. In the screenshot attached you can see that Auth0 option is listed as alternative to the regular Invision form. Is it possible to skip this screen and to invoke the Auth0 Login/Signup form directly on Sign In click form our app?
Last reply by Kim Hultman, -
- 1 follower
- 2 replies
- 281 views
Hi all, Has anyone tried moving their board over to Zepto from jQuery? Wondering how much work it is and if there is any lacking functionality? Hoping to do this to help with page speed. Cheers
Last reply by Randy Calvert, -
- 1 follower
- 3 replies
- 483 views
Hi, I use some of the forum grid view css styles on my own page. Is there a way to force the "forums.css" file to get loaded? Per default it is not getting loaded on an own page. Of course I could use a <link stylesheet> tag to load it, but that would then a fixed one from the current theme. If I allow my users to change the theme (dark/light mode) I would not be able to point to the "forums.css" of the current selected skin, but would always hard code to the file of one specific theme. So I wonder if there is a way to get the "forums.css" file automatically loaded? If have tried to place all forum widgets/blocks on the page, but none triggered t…
Last reply by Refsmmat, -
- 1 reply
- 221 views
Hello, I own a Toplist Community which is heavily votebotted sadly. I've already set the maximum protection with hCatpcha but im in desperate need of help to even secure it more. Need advice or a paid service to get 'rid' of the votebotters. Thanks in advance!
Last reply by teraßyte, -
- 2 followers
- 1 reply
- 381 views
I've self hosted my IPB for all of eternity, I'm looking to switch hosting providers which will move all current data over for me. Would a move like this be mostly seamless and keep the site up and running or would it corrupt the forums and need a full reinstall?
Last reply by Mark H, -
- 1 follower
- 3 replies
- 522 views
Hi all, I renewed our license yesterday and attempted a long overdue upgrade. Our last one was probably in November. I was able to get through the download and extract stage, but could not proceed further than that. The step 4 page did not have a "continue" button. I tried both Chrome and Safari. I asked the other admins on our team to give it a try, but they could not move past the login page, as there are no fields to enter login info. Now we can't even access our admin cp. Any help would be greatly appreciated.
Last reply by Mark H, -
- 2 followers
- 1 reply
- 214 views
Is this a new feature for the next release, or something we already have? I see this at the top of some posts.
Last reply by Adriano Faria, -
- 2 replies
- 232 views
Hello, I have juste updated my community board. I am somewhat displeased by this change. The emojis now look deformed, rescaled, in the selection box. Any way to revert this and let them keep their original scale? I am using large, high quality png. Mr. Beans doesn't look like himself now. Please help Mr. Beans. Thank you.
Last reply by xdrox, -
- 1 follower
- 3 replies
- 1.7k views
Can somebody help me to understand how Elasticsearch should be configured on the Plesk Server with Docker extension? The goal: using Elasticsearch for multiple IPS communities. Questions: 1. In AdminCP, I have to configure Elasticsearch Index Name (It is important to use different index names if multiple Invision Community installations are using the same Elasticsearch instance). In Plesk I see this: Where Elasticsearch Index Name is configured? Is it a container name, volume mapping or environment variable? 😵 2. Right now, Elasticsearch does not run. The error is: at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.i…
Last reply by Randy Calvert, -
- 1 follower
- 4 replies
- 439 views
Hi there, member titles do not seem to be displaying on the staff directory after we upgraded to the new version. Any advice for fix? Probably super simple fix but I'm abit slow. 😛
Last reply by Marc, -
- 2 followers
- 4 replies
- 410 views
Hello guys, im getting an error of admin-ajax.php on one of the plugin "chatbox+" ( me and the author of this plugin talked about this, and it seems the problem was on the WP side ) the WP and IPB sits on same root folder, the problem was when an open tab is open for more than an hour or days, it redirect to an error "ipb error 2S119/1", so anyone experience this error along side with WP? this the error I found in the log this is the error we are getting -Allan
Last reply by Nigel Moore, -
- 3 replies
- 204 views
I created a very simple plugin to query results. My query is this: \IPS\Db::i()->select( '*', 'forums_topics', '(approved = 1) AND (forum_id = 2)', 'rand(), start_date desc limit 5 ) ->join('core_members', 'member_id = starter_id') ); I then run it through a loop: foreach ($sql as $row) { $users[] = \IPS\Member::constructFromData($row); } And finally I return this value to the template: return $this->output($users); The issue is that I am seeing repeat results, even though the query returns unique results. So $sql[0…
Last reply by chopin, -
- 3 followers
- 4 replies
- 306 views
How do I customise a Category Listing template in Pages so that sub-category records (as well as category records) are visible, preferably in a masonry-style layout with pagination (similar to the 'Category 2 Column First Featured' template that's seemingly designed only for top-level category indexes)? For example, I have the following Pages database/category structure: domain.com/articles domain.com/articles/features domain.com/articles/news (three records exist) domain.com/articles/news/games (five records exist) domain.com/articles/news/comics (two records exist) domain.com/articles/news/movies (three records exist) For the /articles/ top-leve…
Last reply by opentype, -
- 1 follower
- 9 replies
- 437 views
Is there any code that I can put in the source to make cell padding -20 (minus 20) to gain a tiny missing part? Only for one sidebar wysiwyg box, just need to move google review box to the left side on desktop. On Mobile it's fine. Thanks in advance.
Last reply by Gauravk, -
Hi guys, looking for some help here. I'm trying to build some custom code so that I can display a list of 'related news/articles' that's associated with a particular Page record. I'm using the Database Relationship fields to make this connection work (I have two databases: "News", and "Info", and on the News database I have the Database Relationship field to enter a page from the Info database if the news article is related to it). On the related Info Page, I want to return three variations of a list of articles from the News database: A list of News articles that happens to be in the 'Features' category (ID is 10), and happens to have the prefix "Reviews" …
Last reply by Dreadknux, -
- 0 replies
- 196 views
Is there a way to hide "new images" from showing on the gallery home page? If not, does anyone have any idea of what might be able to hide it via custom.css?
Last reply by Randy Calvert, -
- 1 follower
- 0 replies
- 440 views
Hi all, I would like have below compact format for topic list page (or topic widgets), there any resource that help to get it done? The default not good in the use of space concept.
Last reply by kmk, -
- 0 replies
- 220 views
Hello On our forum, I would like users to be able to post ads and auctions as well as buy and sell their stuff. I am looking for a solution. I only searched for Classifieds System but there aren't a few options that I am looking for. For example, I am looking for the possibility of searching in the current advertisements, adding a group of filters that I can set myself. I would also like to be able to choose whether the completed ads can be archived or disappear from the list. I am also looking for a possibility for the user to be able to buy additional marking of his auctions that will make them stand out from the crowd. I would like …
Last reply by HappyNewUser, -
- 2 followers
- 3 replies
- 337 views
You have any idea how to force a guest to pay before creating an invoice? I am having a huge number of guests go through the subscription check out without entering any contact information or completing the payment process using PayPal or Stripe and it creates a bogus invoice like this:
Last reply by opentype, -
- 3 followers
- 6 replies
- 259 views
Hello, what is the link to the cover photo of a user? I want to show the cover photo of the user in the post sidebar. For this I changed the "postContainer" template a little bit and added the following code. <div class="coverphoto" style="background-image: url(LINK_TO_COVER)"></div> Unfortunately I don't know exactly how to get the link of the respective cover photo. Can anyone help me with this? So far I have everything ready, it just hangs on the link. I tried it with "{$coverPhoto->file->url}" and "{$member->coverPhoto->file->url}", but it didn't work. Best Regards, Vakarian96
Last reply by Sonya*, -
- 4 followers
- 28 replies
- 3.9k views
Well, I've seen quite a few requests for help in this forum now and I thought I'd gather a number of tools you can use to report your status. This will help others help you faster. :D That and additional ability to help yourself as well. Helpful information The following are information that's often crucial to diagnosing problems. What is the environment you are running your website from? IPB Hosting / Shared hosting / VPS / Cloud / Dedicated Server? If VPS/Cloud/Dedi, what are your cpu, ram and disk availability? Tools The following are tools you can run in order to gather further data. These can be run from ssh and is only accessible for vps, cloud and dedicated serve…
Last reply by Randy Calvert, -
- 4 followers
- 48 replies
- 1.6k views
In the past hour I’ve had around 40 spam failure to deliver messages. It’s happened twice in that hour, around 20 times within a minute, different emails in every failure. Its happening through the post through register from what I see, but how they are doing it so fast I don’t know. Any ideas? I’ve turned it off temporarily Example of one
Last reply by Sonya*, -
- 3 followers
- 8 replies
- 775 views
Hi Guys Is there any ideas when the mobile app will be back up and running, or am i missing something??
Last reply by Randy Calvert,