Jump to content


Vitaliy69

Member Since 24 Nov 2007
Offline Last Active Apr 25 2012 06:04 AM
-----

#1930841 Welcome to IP.Board 3.1!

Posted Matt on 24 March 2010 - 07:25 AM

Welcome to IP.Board 3.1.0 Beta 1!
Welcome to the latest development version of IP.Board 3.1.0. We're excited to reveal the product we've been working on for the past few months. This build contains all the features we've blogged about recently including the search improvements, Twitter integration, Profile Customization and more.

As always, this is a very early beta build so please expect to find the odd bug here and there. Please report any bugs found into the tracker as usual.

As always, we'd love to hear your feedback. Happy clicking!

Note: Please perform a hard refresh / delete temporary items in your browser to ensure you get the correct CSS and JS

Preview Only: IP.Board 3.1 is in preview only. It is not yet available for download. Keep an eye out for a future announcement.

What's New
Link Sharing
Easily share links from your community to Facebook, Twitter, and more. Great way to drive traffic to your community!

Status Updates
Enhancements to the existing member status system in IP.Board to include the ability to reply and more.

Topic Preview
Preview the first few lines of a topic without loading the entire topic.

View Reputation
Optionally allow your members to see who gave reputation points on their posts.

Twitter Integration
Your members can now link their account with their Twitter account!

Improved Facebook Integration
Further enhance the link between your community and Facebook to drive traffic.

Advertising Code Integration: Part 1 and Part 2
Easily place advertising code throughout your community with simple settings in the admin area.

Profile Customizations: Part 1 and Part 2
Allow your members to customize the look and feel of their profile page.

Skin Upgrader
Upgrading your skin between versions of IP.Board just became a lot easier.

Soft Delete Posts and Topics
Rather than actually deleting a post or topic you can now hide it from view to easily restore it later.

Notification System
An easier way to be notified of all the various events that happen in your community.

Modification Development Enhancements
Great tools for those that create modifications for IP.Board

Hook System Improvements
Improvements to the IP.Board hook system to make it easier for modification developers to expand the functions in the software.

Search Engine Optimization: Part 1 and Part 2
Allow search engines to better index and rank your community in results.

Search Engine Overhaul
Search engine rebuilt from the ground up introducing more flexibility and power.


#1849101 OpenID Security Update for IP.Board 3.0.2

Posted IPS News on 26 August 2009 - 10:07 AM

OpenID Security Update for IP.Board 3.0.2

We are investigating issues related to OpenID not completely authenticating data which can result in the security of your community being compromised. This issue can only impact your community if you have enabled OpenID logins as the OpenID is disabled when IPS ships IP.Board releases.

Protecting Your IP.Board

There are two methods to protect your community.

Method 1: Disable OpenID

The easiest fix is to simply disable OpenID logins. These login systems are disabled by default in IP.Board so unless you have specifically turned on OpenID you are already protected. This screen shot shows you what to look for in your AdminCP:

20090826-d6rx9uxahxnry1793uftr22ypj.jpg


  • Click "Log In Management" in the AdminCP
  • Look for OpenID in the list. If there is already a red "X" then OpenID is disabled and your community is safe from this issue.
  • If you see a green check: disable OpenID by clicking the drop-down menu to the right, edit details, and set "Log In Enabled" to "No"

If OpenID is disabled and you do not use/need this login method you do not need to do anything further.


Method 2: Upload Source File

If OpenID is in use in your community and you need to keep it enabled simply upload the attached file to your forums directory. The path is included in the zip file and it is just one file.

Attached File  260809.zip   5.17K   5430 downloads





Support services note: as this update is a single-file update or the issue can be eliminated by simply disabling OpenID in the AdminCP we do request that clients apply either the setting or file fix themselves if possible. The 3.0.2 download has been updated as of the time of this announcement.


#1849102 OpenID Security Update for IP.Board 3.0.2

Posted IPS News on 26 August 2009 - 10:09 AM

Manual Instructions
For power users who wish to manually patch their installations. Most users can ignore this information.


File: admin/sources/loginauth/openid/auth.php
Line: 371

if( $check['email'] )
		{
			$this->member_data = IPSMember::load( $check['email'], 'extendedProfile,groups' );
		}
		else
		{
			$this->member_data = array( 'member_id' => 0 );
		}