Questions tagged [invision-power-board]

Invision Power Board (abbreviated IPB, IP.Board or IP Board) is Internet forum software produced by Invision Power Services, Inc. It is written in PHP and primarily uses MySQL as a database management system. The software is commercially sold under a proprietary license.

Invision Power Board (sometimes abbreviated IPB, IP.Board or IP Board) is an Internet forum software produced by Invision Power Services, Inc. It is part of the IPS Community Suite. It is written in PHP and primarily uses MySQL as a database management system. The software is commercially sold under a proprietary license.

56 questions
1
vote
0 answers

IPB v3 version of ipsclass->txt_truncate()

I am currently migrating an old IPB v2.x to a newer 3.x, however, I couldn't find the exact equivalent of this old syntax: $this->ipsclass->txt_truncate();
Podz
  • 11
  • 1
1
vote
1 answer

MySQL to authorize an user from IPBoard account

Ive recently get IPBoard board software for my gaming community, I converted it from SMF. When I used smf, I used a system to authorize players to register in my game servers, this script called a php script wich made a hash (sha1) of the password…
Karevan
  • 139
  • 1
  • 16
0
votes
1 answer

Upload file via REST API with Python/Discord.py, IPBoard

i have a problem with a code. i'd like to upload on my site with /upload command on discord the attachment through IPB Rest API. IPB Rest API documentation here: https://invisioncommunity.com/developers/rest-api?endpoint=downloads/files/POSTindex My…
Sert-X
  • 13
  • 3
0
votes
0 answers

How to write correctly a curl with scope

I tried to write a curl with a scope but I have always an error come from the application. All the rights are open. Maybe I do something wrong $curl = curl_init($this->Url . 'api' . $endpoint); curl_setopt_array($curl, array( …
yostijognu
  • 19
  • 3
0
votes
0 answers

Oauth authentification failed

I try to set my invision board api with OOAuth but I have always this message { "errorCode": "3S290\/B", "errorMessage": "NO_SCOPES" }" What I insert inside the application Client type : Custom Confidential OAuth Client A server-side app such as a…
yostijognu
  • 19
  • 3
0
votes
0 answers

How to get the good url with the api invision board power to doynload a file via curl

I block with the API Download/Files with IPB. I have a json like that { "page": 1, "perPage": 300, "totalResults": 180, "totalPages": 1, "results": [ { "id": 2, "title": "my title file", …
yostijognu
  • 19
  • 3
0
votes
0 answers

What is the good approach via api to download file

Do you know how via a web page usind the IPB APi allowinfg to doynload a file. Until now I can the see the files but it's not possible to download it. My result myfile:zip.3313213213 Thank you Below my approach : public function…
yostijognu
  • 19
  • 3
0
votes
0 answers

How to allow via API for IPB to download a file

I developped a page displaying all the files but if I click on a button to download the specific file it does not work example : https://localhost/forum/files/file/62-apps-example-flat/?do=download&csrfKey=51687f96ecfdd2e70a40682c06c74a40 this link…
yostijognu
  • 19
  • 3
0
votes
0 answers

Replacing string with another

I'm trying to replace a String with another in php on my forum. I am using Invision Community engine, so I don't know if there is a point in asking a question here, but maybe someone will help me. I have a notification, e.g. I'd like to replace…
Havooc
  • 1
  • 1
0
votes
0 answers

Invision Api forums/forums

I am working with c# on a forum tool for invision powerboard but i am getting stuck. I want to create forums with the tool and it is almost working except for 1 part. The permissions part... According to their api wiki it says this: permissions -…
DrEvilicious
  • 15
  • 2
  • 8
0
votes
0 answers

Change button function to a href

I currently have this button on my website, the button changes the theme. I would like to add this function as a text label somewhere else. This is the code of the button
  • SamDT
    • 21
    • 3
  • 0
    votes
    1 answer

    PHP Error When Trying To Install Invision Power Board On Xampp

    When trying to install the latest Invision Power Board on my Xampp Apache server, I get this error: Fatal error: Cannot make static method XMLReader::open() non static in class IPS\Xml\_XMLReader in…
    Display Name
    • 122
    • 2
    • 21
    0
    votes
    1 answer

    Access Array In Json response In PHP from REST API response from Invision Community

    I'm trying to access the "results" array from inside of a Json response from an Invision Community REST API call. I'm not sure how to filter to that results array from in the PHP code as shown below. Once I filter to it I want to echo it onto the…
    Display Name
    • 122
    • 2
    • 21
    0
    votes
    1 answer

    Laravel PHP Sessions for IPS Community

    I'm trying to install IPS Community(https://invisioncommunity.com/) on a fresh local laravel server. However, when I enter the installation process I get the following error. It might be worth mentioning the server is running on a homestead server…
    Rick
    • 421
    • 3
    • 15
    0
    votes
    1 answer

    having problems with Invision Community Board when posting/editing, getting a "EX0" error

    first question i've asked on this site, here goes. For those of you who would rather just see what we are working with here. Host: hostinger.com Php: 7.0.33 mySQL: 5.5.5-10.2.17-MariaDB Forum version: Invision Community v4.3.6 So, I, manage a…