Questions tagged [ipb]

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 propriety 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.

93 questions
1
vote
1 answer

Incorrect charset in broken base64

I am trying to decode this type of coded base64 in…
piotr712
  • 37
  • 2
  • 10
1
vote
0 answers

IPB - Include template in custom page

I'm willing to have custom page which uses same template as my IP.Board but I want to evade using any plugins to achieve same. Currently I have:
xZero
  • 645
  • 2
  • 9
  • 24
1
vote
1 answer

IPB - Access member data PHP outside IPB root

I have IPB and I have an PHP application which is outside of forum ROOT and on another subdomain as well. In application I need to have access to member data, eg. posts count, email etc. I have the latest IPB version and PHP 5.6 I googled a lot for…
xZero
  • 645
  • 2
  • 9
  • 24
1
vote
0 answers

Sharing persistent php session between website and IPB forum

I got a question regarding the cross-site session/cookie sharing between my website and the ipb forum on my server. My question is to ask if it's possible to create a persistent PHP session that can be used on my website and my IPB forum. Would it…
Marcel
  • 11
  • 1
1
vote
1 answer

PHP core function printing debug statements

I'm integrating a framework (Kohana 2.3.4), into a web-app (IPB 2.3.4/2.3.6) via a third party bridge library (IPBWI 2.07), and I began seeing the string NOT FOUND at the top of the web-page output. How can I turn that message off? I narrowed it…
Chadwick
  • 12,555
  • 7
  • 49
  • 66
1
vote
0 answers

event.ctrlKey combinations blocked on Invision Power Board

I am using the following code to add keyboard events to the Invision Power Board editor, but those combinations have been reserved for the Rich editor already. console.log(event); outputs on both Ctrl and B, but not Ctrl+B at the same time. The…
Makaze
  • 1,076
  • 7
  • 13
1
vote
0 answers

IPS Connect not logging in via cookie

So I have setup my IPB install as a slave and a PHPFox install as my master. When I login to PHPFox all the info that I will use are put into cookies as it is suppoed to be. When I go to my forum I can still see the cookies with all the info but I'm…
1
vote
1 answer

Multidimensional Array - IP.Nexus (IPB)

This seems to be highly illogical, but I'm working on a web-shop and I'm trying to grab a package/item display name using the IP.Nexus API (not important). This is part of the array returned by the invoice script: invoice…
user1117742456
  • 213
  • 1
  • 3
  • 11
1
vote
0 answers

handle IPB xml-rpc api response

IPB Board provides a class (classXmlRpc) to access board features via a remote server. Sending a request seems easy to me, however I fail at processing the response I get. I tried loading the response into SimpleXML but got a fatal error, so I did…
SubZero
  • 113
  • 7
1
vote
1 answer

how to add editing live website on the website?

if you have ever worked with IPB Forums you will know that you can make changes to your site in the ACP (admin control panel) well what im wanting to do is make something like the one that they use for the "look & feel" part of the forums where you…
kyle1046
  • 383
  • 4
  • 18
0
votes
1 answer

Integrate Invision Power Board and Codeigniter

I am building a website which includes IPB. The IPB should contain parts from the views (for example the header) / models / etc.. of the website - My question is how to integrate the website (= Codeigniter) and the IPB? where should I install the…
Luis
  • 3,257
  • 13
  • 50
  • 59
0
votes
1 answer

Iterating through collection of elements in HTML blocks in InvisionPower Content

Let's say we're writing a IPContent block that is a HTML type. I want to list elements from $results. // ... // getting db elements with classDb into $results foreach($results as $result){ {$result['id']}
lilly
  • 661
  • 1
  • 7
  • 17
0
votes
1 answer

How to create ajax-based custom field in IPB

I recently got an assignment to work with Invision Power Software. My job is to create several applications. The first one needs me to create three ajax-based fields, where the content of 2nd field depends on 1st, and 3rd on 3nd. OK, it sounds…
d4rky
  • 469
  • 6
  • 13
0
votes
1 answer

Disable IP logging in IPB

I am using IPB 3.1.4, can you tell me which classes and methods am I need to remove to disable IP logging in forum? I can't ask this question on specialized IPB forum because of I don't know where they are and stackoverflow is the best site of…
Clark
  • 2,083
  • 6
  • 32
  • 47
0
votes
1 answer

scrub document of BBcode

Say I have a document like: [b]blah[/b] [img]Thisismyimage.png[/img] How can I make it so that I completely remove all of the BBcode tags. And also remove all the text from between the [img] tags. If it helps at all I am using an IPB board. If…
endy
  • 3,872
  • 5
  • 29
  • 43