Fusion Digital Logo 06 Sep 2010 
Support Center » Knowledgebase » IP.Board Skin Hook Not Executing
 IP.Board Skin Hook Not Executing
Article

IP.Board 3.1.0 and earlier contain a bug which prevents all of the "hooks" assigned to deal with some types of requests from running.  The following file edit can be applied in order to fix this (it will need to be applied after any upgrade as well, until such time as IP.Board itself is fixed).

Note that below instructions are based on IP.Board 3.0.5, for IP.Board 3.1.0, the line numbers may need changing.

In /admin/sources/classes/output/publicOutput.php, find this line (approximately line 3035):

$thisContents = str_replace( "(~id~)", "_{$id}", $thisContents );

And add below it the following line:

if ( $classname != '' ) $thisContents = str_replace( $name."_{$id}", $classname, $thisContents );


Article Details
Article ID: 6
Created On: 10 Jun 2010 9:34 PM

 This article was helpful  This article was not helpful
 Back
 Log in [Lost Password] 
E-mail:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News
Language:

© Copyright 2010 Fusion Digital Entertainment Limited. All Rights Reserved
Helpdesk Software by Kayako SupportSuite v3.70.02