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
Classic self-hosted technical help
- 33.6k posts
- 9 followers
Problems related to your server or other classic, self-hosted edition issues.
23,018 topics in this forum
-
- 2 replies
- 406 views
Hello ! I'm trying to convert post from my xenforo forum to Ipboard. All seem to work fine but I'm trying to add rules for my custom bbcode. I edited LegacyParser.php for add rules here. Here an example of my working rules : $value = str_replace( "[hr]", '<hr />', $value ); $value = preg_replace( '/\[spoiler=.*?\]/im', '</p><div class="ipsSpoiler" data-ipsSpoiler><div class="ipsSpoiler_header"><span></span></div><div class="ipsSpoiler_contents"><p>', $value ); $value = preg_replace( '/\[format=h2\](.*?)\[\/format\]/im', '<h2>\\1</h2>', $value ); $value = preg_replace( '/\[format=h3\](.*?)…
Last reply by Alexis Compain, -
- 1 reply
- 374 views
I'm interested to know who is using these? I run a podcast so it is good to be able to easily link to a certain page on the forum by saying the address and having it easy to remember. I would love an easier way to set up friendly URLs. Is there a way to do this on the page? So someone with the right permissions could just change the url? has anyone made a plug-in for this?
Last reply by Randy Calvert, -
- 1 follower
- 1 reply
- 294 views
I am getting an issue where a £ in the topic title is causing a redirect loop - has anyone experience this before? I think it may be server specific? Thanks
Last reply by Adlago, -
- 4 replies
- 324 views
Hello, I have problem. The guest(s) group still can view into my profile or another profiles without logged in or anything. I'm using the IPS4.1.x (latest version). If the "Guest" permission or anything, then error message? Let's me know Sorry if my English isn't good.
Last reply by Randy Calvert, -
- 1 reply
- 312 views
Hi If I delete all the files from the datastore folder, will the systems just simply re-build them? I ask because I had a defacement file put on some of my domains and since this is the only folder that was modified on the same date, just want to re-build it if possibe? Thanks B
Last reply by Daniel F, -
- 3 followers
- 4 replies
- 351 views
Hi, Are there any resources or documentation that explains how the database relationship field works in Pages? I have created a database on my forum and would like to connect it to another database based on a unique title field but am not sure how this actually works. The first database: https://www.rendforums.com/items This should have a field for a linked database called "recipe" which would describe how an item is crafted. Can a database have multiple relationship fields? ie can an item have multiple recipes associated with it?
Last reply by Jacques Corby-Tuech, -
- 6 replies
- 1.1k views
Hello, I am trying to put together a page outside of IPB on the same server that detects if a user is logged in or not. I am using the code: require_once '/{absolute path to IPB}/init.php'; /* Initiate the session to verify who this user is */ \IPS\Session\Front::i(); echo 'Name: ' . \IPS\Member::loggedIn()->name; But this is returning strange data: Name: 8b21f99914133482083efd11a04e0584 Do you know what I am doing wrong? Do I need to process the returned value in someway to receive the correct information? When I try to get the user ID nothing is returned: echo $userid = \IPS\Member::loggedIn()->member_id; I am doing this whil…
Last reply by Simon Harvey, -
- 3 replies
- 297 views
Hi guys, Last night I was trying to figure out how to use the forum ids combined with conditional statements in my custom theme. But couldn't get it to work. if($forum_id == "1") { echo $x; } else if($forum_id == "2") { echo $y; } else { echo $z; } If anyone can help with this it would be greatly appreciated, thank you!
Last reply by AndyF, -
- 2 followers
- 6 replies
- 469 views
Is there a way to choose when sidebar blocks are displayed? For instance, let's say I want a specific sidebar block to show in forum-x and in my articles database, but not in forum-y. Does anyone know how to accomplish this?
Last reply by clearvision, -
- 0 replies
- 264 views
I am trying to figure out how and where to look to give a bit of spacing above and below the logo. On desktop, it has a little spacing but on mobile there is none. Anyone know how to do this or where to look in css? Not to worry i found it. I have put this in my custom css @media screen and (max-width: 979px) { /* Prevent a floating element from floating on mobile devices */ #ipsLayout_header > header { padding-top: 10px; padding-bottom: 10px; }
Last reply by gavpedz, -
- 1 follower
- 4 replies
- 314 views
Hi guys, I cannot deploy https site-wide as our advertisements are not served as https, and when I enable https the browser keeps complaining that we are displaying non-secure content. I wonder if it is possible to enable https only for the login screens. Thank you in advance, Gabriel.
Last reply by Gabriel Torres, -
- 0 replies
- 252 views
Finally coming around to upgrading from 3.4.9 to 4.1.X. Does anyone have any guides they have made for their communities, or any IPB resources that I can use as a guide for our forum members of the major changes? I have been using both in the past but I am sure I am oblivious to some of the bigger changes. thanks!
Last reply by Maksim, -
- 3 followers
- 16 replies
- 497 views
Hi, is there any setting at the ACP where one can watermark all uploaded images (forums, pages, etc)? Regards
Last reply by Makoto, -
- 7 replies
- 314 views
How can you make a BBCode tag to work on a custom button that was added to CKEditor? I have the button to display on big screens but mobiles cannot see it so is there a way to trigger the custom button via BBCode or alternatives?
Last reply by clearvision, -
- 1 follower
- 3 replies
- 290 views
Is there a way to see how many likes someone has given?
Last reply by MxAdmin, -
- 0 replies
- 300 views
Can you tell me how to place 2 custom profile fields inline?
Last reply by Wonster, -
- 1 follower
- 6 replies
- 935 views
I have a few "How to" videos, screen recordings from windows. How do I embed these into my forum please?
Last reply by clearvision, -
- 0 replies
- 327 views
Hi all, Photobucket images were working fine on our boards, but have all become broken images in the last 4 or 5 days. We serve the boards via https and use the image proxy. The only changes I can think of are: A couple of point release upgrades applied I changed the proxy duration in the admin from 3 days to 1 day Anyone know why this would suddenly stop working? The only things I can think of that would cause this are: Some bug in the accept headers that the imageproxy is using (but no idea why that would work on one of our instances and fail on another) OR Photobucket sees a large number of requests coming from the Invision servers…
Last reply by MxAdmin, -
- 1 reply
- 322 views
Upgrading from 3.4 to 4.1. Have a bunch of paypal subscriptions which seem will go over. Going forward however I did want to move away from Paypal and looking at Stripe. I know with paypal we now have the Paypal Billing Agreement for subscriptions, however do we have that integration with Stripe? I do have it connected to Stripe and was able to do a single purchase in the sandbox, BUT... is there automatic renewals built into the payment gateway? Stripe obviously does support it. Thanks. -Max
Last reply by Mark, -
- 1 reply
- 223 views
I'm sure I'm just missing a setting or some such, but so many little things have to be done on the convert. None of my member's albums seem to be available. What is weird is the other top categories also indicate no albums (0) but their albums are there if you click on the category (like Shared Graphic). I also don't see my personal album in the profile drop down, or a way to start a new album from my profile like in 3.4. Any ideas on a setting that would be hiding the user albums under Member's Gallery or are the lost in conversion... Added Admin interface shows no sub icon for Members Gallery Not sure if this is a clue, but Members Gallery seem…
Last reply by clearvision, -
- 5 replies
- 288 views
In test dareboost.com link load font awesome:.../applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0 is defined as a resource delayed loading page. "No character set is specified in the HTTP headers of these resources. Determining the character set can speed up the display of pages in the browser. Specifying the character set used by the page in the HTTP Content-Type header allows the browser to begin its analysis right away." Any ideas how to solve this issue?
Last reply by Adlago, -
- 1 reply
- 267 views
I am wondering if there is a way to setup a forum category, have some forums under it BUT not show it in the main forum index and instead link to this category from the main menu.
Last reply by clearvision, -
- 1 follower
- 2 replies
- 308 views
been looking around my ACP and i cannot find any support ticket system anywhere. i saw an OLD ass forum post where you had to go to ACP>OTHER APPS>NEXUS>SUPPORT>DEPARTMENTS. but i can not find that on my forums running version 4.1.19.2. anyone know where i can find them to enable it or were i can get a plugin from???
Last reply by mackenzieexD, -
- 1 follower
- 1 reply
- 275 views
Hey guys, Been trying to create a new DB template. but I can only add a new template for a Database that uses Categories... I don't want to use categories. I want to use that template on a page with a DB without categories. How do I create that? It used to be in there, but is has been removed...
Last reply by opentype, -
- 1 follower
- 4 replies
- 269 views
Good evening all, Some members are having issues uploading certain images (Not all images cause this!) to our gallery. The image will go through the loading process, and right as the user clicks to finalize the upload, the entire site hangs and generates about 500 pages worth of text in this format: Any help would be greatly appreciated! Regards, Alex
Last reply by AlexWright,