Jump to content
 

IP.Board 3.0 Integration Made Easier

IP.Board has grown a lot over the years, however at the core of it, addons have always been just that - additional software layered onto IP.Board. Some points of integration have existed to allow things to work smoothly together, but code separation has forced most functionality in IP.Board and components to also remain separated. One of our primary goals with IP.Board 3 is tighter integrat…

bfarber

bfarber

 

IP.Board 3: Global Permissions

When we began planning IP.Board 3, the global search system was one of the first features that we decided would be essential. We've already talked about the global search, now we're going to tell you about the permissions system that makes the global search and other features possible. In previous versions of IP.Board, every application had to maintain it's own permission tables and database inf…

Josh

Josh

 

IP.Board 3: Global Search

During the initial design phase for IP.Board 3, one of the first areas that we identified for a major overhaul was the search system. In IP.Board 2, each application is required to have it's own search engine, which creates many silo's of data that can not be easily searched. IP.Board 3 will introduce a new global search system that will make all of the content of your community easily searchabl…

Josh

Josh

 

Language Management in IP.Board 3

Over the past few years our international user base has grown by leaps and bounds, and we want to do our best to support those users and make sure that IPB is a great solution for them. Toward that end, one of our goals for IP.Board 3 is to dramatically improved our language management system. So today I want to introduce you to a few of the upgrades that you can expect to see in that system. F…

Josh

Josh

 

Template tags, revisited

A while ago, I posted about the new template tags system in IP.Board 3.0.0. After some initial feedback on the syntax and having developed the system further, I felt it was worth revisiting in our blog. The template tag system is still based on PHP classes (extends and implements, PHP5 fans) which act as plug-ins. These plug-ins are only run when the templates are cached which makes the system v…

Matt

Matt

 

IP.Shoutbox 1.0.0 Beta 1 + IP.Tracker 1.2.0 Beta 1

We are pleased to announce that the beta releases of IP.Shoutbox 1.0.0 and IP.Tracker 1.2.0 are now available for immediate download! IP.Tracker IP.Tracker is a bug/issue tracking system, it allows members and staff to track certain issues, for examples, bugs within a project you are working on, or even building a house! IP.Tracker supports statuses, severities, and much much more to bring you an…

Alex

Alex

 

Lifting the lid on the registry

In a previous blog entry on IP.Board 3.0's new framework, I mentioned that at the core of the new framework is something called 'ipsRegistry'. This blog post will go into more detail and will be of interest to modification authors. Overview IP.Board, like most complex applications, has a need for 'core' data, like settings, session and input data ($_GET, $_POST, etc). There is also a need for a …

Matt

Matt

 

IPSR: Featured resource and Community Projects

Since our recent updates to the resources site the feedback received has been great. We have managed to address a lot of the feedback, and we hope you like the changes we have made. One of the changes was the new Featured Resource. We have now revealed the featured resource for July, as usual, this page will go into a lot of detail about the resource, the author, and will also feature screenshots…

Alex

Alex

 

IP.Board 3.0 BBCode System Overhaul

BBCode is a core part of your forum system. We understand that. To that end, we've been working hard to completely rewrite and overhaul the entire bbcode handler in IP.Board 3.0. We think you'll like what is in store. Changes since IP.Board 2.x There are some core differences in the BBCode system we are introducing in IP.Board 3 that you may notice right away. For starters - *every* B…

bfarber

bfarber

 

3.0 Applications Framework

IP.Board has grown a lot over the years. We've added new functionality through the components framework, allowing us to deliver first-party supported addons such as IP.Gallery, IP.Blog and IP.Downloads. Our Community Projects leverage this infrastructure to provide even more value for your board, and third party developers have produced wonderful components utilizing the same infrastructure on…

bfarber

bfarber

 

IPS Resources back online

Thank you for your patience while we made our improvements to the resource site! There are some exciting changes we would like to point out to help you navigate through the new features. Homepage Updates We've made a few improvements to the homepage, with more to come. Immediately, you will notice we have separated the left column to show 'Top' listings and the right column to show 'Latest' li…

Alex

Alex

 

IP.Nexus

Recent advances in technology coupled with a tremendous increase in online awareness have had a profound effect on the growth of online communities. To better serve both present and future customers and in the interest of furthering our position as a leader in online community development, we are pleased to announce that we will immediately increase and refocus all development resources to the enh…

Lindy

Lindy

 

Introducing IP.Shoutbox

In our efforts to improve the services offered to you through IPS Resources, we will soon be releasing another community-driven project, IP.Shoutbox. Much like IP.Tracker, this will be an IPS-sponsored project written by you, the community. We have approached two people who we feel will do a great job on IP.Shoutbox, these two are currently working very hard to produce a beta of the modification.…

Alex

Alex

 

Resource Site Updates

Our new resource site has been online for a few months now and the feedback has been great so we are going to enhance the offerings and further involve our community of resource authors. Some upcoming changes include: Forum Organization We will be reorganizing and adding new forums to the company forums resource section to make it easier to navigate and find information. You will also soon notic…

Charles

Charles

 

IPB3: Banned User Management

The term 'ban' in IP.Board has a relatively loose definition and can often mean many different things. IP.Board supports an array of useful features to control access to the board, or in this case to restrict access to the board. Some examples of what 'ban' may refer to are IP address ban filters Email address ban filters Username ban filters Placing a user in the 'Banned' group Suspending the u…

bfarber

bfarber

 

IPB 3: Styling IPBoard 3

One of the first items we determined for IPBoard 3 was that it was going to ship with a brand new skin. Our current skin has been with us since the first release of IPB2, and the style goes back even further than that. The Pro skin was introduced more recently, but its main intention was to simplify, rather than bring a significant update. And so, the responsibility for designing and implementing…

Rikki

Rikki

 

Advancing the Login Manager

IP.Board 2 included a login manager utility in the admin control panel. Using this tool, you could tell IP.Board to authenticate login requests against third party databases, LDAP installations, or against IP.Converge, for example. You could even write up your own login methods and authenticate against any external data source of your choosing (i.e. the IP.Board 2.3 OpenID module). We used t…

bfarber

bfarber

 

IPB 3: Making Templating Easier

HTML logic has been a feature of Invision Power Board for quite some time now. Although we didn't make much use of the '<foreach>' tag so that skins could be backwards compatible, we did make good use of the <if> <else /> logic. Now that we have a clean slate with v3.0, we can really make some positive changes. Invision Power Board 3.0 makes full use of the existing HTML logic and adds some more …

Matt

Matt

 

IPB 3: Creating a new framework using PHP 5

One of the biggest discussions we had during Invision Power Board 3.0's planning was whether or not to drop support for PHP 4 and require a minimum of PHP 5. The advantages of using only PHP 5 were numerous and we really felt like we could increase security and efficiency by taking advantage of the new PHP 5 features. This decision became much easier when we learned that PHP 4 was no longer being …

Matt

Matt

 

IP.Board 3.0 Development Introduction

We are moving rapidly on IP.Board 3.0 development along with its related IP.Blog, IP.Gallery, and IP.Downloads updates. As we approach being able to post these updates for a preview and an eventual release we think we are getting close enough that we can start talking about some of the new features we have planned. I will be purposely vague in this first blog entry about IP.Board 3.0's developmen…

Charles

Charles

 

IP.Blog 1.4 Preview

We've upgraded our blog to the new 1.4 version for the first round of testing. We will have a beta version available for download next week, until then enjoy the new version here and let us know what you think. We're very excited to hear your feedback and suggestions on this blog preview! New Default Style IP.Blog has been overhauled with a fresh new style, one which feels more like a traditio…

Josh

Josh

 

IP.Blog Status Update

We plan to release a small update later this month, with a slightly refreshed style and a few extra features. We haven't locked down exactly what these features will be, but we will be talking about it more soon. I know that many of you were expecting a larger release and we apologize for the link of time from the last major update to IP.Blog. The larger update is coming, which will be IP.Blog …

Josh

Josh

 

OpenID Login Module available for testing

We have put together a login module which fully supports OpenID 1.x and 2.x protocol specifications. This module is a beta release which we hope to expand upon. It is available freely to all customers with access to our official resource site in the IPS Releases category. Click here to view this file For those not familiar with OpenID, it is a protocol specification that allows a user to selec…

bfarber

bfarber

 

IP.Nexus: Ticket Weighting

This video shows the ticket weighting functionality and how you can prioritize ticket listings. View Video

Charles

Charles

×
×
  • Create New...