PDA

View Full Version : Newbie. Errors, please help


flyanaconda
04-09-2006, 12:08 AM
Q1.
I moved the login script to the home page to make users happier.

However I see this error right under login text field

Content visible to registered users only.

What does it mean, could it be fixed, finally -could I move that part of the script to the home page?


Q2.
I'm testing the PHP directory. I created a test account and tried to login and add the link/ However it doesn't look like I'm logged in. Submit link features directs me to the page registration again. Looks like form action isn't connected to any script
Content visible to registered users only.

Q3.
The feature "turn on/turn off user registration" for links submission doesn't work.

anon
04-09-2006, 02:32 AM
Content visible to registered users only.
thats the function that assigns your install paths for templates.

Content visible to registered users only.
there is a post by Boby to fix this, somewhere in the forums, im not sure exactly where though. a few lines were mixed/matched

Content visible to registered users only.

once you fix Q2, i believe Q3 will resolve as well.

flyanaconda
04-09-2006, 12:52 PM
anon, thank you.
I'll try to find the answer for Q2.

However Q1 still be unclear. The function name doesn't tell anything about how to fix it :roll:

anon
04-09-2006, 12:55 PM
$tpl = new IntSmarty($language);
$tpl->template_dir = INSTALL_PATH.'templates';
$tpl->compile_dir = INSTALL_PATH.'temp/templates';
$tpl->cache_dir = INSTALL_PATH.'temp/cache';
return $tpl;


looks pretty clear to me.

(and remember, i am just taking a 'stab' at it, i might not be right in the direction im going)