Page 1 of 1
SOLVED: A few questions

Posted:
Sat Jun 03, 2006 7:45 pm
Author: aoowais
Hi, I've managed to get my board running phpbb 2.0.19 working, however I've tried to upgrade to 2.0.20 but my database refuses to upgrade. Anyway I think I'll remain with 2.0.19 for the time being.
Yet the problem with all versions of my forum that I'm using, Prillian just doesn't work very well. Prillian displays in my admin menu, thats ok, but when I load it from the board, nothing comes out at all.
Btw, I discovered that a few themes don't really work properly eg Solaris and Chronicles. The strangest thing is, no one can register at my board because everytime the register button is clicked, they are taken to the login page.
Can anyone please help?
Re: A few questions

Posted:
Sat Jun 03, 2006 8:40 pm
Author: Teelk
Can we get a link to your live site? It may shed some light on your problem.
Re: A few questions

Posted:
Sat Jun 03, 2006 8:48 pm
Author: Helter
you must have an incomplete update somewhere, because it appears your board cannot find {U_REGISTER}
to get around this for now you can edit the links directly
for solaris,
open overall_header.tpl
find
<a href="{U_REGISTER}"
replace with
<a href="profile.php?mode=profil&sub=profile_prefer&mod=0 "
for Chronicles, backup your overall_header.tpl and replace with this
[code]<DOCTYPE><!-- mod ]
Re: A few questions

Posted:
Sun Jun 04, 2006 12:09 am
Author: aoowais
Thanks so much, I really have no idea why everything started to fall into place now. Even Prillian is working. <img>
However, I don't feel that confident of updating to 2.0.20 yet, this morning I just did but my board wouldn't load properly after that.
If you want to see it: [url=http]My forum[/url]
Btw, I can't seem to change the title of "Integra News" although I've already done so in my admin. Also, on the block, try clicking on "Index", "Categories" or "Archives" it'll bring you to a page not found thing. How do I get rid of that?

Posted:
Sun Jun 04, 2006 11:48 am
Author: tmotley
In terms of the title, you must set Localize Titlebar: to No.
ACP
IMPortal
Blocks Management
Default Portal
News Block
Near bottom set Localize Titlebar: to No
Submit
In terms of your links on News not working, do this:
ACP
News Management
Configuration
News Mod Base URL set to http://wap.profusehost.net/forum/
News Mod Index File set to portal.php
Submit

Posted:
Sun Jun 04, 2006 5:22 pm
Author: aoowais
Thanks.