⚠ In case you've missed it we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This forum is read-only and soon will be archived. ⚠


Nico

Member Since 02 Aug 2012
Offline Last Active Jun 05 2013 10:39 PM
-----

Posts I've Made

In Topic: Edit from list

05 June 2013 - 10:39 PM

Well, not really asking for someone to do it for me :)

Else i'd better stop calling myself programmer...

 

Just some directions would be ok.

 

But if you can't it's ok, I thank you for your answers anyways :)


In Topic: Edit from list

05 June 2013 - 01:05 AM

I was more thinking of something around EditableGrid, which I just discovered but wouldn't work with CRUD at this point.

 

I think at some point I saw a post on this forum of someone asking more or less the same as me but someone else answered something like "It should be added in CRUD in some version", I don't really remember when, who and what.

Anyways, I'm at the point where I have to try to make something like that work without having to wait for a maybe future version which might have it, but I don't have the knowledge of our good friend kabadabra, able to work around CRUD to make something work!! Or even Johnny who created that cool system!

 

During the last few hours, I tried to find a way to do some workarounds Ajax...but, I'm having difficulting finding a way to get enough required data from the list to run DB queries...and I don't even know how to add those data from the core to the theme template...


In Topic: CRUD dropdown filtering

04 June 2013 - 09:33 PM

Thanks, I've found my way through the theme's code and managed to make it work!!

It'll have saved me from hacking through the core :)


In Topic: Jquery scripts

22 August 2012 - 09:40 PM

Great!!!

Thank you!

In Topic: [SOLVED] Set rules is unique doesn't work

03 August 2012 - 03:11 AM

But there has to be a way to get the primary key on edition for the rule(which you don't have on addition...so, it would help to know what is the current operation) which could help to find, if the username is not unique, if at least it is the user's one. if so, the update runs, else, an error appears.


It could prevent to have to disable the username field during edition...

((I have that issue and instead of starting another thread, I use the one that has an issue slightly different than me...I don't know if it's a problem...))

I need to have access to the username but keep the rule that verify if it is unique even if i have to make a callback...



[UPDATE] Oops...i didn't see the SOLVED...sorry, should I start a new thread then????