# |
Jul 27th 2009, 16:02 |
ProLoser|Work |
i kinda created a custom countercache |
# |
Jul 27th 2009, 16:02 |
ProLoser|Work |
i sorta don't get how you use the code field |
# |
Jul 27th 2009, 16:02 |
ProLoser|Work |
but yahoo only has 1 way to gain points |
# |
Jul 27th 2009, 16:02 |
AD7six |
ProLoser|Work: to start with using the same system as yahoo |
# |
Jul 27th 2009, 16:00 |
ProLoser|Work |
AD7six: were you designing it so there are multiple ways to gain points? |
# |
Jul 27th 2009, 15:16 |
AD7six |
sometimes/yes/no that's part of normal cake life |
# |
Jul 27th 2009, 15:16 |
ProLoser|Work |
or do you not? |
# |
Jul 27th 2009, 15:16 |
ProLoser|Work |
in the models |
# |
Jul 27th 2009, 15:16 |
ProLoser|Work |
when you define the relationships i mean |
# |
Jul 27th 2009, 15:16 |
AD7six |
how do you mean |
# |
Jul 27th 2009, 15:15 |
ProLoser|Work |
do you alias those relationships or just leave them as default? |
# |
Jul 27th 2009, 15:14 |
AD7six |
ProLoser|Work: to be able to count a user's best answers without the join |
# |
Jul 27th 2009, 14:25 |
ProLoser|Work |
don't you just need a question_id and answer_id ? |
# |
Jul 27th 2009, 14:25 |
ProLoser|Work |
why do you have the user_id in the best_answers table? |
# |
Jul 27th 2009, 14:24 |
ProLoser|Work |
ah |
# |
Jul 27th 2009, 14:24 |
AD7six |
I.e. report abuse |
# |
Jul 27th 2009, 14:24 |
AD7six |
don't know if it'll get used. you can report a question answer or user |
# |
Jul 27th 2009, 14:23 |
ProLoser|Work |
what is the reports table for? |
# |
Jul 27th 2009, 14:23 |
ProLoser|Work |
or i suppose i should just ask |
# |
Jul 27th 2009, 14:23 |
ProLoser|Work |
AD7six: do you mind if i ask you some questions about your answers plugin? |
# |
Jul 27th 2009, 10:12 |
proloser1 |
allo |
# |
Jul 27th 2009, 10:09 |
ProLoser|Work |
!log |
# |
Jul 27th 2009, 09:58 |
ProLoser|Work |
hello |
# |
Jul 27th 2009, 06:52 |
alkemann |
yea |
# |
Jul 27th 2009, 06:52 |
Phally |
might be, i'm on linux, it works now? |
# |
Jul 27th 2009, 06:51 |
alkemann |
maybe it was that i was using backslash |
# |
Jul 27th 2009, 06:50 |
Phally |
alkemann: from APP |
# |
Jul 27th 2009, 06:49 |
Phally |
alkemann: cake schema run create -path plugins/users/config/sql -name Messaging |
# |
Jul 27th 2009, 06:48 |
alkemann |
Phally: im trying to run schema from plugin folder again.. what exactly works for you? |
# |
Jul 27th 2009, 06:48 |
Phally |
alkemann: yes |
# |
Jul 27th 2009, 06:48 |
alkemann |
Phally: u up? |
# |
Jul 27th 2009, 06:07 |
proloser |
i was thinking of putting a boolean on the images but that would create a lot of null fields and would be more tedious to maintain |
# |
Jul 27th 2009, 06:07 |
proloser |
how should i properly handle this issue? |
# |
Jul 27th 2009, 06:07 |
proloser |
mainly due to aliasing |
# |
Jul 27th 2009, 06:07 |
proloser |
not to mention when vieiwng the record, with any useable degree of recursion i get weird find results |
# |
Jul 27th 2009, 06:07 |
proloser |
i'm using meio upload behavior which uses tokens and those arne't kicking in |
# |
Jul 27th 2009, 06:06 |
proloser |
but now i'm getting new problems |
# |
Jul 27th 2009, 06:06 |
proloser |
i double joined em, specifying hasOne and the belongsTo, used an alias for the primary relationships |
# |
Jul 27th 2009, 06:06 |
proloser |
but i have an image id in the record to specify the primary image |
# |
Jul 27th 2009, 06:06 |
proloser |
i have a images that go to a record |
# |
Jul 27th 2009, 06:06 |
proloser |
i'm having trouble with multiple joins |