Gossamer Forum
Home : Products : DBMan : Customization :

Just 2 questions? easy?

Quote Reply
Just 2 questions? easy?
First- when some signs up, then is taken to the login screen. I would like to take them to the add page, not the main menu. Then limit them to only add one record.

Second- Is it possible to use a variable from the database on a static HTML page?
example: Welcome back $rec{'first_name'}

Thanx in Advance :)

-Zenman






Quote Reply
Re: Just 2 questions? easy? In reply to
In Reply To:
First- when some signs up, then is taken to the login screen. I would like to take them to the add page, not the main menu. Then limit them to only add one record.
Go to http://www.jpdeni.com/...ds/limitrecords.html. Choose

Code:

One record per user
Force new user to add record
In Reply To:
Second- Is it possible to use a variable from the database on a static HTML page? example: Welcome back $rec{'first_name'}
I suppose it might be possible through SSI. But how would you know who the person is?

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Just 2 questions? easy? In reply to
I would like to take them to the add page, not the main menu.

I cant find where form1 is?

Thanx in advance :)

Quote Reply
Re: Just 2 questions? easy? In reply to
Yes. I know you want to take them to the add form and not the main menu. That is exactly what the mod does.

When a user logs in, the script looks to see if a record has been added by that user. If not, the user is taken straight to the add form.

In Reply To:
I cant find where form1 is?
What is form1 and why are you looking for it?

JPD
http://www.jpdeni.com/dbman/