2006-01-30, 06:08 PM
MenthiX Wrote:Nice. Sorry for replying so late, but school was busy and installed it just 2 days ago because of that. It looks very nice except from one little problem I have.Yes, I've noticed that problem too. Here is a fix:
The problem is related to the PM templates. The variables that you can use to generate links to the topic aren't right on my board.
Move templates:
{1} = [ url=http://showthread.php/?tid=TID]THREADTITLE[/url ]
{2} = [ url=http://forumdisplay.php/?fid=FID]OLDFORUMSECTION[/url ]
{3} = [ url=http://forumdisplay.php/?fid=FID]NEWFORUMSECTION[/url ]
Rename templates:
{2} = [ url=http://showthread.php/?tid=TID]NEWTHREADTITLE[/url ]
There is nothing wrong with THREADTITLE, OLDFORUMSECTION, NEWFORUMSECTION, NEWTHREADTITLE, TID or FID. But as you can see, the domainname is missing in the url links and showthread.php/forumdisplay.php is in the wrong place.
I don't know if others have this problem too. Looks easy to fix, just place *.php behind the last slash and use the Board URL in front of that. I didn't take a look at your source yet to see if my board is just acting strange or if you mixed things up a little. I'm currently running my board under Windows IIS btw, that might have something to-do with it.
[attachment=2171]
(download file has been uploaded too)