Re: AC_FL_RunContent

2009-02-21 Thread AussieFreelancer
well im wondering if the fact that there are htaccess redirects, as well as a different filestructure, which may affect how this js function is setup, because it works in a normal html file, but it doesn't display in cakephp, even though the paths seem to be fine.. On Feb 21, 5:47 am, mscdex

AC_FL_RunContent

2009-02-20 Thread AussieFreelancer
Hi all, just wondering if anyone could see why the flash in the following doesn't work: http://sjtourism.aussiefreelancer.com.au/ (big white space in the middle) while this flash does: http://sjtourism.aussiefreelancer.com.au/img/slideshow/slideshow.html The first url seems to be running the

ajax callbacks running on page load

2009-01-20 Thread AussieFreelancer
hi all, i have a weird problem where a site I am working on, the callbacks all seem to run on page load. this happens so far, with autocomplete (i cant use the afterUpdateElement callback), and I have just now also noticed it with drop (i can't use the onDrop callback). whatever i have in the

$ajax-autoComplete - afterUpdateElement running on page load

2009-01-18 Thread AussieFreelancer
Hi all, I have googled and searched these groups also, but can't seem to find the answer to my problem, which leads me to believe that i must be doing something wrong, rather than it being an issue with cakephp or helpers. I am running cake 1.2, and I have the autocomplete setup and working. The

CakePHP and Microsoft CRM

2009-01-14 Thread AussieFreelancer
Hi all, on a couple of occasions, clients have requested the integration of their website with Microsoft CRM. It seems to me that MS CRM is actually very closed and secure code, so 'hooking' into it, is not too easy, but I can't seem to find any information on the internet with regards to

Re: ACL/Auth Speed Issues

2009-01-12 Thread AussieFreelancer
certainly looks like it could be the go, how do i then reference that? Just include it in components instead of Acl? thanks patrick On Jan 11, 7:17 am, Marcus J. Ertl marcus.e...@gmail.com wrote: AussieFreelancer schrieb: Hi there, yes i have put in indexes, im pretty sure i have done

ACL/Auth Speed Issues

2009-01-10 Thread AussieFreelancer
Hi, does anyone have a working example of where acl and auth components are being used for a membership base of 10,000+ and there are no speed issues? I really need to find an effective permissions solution, which i thought acl and auth was, but i have serious speed issues whenever im accessing

Re: ACL/Auth Speed Issues

2009-01-10 Thread AussieFreelancer
...@gmail.com wrote: On Sat, Jan 10, 2009 at 2:36 AM, AussieFreelancer patr...@aussiefreelancer.com.au wrote: Hi, does anyone have a working example of where acl and auth components are being used for a membership base of 10,000+ and there are no speed issues? I really need to find an effective

Auth/Acl Limitations..

2008-12-06 Thread AussieFreelancer
Hi all, I am working on a site which currently has around 12000 members. I am converting it to a cake site, and am using the Auth and Acl components. Now that I have imported all the users, an issue I am coming up against, is that where I am creating or deleting an aro, the page actually hangs.

Slider not moving

2008-12-02 Thread AussieFreelancer
Hi all, I have just been playing with sliders, seeing how they work and how to implement them, but the problem is that they just not moving. I have tried using the ajax helper, and I have also tried using the code from http://github.com/madrobby/scriptaculous/wikis/slider, but they don't work.

Re: Slider not moving

2008-12-02 Thread AussieFreelancer
I see in the screenshot you have used it, but I am still not sure how to get it working on my website.. I have tried hardcoding the sliders using normal prototype, but it made no difference.. On Dec 3, 11:18 am, Azril Nazli [EMAIL PROTECTED] wrote: I also stuck with default CakePHP slider,

Re: $uses kills associations in cakephp 1.2

2008-11-05 Thread AussieFreelancer
. As a quick fix I usually just add the killed model to $uses. What to note then: I found that the order of the models in the uses variable play a role too! Cheers, Tobi On Oct 29, 2:03 am, AussieFreelancer [EMAIL PROTECTED] wrote: Hi all, I have been struggling to find the root of a problem i

$uses kills associations in cakephp 1.2

2008-10-28 Thread AussieFreelancer
Hi all, I have been struggling to find the root of a problem i am having, and i think i have just found it. It appears that when i use the $uses variable in my controller, the tables are no longer associated... As an example, League belongsTo User $this-League-read(null, $id) returns:

Completely Dynamic Reporting

2008-09-18 Thread AussieFreelancer
Hi All, My client is requiring some reports, their site is built using 1.1, but they would ideally like the ability to completely customise the report, so for example, they choose the tables included in the report, and the fields etc. I think that maybe it isn't possible due to the amount of

$html-link default titles

2008-09-11 Thread AussieFreelancer
I have just done a quick google search, and can't seem to see anything about this, but I have been thinking for some time now, that for accessibility reasons, wouldn't it make sense for the links to have a default title, and even images have an empty alt tag by default? The link title could

Re: $html-link default titles

2008-09-11 Thread AussieFreelancer
, why do you need to repeat the link text in the link title? Won't this effectively cause the screenreader to speak the link text twice? Cheers, Adam On Sep 12, 11:38 am, AussieFreelancer [EMAIL PROTECTED] wrote: I have just done a quick google search, and can't seem to see anything

ajax observe field element null

2008-09-01 Thread AussieFreelancer
Hi all, i am trying to use the ajax-observeField code, as below: ?php echo $ajax-observeField('AcumarcJob.site_id', array('url' = '/ acumarc_sites/list_buildings', 'update' = 'buildings')); ? AcumarcJob.site_id is the form field, the url is the action linking to the view obviously, and then

Re: ajax observe field element null

2008-09-01 Thread AussieFreelancer
actually, I think it was because I was using AcumarcJob.site_id instead of AcumarcJobSiteId. That part is working now, i do have another question but i will make a separate post.. Thanks! Patrick On Sep 1, 9:54 pm, AussieFreelancer [EMAIL PROTECTED] wrote: Hi all, i am trying to use the ajax

ajax dynamic selects with a mixture of single and multiple selects

2008-09-01 Thread AussieFreelancer
Ok, I almost have this working now :D I have a single select box, and a hidden input. When the single select box is changed, it runs a js function which then places the value of the select into the hidden input. I have used ajax-observeField for that hidden field, to then pull a list of

Re: Auth Component on Zeus Hosting

2008-08-27 Thread AussieFreelancer
://bin.cakephp.org/view/1837474952 On Thu, Aug 7, 2008 at 4:35 AM, AussieFreelancer [EMAIL PROTECTED] wrote: Hmm, I changed it from High to Medium with no effect, and also to Low without having any effect either... I will double check the links for non-existent files, this could be something to do

Re: Auth Component on Zeus Hosting

2008-08-27 Thread AussieFreelancer
logs for any warnings about missing files/ images etc. On Aug 27, 11:23 am, AussieFreelancer [EMAIL PROTECTED] wrote: ok, so no whitespace, but still not sure what is causing it.. still the same issue, doesn't seem to like the sessions very much and kicks me out randomly... has no-one had

paginate variable being passed as boolean

2008-07-09 Thread AussieFreelancer
hi all, i have spent some stupid hours on this, and still cant work out what is going on... I have this code: var $paginate = array( 'AcumarcBuilding' = array( 'limit' = 25, 'order' = array(

Re: paginate variable being passed as boolean

2008-07-09 Thread AussieFreelancer
false but something to think about) Secondly, maybe use a different variable besides $data. It shouldn't matter but I'd be likely to try it anyway. On Wed, Jul 9, 2008 at 8:57 AM, AussieFreelancer [EMAIL PROTECTED] wrote: hi all, i have spent some stupid hours on this, and still cant work

Re: paginate variable being passed as boolean

2008-07-09 Thread AussieFreelancer
, $this-paginate('AcumarcBuilding')); and then pr($data) in your view (if you aren't already). On Jul 9, 7:44 am, AussieFreelancer [EMAIL PROTECTED] wrote: hmm, and what is also weird is that when i do this, $this-data = $this-AcumarcBuilding-read(null, $building_id); then debug($this-data

Re: paginate variable being passed as boolean

2008-07-09 Thread AussieFreelancer
that one of the field names was incorrectly spellt, so it wasnt able to pull from the db. Wow, I can't believe how long that has taken to find that out. Thanks for your help with this, sorry that it was my simple mistake : ( Patrick On Jul 10, 6:01 am, AussieFreelancer [EMAIL PROTECTED] wrote: Ok

Undefined Method after upload to server

2008-06-11 Thread AussieFreelancer
Hi, I have a problem and I have no idea where to start looking. I have developed a website using cakephp on my website's server (http:// ryanwealth.aussiefreelancer.com.au), and following the clients approval, have uploaded it to his (www.ryanwealth.com.au) Problem is, that on his server, it

Re: Displaying swf files?

2008-06-11 Thread AussieFreelancer
Hi, I'm also having similar problems, but the embed doesnt seem to do anything for me.. I have several flash image which i need to dynamically load, and i have the following js function: function imgSwap(type, file) { if(type == 'Photo') {

Re: 1.1 ajax-observefield for dynamic select... possible?

2008-05-16 Thread AussieFreelancer
, May 7, 2008 at 8:31 PM, AussieFreelancer [EMAIL PROTECTED] wrote:  Hi, is it possible to use the ajaxobservefieldin1.1to create  dynamic selects? I figured this could be quite a handy way to achieve  chained selects, but it seems like you can only display the returned  value in a div

Re: 1.1 ajax-observefield for dynamic select... possible?

2008-05-16 Thread AussieFreelancer
I dont know anything about jquery though :( are there any tutorials for this kind of thing? Thanks Patrick On May 16, 2:28 pm, francky06l [EMAIL PROTECTED] wrote: Maybe using jQuery, you can use jQuery AND prototype on same application. hth On May 16, 8:12 am, AussieFreelancer [EMAIL

1.1 ajax-observefield for dynamic select... possible?

2008-05-07 Thread AussieFreelancer
Hi, is it possible to use the ajax observefield in 1.1 to create dynamic selects? I figured this could be quite a handy way to achieve chained selects, but it seems like you can only display the returned value in a div, is that right? If it is not possible to generate dynamic selects using ajax

Database adding unwanted entries

2008-04-28 Thread AussieFreelancer
Hi all, I'm sure this must be me, but I can't see what I am doing wrong so thought I would post here. I am trying to set up a posts/tags kind of thing with a site I am building which stores presentations. So there can be tags associated with a presentation. I didn't want a multiple select box

Cake 1.2 Undefined Variable: paginator

2008-04-25 Thread AussieFreelancer
Hi All, I have just had a look through the groups, and tried a couple of things suggested, but for some reason I can't get the paginator working properly still. This is my controller: ** CONTROLLER *** class

Re: Cake 1.2 Undefined Variable: paginator

2008-04-25 Thread AussieFreelancer
see how it is done... Is this possible? On Apr 26, 8:46 am, Chris Hartjes [EMAIL PROTECTED] wrote: On Fri, Apr 25, 2008 at 8:26 PM, AussieFreelancer [EMAIL PROTECTED] wrote:  Hi All,  I have just had a look through the groups, and tried a couple of  things suggested, but for some reason I

Re: Cake 1.2 Undefined Variable: paginator

2008-04-25 Thread AussieFreelancer
doesn't accept an SQL Query string like the findAll etc does? Seems like that would be a logical addition to it.. Thanks Patrick On Apr 26, 10:05 am, Chris Hartjes [EMAIL PROTECTED] wrote: On Fri, Apr 25, 2008 at 9:30 PM, AussieFreelancer [EMAIL PROTECTED] wrote:  Right you are! :D Man

Access Documents Outside of Webroot

2008-02-11 Thread AussieFreelancer
Hi All, I am not sure if this is possible, but I am hoping it is... Problem: My client's website has hundreds of members, and each member can have permissions and a user group associated with them. An administrator who has permission to manage employees, needs to be able to open documents

Re: Access Documents Outside of Webroot

2008-02-11 Thread AussieFreelancer
hey thanks Tarique, I had a look and found the download method, which I attempted and it works perfectly. :D thanks for your help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group,

Show All Errors on submit

2007-12-16 Thread AussieFreelancer
Hi All, I have 2 tables, users and profiles. Along with those I have 2 models, and in those models I have some validation rules. When I submit a form that has fields for User and Profile on it, the User is validated first. If a required field is empty, obviously cake stops processing it and