Search found 8 matches
- Thu Jun 03, 2010 6:10 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Management Module
- Replies: 9
- Views: 3323
Re: Frontend User Management Module
Since there is only going to be one username, I will not need to use jquery at all. I am just not sure how to get the username in the input box, see below. {$prompt_username}: {$input_username} I would like the smarty tag {$input_username} to be just an input box with the username static within it....
- Thu Jun 03, 2010 3:37 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Management Module
- Replies: 9
- Views: 3323
Re: Frontend User Management Module
Thanks again for all your great ideas.
I am not trying to not have a username to put in. There will only be one username and password for everyone now. I just need to find out how to put the username in the input box for the username field so they do not have to enter it. Does this make sense?
I am not trying to not have a username to put in. There will only be one username and password for everyone now. I just need to find out how to put the username in the input box for the username field so they do not have to enter it. Does this make sense?
- Thu Jun 03, 2010 3:06 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Management Module
- Replies: 9
- Views: 3323
Re: Frontend User Management Module
Thanks for your response, but I would really like to stick with Front End User Module because we are hoping to convert them over, and there may be many users/passes to come. For now I just need to figure out how to have no username or how to insert the username so they do not have to enter it. Any...
- Wed Jun 02, 2010 4:57 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Management Module
- Replies: 9
- Views: 3323
Re: Frontend User Management Module
This is the code it is using for the Login Template for the username field..
{$prompt_username}: {$input_username}
{$prompt_username}: {$input_username}
- Wed Jun 02, 2010 1:49 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Management Module
- Replies: 9
- Views: 3323
Frontend User Management Module
I have the Frontend User Management Module installed and all configured. The problem I am having is that i do not want the user to have to put in an username. I want the page to be protected by just a password. Is there any way to do this? If this doesnt work, is there any other way to put the u...
- Tue May 25, 2010 3:01 pm
- Forum: Modules/Add-Ons
- Topic: Frontend User Add Group error
- Replies: 7
- Views: 3264
Re: Frontend User Add Group error
This is happening to me too. New 1.7 CMSMS with the newest Frontend module. Please help.. Exact error is this when creating Group.
Column count doesn't match value count at row 1 INSERT INTO cms_module_feusers_grouppropmap VALUES('members',1,0,'3',-1)
Column count doesn't match value count at row 1 INSERT INTO cms_module_feusers_grouppropmap VALUES('members',1,0,'3',-1)
- Tue Mar 30, 2010 3:35 am
- Forum: Developers Discussion
- Topic: User Defined Tags Help
- Replies: 2
- Views: 1622
Re: User Defined Tags Help
Thanks for your help. It makes sense. Ive tried what you said but still nothing.... I will get to reading up on Smarty but its pretty extensive. Can you look at my code and see what im doing wrong? I will post what i have now.. {literal} $(document).ready(function() { $('#image_rotate')....
- Tue Mar 30, 2010 3:20 am
- Forum: Developers Discussion
- Topic: User Defined Tags Help
- Replies: 2
- Views: 1622
User Defined Tags Help
I have a simple php tag that i cant get to work that i wanted to use as a user defined tag... Here is the php
When i put this as a user defined tag as
= $image_rotation;
It wont let me add it because of the starting =
Any suggestions...
When i put this as a user defined tag as
= $image_rotation;
It wont let me add it because of the starting =
Any suggestions...