af3 wrote:
sham wrote:

Thanks for this great mod... I'm succesfully run this mod (1.2.1) on phunbb v.1.2.6, every thing is working fine except when I switch to sent, there's no message on it even i send a message..

Please help me resolve this...

Same here.. works fine on 1.2.6 except that the sent messages are not saved (shown) in the Sent folder.

there's no bug, you need to check the box to save messages sent to store the sent copies...

Tobi wrote:
sham wrote:

i have this error. please help me resolve it... thanks in advance

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\Xitami\xxx\_forums\viewtopic.php on line 363

First, see if there is maybe a ";" missing at the end of a php line where there should be one.

If that doesn't help paste here the code around your line 363 (say, 320 to 365, please not all viewtopic smile )

thanks a lot... I already solve the problem smile

Thanks for this great mod... I'm succesfully run this mod (1.2.1) on phunbb v.1.2.6, every thing is working fine except when I switch to sent, there's no message on it even i send a message..

Please help me resolve this...

I running the forum on an intranet not in the internet... I will attach my search.php and viewtopic.php here.

by the way here's my setup:

OS ----Windows 2000 pro workstation
Webserver---- Xitami v.2.5c2
Mysql---------- v.4.1.13a-nt
php------------ v.5.0.4

thanks in advance

i have this error. please help me resolve it... thanks in advance

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\Xitami\xxx\_forums\viewtopic.php on line 363

forwarded me to page cannot be found error

----viewtopic.php---

1. new topic (url below shows cannot be found error)

http://xxx-xxx/_forums/viewtopic.php?id=9&action=new


----Search.php----------

1. show unaswer post on footer (url below shows cannot be found error)

http://xxx-xxx/_forums/search.php?action=show_unanswered

2. Show your post on footer (url below shows cannot be found error)

http://xxx-xxx/_forums/search.php?action=show_user&user_id=2

3. when seaching for author (note: this only happens when you enter a match author) (if you enter a non match author, no hits is dispayed)

http://xxx-xxx/_forums/search.php?action=search&keywords=&author=richard&forum=-1&search_in=all&sort_by=0&sort_dir=DESC&show_as=topics&search=Submit

4. when searching for keywords (note: this only happens when you enter a match keyword) (if you enter a non match keyword, no hits is dispayed)

http://xxx-xxx/_forums/search.php?action=search&keywords=shortcut&author=&forum=-1&search_in=all&sort_by=0&sort_dir=DESC&show_as=topics&search=Submit

please help me fix this problems:

1.on forum topic there's a link states that [new post] , when i click this link it points to a broken link.

2.problem on seach. When i enter a correct keyword or author name on search field when i click submit it also points to a broken link which means search script dont work. by the way when i enter a wrong(non exixting keyword or author, it say your search retuned no hits whick means it works.