Witam mam wgrany Unreal Portal na forum.
Co zrobić, by nie wyświetlał on się jako pierwszy na stronie, lecz wyświetlały się fora ?
W instrukcji jest tak:
Open index.php
find
'component' => array( 'component' , 'component' , array() ),
Add After:
'uportal' => array( 'uportal' , 'uportal' , array('uportal_blocks', 'uportal_settings', 'uportal_custblocks', 'uportal_content', 'birthdays', 'calendar','emoticons','bbcode','badwords','attachtypes' ) ),
find
$ipsclass->input['act'] = ( IPB_MAKE_PORTAL_HOMEPAGE ) ? 'home' : 'idx';
Replace
$ipsclass->input['act'] = ( IPB_MAKE_UPORTAL_HOMEPAGE ) ? 'uportal' : (( IPB_MAKE_PORTAL_HOMEPAGE ) ? 'home' : 'idx');
find
$ipsclass->input['act'] = ( IPB_MAKE_PORTAL_HOMEPAGE ) ? 'home' : 'idx';
replace
$ipsclass->input['act'] = ( IPB_MAKE_UPORTAL_HOMEPAGE ) ? 'uportal' : (( IPB_MAKE_PORTAL_HOMEPAGE ) ? 'home' : 'idx');
find
if ( !isset($ipsclass->input['_low_act']) OR !$ipsclass->input['_low_act'] OR $ipsclass->input['_low_act'] == 'idx' )
relace
if ( !isset($ipsclass->input['_low_act']) OR !$ipsclass->input['_low_act'] OR $ipsclass->input['_low_act'] == 'idx' OR $ipsclass->input['_low_act'] == 'uportal' )
Co pozmieniać, by pierwsze wyświetlały się fora, a po kliknięciu na jakieś hiperłącze pokazywało portal ??
Pozdro,
Gexem