Search found 4 matches
- Fri Jan 09, 2009 9:32 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Moving Established Site to a new server - how to
- Replies: 27
- Views: 8966
Re: Moving Established Site to a new server - how to
I've always had trouble uploading entire sites unless I zip it, upload the zip file, then extract on the new server. Not sure if that's the case here or not, but it prevents the risk of some files not uploading properly.
- Tue Sep 09, 2008 10:13 pm
- Forum: Developers Discussion
- Topic: cms_module_CreateFormStart - why cms_htmlentities on $extra?
- Replies: 1
- Views: 1390
cms_module_CreateFormStart - why cms_htmlentities on $extra?
I often add classes to my inputs by passing 'class="classname"' as the $addtext variable into CreateInputText, CreateInputSubmit, etc. Works like a charm. However, I wanted to add a class to my form today. When I pass in the same - 'classname="formclass"' - as the $extra variable...
- Fri Aug 08, 2008 2:29 am
- Forum: Developers Discussion
- Topic: How to pass parameters when using mod_rewrite
- Replies: 3
- Views: 1882
Re: How to pass parameters when using mod_rewrite
There are a couple ways that you *can* do it. The best way is to use setparameters/registerroute. There are docs that pretty much explain it, and the Skeleton module has a good example. Here is an example of how I did it, though: In whatever.module.php you have a SetParameters function. function Set...
- Tue Aug 05, 2008 8:42 pm
- Forum: Modules/Add-Ons
- Topic: AjaxMadeSimple login
- Replies: 2
- Views: 1453
Re: AjaxMadeSimple login
did you ever get this working? I was trying to do something similar over the weekend, but not really ajax. I am using a jqModal (jquery plugin) to popup the login box from any page. I don't really care if it actually logs in ajax-style, so I just post to do_login action as normal, and redirect back ...