Search found 8 matches
- Mon Mar 08, 2010 8:04 am
- Forum: Developers Discussion
- Topic: XML-RPC
- Replies: 0
- Views: 2338
XML-RPC
Hey Guys, I'm playing with XML-RPC to try and link my CMSms evironments with 3rd party databases. I know that the docs bury a small point about embedding XML-RPC from http://keithdevens.com/software/xmlrpc, but couldn't figure out where it was buried. So I added to my var/www/site/lib the v2 xml-rpc...
- Tue Feb 23, 2010 9:32 pm
- Forum: CMSMS Core
- Topic: FEU Escape Characters in Email Address
- Replies: 1
- Views: 854
FEU Escape Characters in Email Address
Here's my scenario - Front End Users - Two Groups, "A" and "B" - Add new user to Group "A" normally. Email Address bob@smith.com - Return to Users Tab - Select bob@smith.com - Check box to also add Bob to Group "B", set a new password and [Next] - Complete the...
- Mon Feb 08, 2010 4:49 am
- Forum: Modules/Add-Ons
- Topic: Simple Remember Me
- Replies: 2
- Views: 976
Re: Simple Remember Me
Thanks for the guidance. I have looked at the few posts on this topic, many describing what appears to be a fixed issue, and the one you pointed out, which does help with the intended purpose of Remember Me (to keep use logged in until the click Logout, or until the cookie times out), but I'm hoping...
- Sat Feb 06, 2010 5:59 am
- Forum: Tips and Tricks
- Topic: iCalendar output for CGcalendar (adding event to user's personal calendar)
- Replies: 9
- Views: 8314
Re: iCalendar output for CGcalendar (adding event to user's personal calendar)
Installing your module, notice it has a pre-req of CMSms 1.6.5 ... are there special CMSms features that require such a "current" version, or will I get away with installing into 1.6 ??
Doug
Doug
- Sat Feb 06, 2010 5:55 am
- Forum: Modules/Add-Ons
- Topic: FEU, passing smarty variables, UDT
- Replies: 3
- Views: 3524
{RESOLVED] Re: FEU, passing smarty variables, UDT
Thanks for the guidance ... in the end ... bad coding on my part ...
global $gCms;
$username = $gCms->smarty->get_template_vars('feu_user');
worked like a charm.
global $gCms;
$username = $gCms->smarty->get_template_vars('feu_user');
worked like a charm.
- Sat Feb 06, 2010 5:51 am
- Forum: Modules/Add-Ons
- Topic: Simple Remember Me
- Replies: 2
- Views: 976
Simple Remember Me
Gang, I need some help ... I need to find a simple way to record FEU username and password into a cookie when "Remember Me" is checked, so that the next time user comes to the login page, these fields are prefilled from the cookie. I understand this is different than how remember me works ...
- Fri Nov 20, 2009 10:30 pm
- Forum: Modules/Add-Ons
- Topic: FEU, passing smarty variables, UDT
- Replies: 3
- Views: 3524
FEU, passing smarty variables, UDT
Having an issue with FEU Module, perhaps I am really having a PHP/Smarty issue, would appreciate some kind reflection ... I have an enrollment form that upon submit calls index.php?mact=FrontEndUsers,cntnt01,do_adduser,1 In modules\FrontEndUsers\action.do_adduser.php I added the following line to se...
- Fri Nov 20, 2009 12:25 am
- Forum: Developers Discussion
- Topic: $smarty->assign v $smarty->assign
- Replies: 2
- Views: 3761
Re: $smarty->assign v $smarty->assign
Hey TMK, did you ever get a response or figure out the answer? I have been doing crash course on PHP, Smarty and CMSms over the past month, and this question is top of mind for me too. I couldn't believe 569 times someone read your great question and not once did anyone offer an opinion. So, if I fi...