Jump to content


Submitter

SUPPORT TOPIC File Information

Previous Versions

  • 22 Mar 2013 Download Invision Power Board Website Integration (IPBWI) 3.5.0
  • 23 Jan 2013 Download Invision Power Board Website Integration (IPBWI) 3.4.2

Download Invision Power Board Website Integration (IPBWI) 3.5.1

* * * * - 12 Votes



Screenshots
IPBWI is the most powerful Application Programming Interface (API) for IP.board. Feel free to build own, unique applications and connect your website to your Invision Power Board.

License: GPL 3

Please note that there is a non-free WordPress plugin based on IPBWI which allows IP.board integration into WordPress out-of-a-box.


IPBWI supports to load IP.board's Rich-Text-Editor on your website to give your user's best experience by using the following features of IPBWI:

Member Management:
  • Create
  • Login
  • Logout
  • Info
  • Update
  • view photo
  • update photo
  • Delete
  • Number of new Posts
  • pips
  • icon
  • random list
  • online list
Member Groups:
  • View
  • Check
  • Change
  • getList
  • create
  • update
  • listMemberGroups
Forums:
  • Info
  • get all subforums
  • get category list
Topics:
  • Info
  • List
  • Rate
  • Create
  • Edit
Posts:
  • Info
  • List
  • Create
  • Edit
Polls:
  • Info
  • voted
  • total votes
  • id2topicid
  • vote
  • nullVote
  • create
  • delete
Private Messages:
  • getList
  • info
  • send
  • reply
  • move
  • delete
  • spaceUsage
  • numNewPMs
  • numTotalPMs
  • numFolderPMs
  • getFolders
  • folderAdd
  • folderRename
  • folderFlush
  • folderDelete
  • folderExists
  • folderid2name
  • blockContact
  • blockedList
  • isBlocked
Attachments:
  • Info
  • List
  • Replacing Post Vars (now works with Topic Lists, too)
Custom Profile Fields:
  • view
  • list
  • update
  • customFieldValue
Permission Control:
  • is admin
  • is logged in
  • is supermod
  • is readable
  • is postable
  • is startable
  • is downloadable
  • is uploadable
  • get readable
  • get postable
  • get startable
  • get downloadable
  • get uploadable
  • create
Converting Features:
members
  • name2id
  • id2name
  • displayname2id
  • id2displayname
  • email2id
topics
  • title2id
  • id2title
forums
  • name2id
bbcode
  • bbcode2html
Skins:
  • List
  • Info
  • Change
Reports:
  • getList
  • create
System Informations:
  • about your current IPBWI, Board and PHP installation
  • board stats
  • members activity stats
for IP.gallery Application
  • getViewable
  • getLatestList
  • getAllSubs
  • catList
  • info


Screenshots

Screenshots Screenshots Screenshots Screenshots Screenshots


Amazing. Thanks
I would be happy to buy a version for WordPress, if the code would not be encrypted.Selling the encrypted code - smacks of idiocy =\

We are looking to have a new forum thread created for every new Wordpress post...and have the forum posts for that thread appear at the bottom of the Wordpress post.  Like blog comments...is that what this does?

Thanks.

Hi Max,

 

this is one of the key features of IPBWI for WordPress. IPBWI for WordPress is the out-of-the-box plugin-bridge between IP.board and WordPress, based on the IPBWI API. See all features on http://ipbwi.com/products/

 

You can purchase it here: http://straightvisio...ipbwi-products/

 

Kind regards,

 

Matthias

I am confused what this does.  Are you saying it is a way for Wordpress users to use a single login from their forums, on their Wordpress website?   If so, any chance of a Drupal version?

Matthias, any plans to include Tags in the topic module? I really, really need this feature.

 

Thanks

Hi,

 

please use official support forum for questions and requests, because that's the best channel to get a rapid answer.

 

http://straightvisions.com/community/

 

Kind regards,

 

Matthias

I am confused what this does.  Are you saying it is a way for Wordpress users to use a single login from their forums, on their Wordpress website?   If so, any chance of a Drupal version?

 

IPBWI (downloadable here on Marketplace) is the free IPBWI API. You can develop your own apps via PHP.

 

IPBWI for WordPress, available on http://ipbwi.com is the WordPress plugin, making single sign on possible between WordPress and IP.board.

 

Unfortunately, a Drupal version isn't planned any longer. A few months ago, my crowdfunding campaign for IPBWI for Drupal failed, so it seems there is currently no market for such a drupal plugin.

 

Matthias, any plans to include Tags in the topic module? I really, really need this feature.

 

Thanks

 

Yeah, it's on my todo, but at the moment I can not give you an ETA for that feature.

Dear,

 

 

  1. Can we use IPB member avatars on IPB side?
  2. Can we execute simple queries from WordPress that would return us IPB data but without loading the IPB engine on WordPress side (fast)?
  3. Will the IPB new registered member become present (immediate) in the WordPress users list?
  4. If we create admin user in WordPress can we make sure that user cannot access IPB only as not logged in. (no SSO of WordPress admins to IPB)?
  5. Can you tell if we add WordPress user will it be added to the system at that very moment?
  6. Can you tell if we add IPB member to the will it be added as WordPress member also at that very moment?

  7. (one more) Can we utilize IPB comments on our WordPress web site.

Thanks
=db

Dear,

 

  • Can we use IPB member avatars on IPB side?

yes, I don't surpress existing IPB features. Additionally you can use IPB member avatars on WP side.

  • Can we execute simple queries from WordPress that would return us IPB data but without loading the IPB engine on WordPress side (fast)?

I would say yes. IPBWI actually has a bit overhead as some basic board classes are required to be loaded (e.g. SQL wrapper), but if you just want to perform a single query to board database, IPBWI API is a bit overpowered.

  • Will the IPB new registered member become present (immediate) in the WordPress users list?

If a user registers via IP.board, the user will be immediately cloned and synced on WP, too.

If a user registers via WordPress, the user will be cloned and synced upon next login. There is a technical reason for that and yes, I'm still waiting until WordPress allows me making it instantly.

  • If we create admin user in WordPress can we make sure that user cannot access IPB only as not logged in. (no SSO of WordPress admins to IPB)?

At the moment, not. If your company depends on that feature, you could hire me to extend IPBWI for WordPress supporting that feature.

  • Can you tell if we add WordPress user will it be added to the system at that very moment?

Yes, adding members through WP adminpanel will instantly create their synced clone in IPB, too...

  • Can you tell if we add IPB member to the will it be added as WordPress member also at that very moment?

... and vice versa

  • (one more) Can we utilize IPB comments on our WordPress web site.

yeah, of course! You should have an employee with semi-advanced templating skills for WordPress or order my installation support. It's a standard feature of IPBWI for WordPress but needs basic template editing to hook into comment feature of WordPress.


Other files you may be interested in ..





  • 3,050 Total Files
  • 52 Total Categories
  • 513 Total Authors
  • 584,529 Total Downloads
  • (DP32) Reputation Time Latest File
  • DawPi Latest Submitter

35 user(s) are online (in the past 30 minutes)

14 members, 19 guests, 1 anonymous users


+Ivan2m, MSN/Bing (1), Maxxius, SkyFox, +TiMBo84, +caesarsiet, +FreePlayClub, ph3s, +Chillyware, +BwB, +Ross Davis, +nguru, alexraad, Vġ Thành Nhân, +Tamster