Hey Geek, (respect intended)
On Manual Step 200 you have the following:
=======================================
step 200
in forumdisplay.php, replace:
$phrasegroups = array('forumdisplay'
with:
//=== GAS Step 200 ===
$phrasegroups = array('forumdisplay', 'geek_articles'
============================================
The actual file has a closing bracket here array('forumdisplay') <-----
Should I add the bracket after ....'geek_articles' ?
Same thing on:
first step 1 in editpost.php
Step 500 in newthread.php
Step 600 in showthread.php
Step 700 in printthread.php
My printthread.php is 0 bytes with no content so I could not make manual changes. I noticed that the original zip contained a printthread.php 6kb in size so I have replaced it and made changes.
Also there is no "// build thread data" in forumdisplay.php as mentioned in step 207. I took a guess on where to place this.
Install appears to work fine.
|