Search found 26 matches
- Wed Feb 18, 2009 5:18 am
- Forum: Modules/Add-Ons
- Topic: FEU Lost Username
- Replies: 2
- Views: 1224
FEU Lost Username
I posted about this some time ago. It seems to me that the "Lost Username" feature of FEU should not be asking for the password. Chances are pretty good that if the user has forgotten the username of their account, they likely won't be remembering their password. I suggest that both feat...
- Wed Feb 18, 2009 4:59 am
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4527
Re: FEU Remember Me option
I put in a bug report in August. At the end of January, I posted again, and Robert Campbell told me to try the latest version. I tried it and posted back in the bug, and updated this thread.
Hopefully between the both of them we can get this feature working properly again.
Hopefully between the both of them we can get this feature working properly again.
- Wed Feb 18, 2009 3:35 am
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4527
Re: FEU Remember Me option
Ok, so I've finally upgraded to the latest FEU and CMSMS. This function still does not work. From what I can gather, the cookie is properly being set by the system. However, when I visit either my login page or any of the pages that I've "locked down" so only logged in users can access t...
- Fri Oct 24, 2008 4:01 pm
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4527
Re: FEU Remember Me option
Then how would I get this feature to work? The users do need this option to be enabled, but I'd rather not create extra work for myself in the long run by introducing a security breach.
- Mon Oct 20, 2008 11:44 pm
- Forum: Modules/Add-Ons
- Topic: FEU Remember Me option
- Replies: 12
- Views: 4527
FEU Remember Me option
I'm just curious as to how the FEU's "Remember Me" is supposed to work. I've been getting reports that it's not actually remembering a user. I tried this myself, and found out that it remembers the login only while the browser window remains open. Once the browser is cleared and the use...
- Mon Oct 20, 2008 11:39 pm
- Forum: Modules/Add-Ons
- Topic: self Registration module + payment
- Replies: 3
- Views: 1684
Re: self Registration module + payment
I've actually done quite an extensive site with this exact idea in mind. I tried many routes, including having a full shopping cart system. In the end, I cleared out all the clutter, and reduced it to a simple UDT. This UDT has options such as VAT (primitive), discount codes (decent), and is curr...
- Mon Oct 20, 2008 11:33 pm
- Forum: CMSMS Core
- Topic: Backend users
- Replies: 1
- Views: 1029
Backend users
I have a site set up with a members section, which only users logged in through FEU and in the appropriate group can access. However, some content adding members with access to the backend need to be able to see the changes live, even in the members section. Instead of having 2 logins for them, I'...
- Wed Aug 06, 2008 6:55 am
- Forum: CMSMS Core
- Topic: Page alias problem with NMS
- Replies: 0
- Views: 912
Page alias problem with NMS
I've had this problem occur with more than just NMS, but most recently I've started to get this problem. I have a site set up with a single template. There is control in this template to add extra content to the home page, which has a convenient alias of 'home'. I also have a blank page set up, ap...
- Wed Aug 06, 2008 6:40 am
- Forum: Modules/Add-Ons
- Topic: Newsletter Made Simple - Subscribe template
- Replies: 3
- Views: 1813
Re: Newsletter Made Simple - Subscribe template
Well yes. I have multiple lists, and I want to choose a different signup form format for each. Some signup forms appear in my navigation, some are on their own page, and some others will be integrated in with content. I'd like the ability to pick and choose which template my signup form is create...
- Fri Aug 01, 2008 2:51 pm
- Forum: Modules/Add-Ons
- Topic: Newsletter Made Simple - Subscribe template
- Replies: 3
- Views: 1813
Re: Newsletter Made Simple - Subscribe template
Bump for assistance.
- Tue Jul 29, 2008 8:58 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Newsletter Made Simple - Jobs
- Replies: 3
- Views: 1767
Re: [SOLVED] Newsletter Made Simple - Jobs
Well then I stand corrected. In any case, the 30 second delay was causing the execution of my batches to die, so the change had the desired effect.
- Tue Jul 29, 2008 8:11 am
- Forum: Feature ideas
- Topic: Metadata tags
- Replies: 13
- Views: 13380
Re: Metadata tags
I just encountered this today. I have a user who was adding content, and she found the Options tab under the page. So, merrily on her way, she entered plain text keywords in the metadata field. I came to check out the site today, and I see plain text in the . I think the metadata section of glob...
- Tue Jul 29, 2008 8:03 am
- Forum: Modules/Add-Ons
- Topic: Newsletter Made Simple - Subscribe template
- Replies: 3
- Views: 1813
Newsletter Made Simple - Subscribe template
NMS has the options archivemsg_template and archivelist_template. I would like to know if there is a way to enable similar support for the subscription form. Basically, I am using the subscription form on multiple places on the site. One is on the sidebar. The other would be on it's own page. Bo...
- Tue Jul 29, 2008 6:57 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Newsletter Made Simple - Jobs
- Replies: 3
- Views: 1767
Re: Newsletter Made Simple - Jobs
I found the problem. There was a error in the queue processing function causing a 30 second wait instead of a 30 micro second wait. Open: action.process_queue.php. Find: line 430: sleep($this->GetPreference('between_batch_sleep',30)); Replace with: usleep($this->GetPreference('between_batch_sleep',...
- Tue Jul 29, 2008 5:50 am
- Forum: Developers Discussion
- Topic: CreateLink alt/title fix
- Replies: 1
- Views: 1413
CreateLink alt/title fix
I noticed that the CreateLink() method improperly implements the alt/title text in the tag. What was happening was the alt text passed through the CreateLink() function (and passed to cms_module_CreateLink()) was just taking the passed text and sticking it in at the end of the tag. This doesn't wo...