Quote:
Originally Posted by The Geek
I did this for another guy a little while ago and am now kicking myself for not documenting it.
rt_template stands for run time template. That is changed in functions_geekarticles and the value should be GAS_forumdisplay.
ooops. Just noticed my typo... do this instead:
PHP Code:
// === GAS step 208 ===
if ($GAS_setting['rt_template']){
eval('$HTML = "' . fetch_template($GAS_setting['rt_template']) . '";');
}else{
eval('$HTML = "' . fetch_template('FORUMDISPLAY') . '";');
}
print_portal_output($home, $HTML);
// === /GAS step 209 ===
|
yup, that did it the geek

thank you very much for all of your help, i appreciate it... i was going to vote for this hack as hack of the month... but as I see, you all already won the award