Profile Control Panel

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
arkois
Berichten: 13
Lid geworden op: 01 mar 2005, 21:05
Locatie: Utrecht
Contacteer:

Profile Control Panel

Bericht door arkois » 03 mar 2005, 14:44

Ik heb deze geinstalleerd en krijg een error..

Parse error: parse error in C:\webhosting\arkois\ais240205b\phpbb.x-beats.nl\www\includes\functions.php on line 588

Dit is de code:

Code: Selecteer alles

//-- mod : profile cp ------------------------------------------------------------------------------
// here we replaced
//	start
// with
//	$start_field
//-- modify
				$page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>'  : '<a href="' . append_sid($base_url . "&$start_field=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>';
//-- fin mod : profile cp --------------------------------------------------------------------------



				if( $i <  $total_pages )
				{
					$page_string .= ", ";
				}
			}
		}
	}


	else 
	{
		for($i = 1; $i < $total_pages + 1; $i++)
		{
//-- mod : profile cp ------------------------------------------------------------------------------
// here we replaced
//	start
// with
//	$start_field
//-- modify
			$page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&$start_field=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>';
//-- fin mod : profile cp --------------------------------------------------------------------------
else <= is lijn 588

Hoop dat iemand me kan helpen..

arkois
Berichten: 13
Lid geworden op: 01 mar 2005, 21:05
Locatie: Utrecht
Contacteer:

Bericht door arkois » 03 mar 2005, 15:59

IS al gelukt

Gesloten