Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,413 topics in this forum
-
- 1 follower
- 3 replies
- 368 views
Hello, I was wondering if it would be possible to have my members buy multiple subscription plans without loosing the other plans. Lets say i have 3 different plans, but i want people to have all of them active without losing the ability to renew. How can i make that work? Kindly regards, Sander
Last reply by opentype, -
- 1 follower
- 4 replies
- 660 views
I logged into GoDaddy where I've purchased my domain years ago, I went to update the DNS values but it says to contact Invision Power Inc. to do that. Where can I go to do that, or to have someone from your side add the two values? -Chuck
Last reply by AngelsWin.com, -
- 1 follower
- 5 replies
- 593 views
I would like remove the author and time items, (orange) and give font color to the forum link (green) That can be done with css code? Or template modification needed? Appreciate any help you can provide to this matter.
Last reply by teraßyte, -
- 7 followers
- 18 replies
- 941 views
How can I delete in mass, pending invoices. Someone was hitting my site creating invoices, made about 1500 pages worth of them, each page has like 20 of them. They used the same name on all of them, I just want to purge those pending invoices from my database records.
Last reply by AlexJ, -
- 5 replies
- 452 views
Howdy, I want to remove the paragraph tag from forum descriptions, is there a way to do it? {{if $forum->description}} {template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"} {{endif}} I've tried with |escape:"html" but didn't seem to work Any solution please?
Last reply by Nathan Explosion, -
- 4 replies
- 452 views
In my old forum I had uploaded several of the custom emoji groups. How can I turn off their display in the box when I post a new discussion? I wish only ipb defoult emojis would be shown when a user creates or replies to a discussion.
Last reply by Nathan Explosion, -
- 4 followers
- 27 replies
- 999 views
Hello, When i copy info from the internet and paste in my IP forum, the layout is completely messed up when using Dark and light theme. See screens: posting on Dark theme Same post, switched to Light theme : Completely messed up post on Dark theme. How can i fix this ? I moved from XF to IPB and never had this issue before. Waiting for your reply.
Last reply by BandiRoot, -
- 0 replies
- 1k views
I have been hosting with invision for a long time, but the price is too much for what my forums are, so I am looking for something cheaper or an alternative. I am staying with the software, no real complaints, just the cost of hosting. I have servers and shared hosting already that I can move it to. any ideas? maybe PM me incase its breaking rules, not sure Thank you
Last reply by Ihia, -
- 1 follower
- 1 reply
- 616 views
I've been using and recommending IP Forum for several years. I just went to set up another installation for a different client and see that you can store your attachments in AWS. Is it worth hosting the attachments for the forum on AWS? Pros / Cons?
Last reply by opentype, -
- 0 replies
- 586 views
Hello, where can I find settings for litespeed caching (tutorial) or iplist for cloudflare to stop blocking it?
Last reply by Funar Flavius Mihai, -
- 1 follower
- 1 reply
- 448 views
Hello, Does anyone know a way to change or hide this contact email that is displayed? In my case it is displaying my personal google email.
Last reply by Randy Calvert, -
- 1 follower
- 7 replies
- 678 views
Hi, We are a self hosed community. My organization want to configure the complete website to use a commercial CDN (AKAMAI) so that site would be available on massive load (10 million Hits). We tried to move on CDN but could not succeed. the site was working for guests but login, downloads and db pages were not working properly. As I can see in storage setting there is storage setting to change the uploads folder path if you are using CDN. By this CDN will serve all CSS/JS/Files/Images. But what if I want to configure complete website eg. Pages, Downloads, Gallery. Is there a way to cache the complete website on CDN? Please help
Last reply by Pushpendra Singh Chauhan, -
- 2 followers
- 2 replies
- 228 views
I'm finding the default CKEditor font size a little small with my current theme and was wondering if there was a way to tweak the default size and bump it up slightly? Thanks!
Last reply by kmk, -
- 1 follower
- 1 reply
- 488 views
How can Google Analytics 4 be used?
Last reply by Marc, -
- 1 reply
- 300 views
Hi All, To not open another topic, I will just reply here with another question. Can you please tell me how to make it happen so on the main index of forum I will have also the number of messages in that category? Not only the number of topics? Like: 3 posts 21 messages Thanks
Last reply by Jim M, -
- 2 replies
- 420 views
My code: require_once $_SERVER['DOCUMENT_ROOT']. '/community/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedin(); The code only works if I put the php file inside the community (ipb) folder, otherwise it will show that no one is logged in and give the info of a guest. How can I fix this? thanks
Last reply by Ryan Ashbrook, -
- 1 follower
- 2 replies
- 1.1k views
I'm trying to do a fresh install of IPB4 and I keep getting a "CANNOT_WRITE" error. I don't understand. All directories are 777 already.
Last reply by Mark H, -
- 1 reply
- 323 views
Somewhere along the way, I must have tried messing with menu icons & can't remember how. In Menu Manager, I entered this: Which gets me this on the front end: Where is that other "page" type icon coming from? How do I get rid of it? Just incase, here is the Custom CSS for my theme: /** * This file is for your custom CSS. * This file is not modified or overwritten during upgrades */ /* ===[Filename:core/custom/superblocks.css]=== */ .SuperBlocks_line { border-top:2px solid {setting="SuperBlocks_keyColor"}; border-left:0; border-right:0; border-bottom:0; border-image: linear-gradient(to right, {settin…
Last reply by Luuuk, -
- 1 follower
- 3 replies
- 495 views
There are a lot of such errors in the error log: Is this my problem or an IPB bug? P.S.: PHP 8.0.19 and IPB 4.6.12.1
Last reply by Nathan Explosion, -
- 1 follower
- 7 replies
- 704 views
Hello, I need to make a multiple choice list with url or text. When I put in the text field: <a href="http://test.com/">test</a> I have this result : <a href="http://test.com/">test</a> How can I have a multiple choice list, with links or just text
Last reply by Jim M, -
- 2 replies
- 185 views
Hello, I want to add an excerpt of the record in my custom feed (first 100 letters...). I can't find a variable to achieve this. Can anyone give me some guidance? My current approach: {{if !empty( $records ) }} {{foreach $records as $record}} <div class="col-md-6"> <div class="blog_card"> <div class="author_info"> <div class="meta"> <span>{datetime="$record->mapped('date')"}</span> </div> </div> <h4 class="blog_title"> {$record->_title} </h4> <p class="blog_desc"> {$record->_description} <!-- ???? --> </p> <a href…
Last reply by sebastianr, -
- 1 follower
- 5 replies
- 591 views
With social networks being out there and websites like Discord what helps forums stay alive? When I was first started many years ago forums was being on the hosting community but they rarely use it now.
Last reply by AlexJ, -
- 2 followers
- 4 replies
- 470 views
I am allergic to CSS, but I would also like to be able to tweak a few details (like align the navigation menu to the right instead of the left, and such). Is there any general guide to CSS that I could use? I can usually understand code that is given and tweak as needed, but I am not sure where to start with this.
Last reply by Carole Asselin, -
- 2 followers
- 2 replies
- 409 views
Hi Invision Friends, I use my Invision site to manage a community of customers for my business. We want to start selling virtual training workshops, and I have been trying to configure the Store to streamline this process. For example, I have used custom fields to customers to choose dates, and we have limits on the number of items (Tickets) that can be sold per date. However I haven't found a way to easily create lists of who bought what workshop, or automate the sending of emails etc. I have subscriptions to Zapier, Hubspot and Zoom but the current triggers and actions don't seem to suit my needs. Has anyone else d…
Last reply by opentype, -
- 1 follower
- 2 replies
- 578 views
I have two Invision communities and in one of them, some of my users are getting this error (view uploaded images). I have a lot of users and this error occurs only for some users. Do you guys know what is crashing the community for these users?
Last reply by Alyf Mendonça,