Questions tagged [cakedc]

CakeDC refers to a series of open source plugins for the CakePHP framework such as CakeDC Users, CakeDC Search, CakeDC Ratings, CakeDC Tags, CakeDC Migrations, CakeDC Imagine, CakeDC Comments and more

CakeDC refers to a series of open source plugins for the CakePHP framework developed by Cake Development Corporation include:

GitHub: https://github.com/CakeDC?tab=repositories

159 questions
0
votes
0 answers

How can I use cakeDCs search to perform a search between dates?

I'm using the search plugin from CakeDC https://github.com/CakeDC/search (works fine so far). I would like to perform a search where two date fields are used to search in a mysql database a between value but I cannot get it working. How can I do…
Nikel Weis
  • 724
  • 10
  • 27
0
votes
3 answers

CakeDC search plugin using complex conditions in query with HABTM

I wrote 2 days ago to ask about andConditions and it appeared that I didn't understand the idea but the fact is that for two days now I am stuck with the next step using CakeDC: How do I implement complex HABTM conditions in "query" methods for…
paradox
  • 1
  • 4
0
votes
3 answers

CakeDC search for cakephp orConditions - are there andConditions?

Ok, the case is the following: There is a form that has a some drop downs and multiple selection fields. All fine by now, except that I have to do the search by property type to be and/or and not only or as for the rest of the form (or at least I…
paradox
  • 1
  • 4
0
votes
1 answer

Finding Tagged Items - cakephp Tags Plugin

I am trying to get the Tags Plugin (https://github.com/CakeDC/tags) to work using the find by method (pagination) as outlined at the following example: https://github.com/CakeDC/tags/wiki/Find-tagged-objects The tags seem to be setup and working as…
sluggerdog
  • 843
  • 4
  • 12
  • 35
0
votes
1 answer

Black-hole error when route pointed to a class that extends plugin and uses extended class

In routes I have Router::connect('/opauth-complete/*', array('controller' => 'app_users', 'action' => 'opauth_complete')); If I change pointer to controller app_users with anything else and create controller everything works with no error. But I…
Davit
  • 1,394
  • 5
  • 21
  • 47
0
votes
1 answer

5 star rating using CakeDC plugin

I am using CakeDC ratings to make a star rating in my site. I managed to make it work but it is displaying radio choices. I really wanted it to be a 5-star like functionality. In their documentation they tell that it is possible to use…
Ricardo Alamino
  • 749
  • 1
  • 5
  • 11
0
votes
1 answer

CakeDC Search plugin - one search field to search muliple db fields

Within my cakephp 2.3 app I have a one field search at the top of each page. I want this contents of this field to be used to search accross muliple fields. How can I do this? For example User searchs for "Error 324" and the search plugin searches…
Jimothey
  • 2,414
  • 9
  • 41
  • 66
0
votes
2 answers

Error PDO Exception SQLSTATE[42000] when using CakeDC Users plugin

Iam using cakephp 2.2.1 and trying to use the cakedc users plugin, when I try to create a user I get the following error, can anyone give some tips or advice to resolve this error - I have loaded all tables using the migrations plugin. Thanks in…
Joshua
  • 371
  • 2
  • 6
  • 23
0
votes
2 answers

How to solve pagination-Error in cakePHP with cakeDC searchplugin

i'm using the searchplugin from cakeDC (https://github.com/CakeDC/search) with cakePHP 2.3.0. That Plugin works fine. I had a little error in the index-action like this. Thanks for that. Indirect modification of overloaded property…
amarradi
  • 109
  • 3
  • 16
0
votes
1 answer

CakeDC Plugin Search Between Dates

How can I use this plugin (a fork of CakeDC) to search between dates? https://github.com/dereuromark/search I've read the doc but I could not do it. Even after I searched for only one date, I didn't succeed. public $filterArgs = array( 'my_date'…
0
votes
1 answer

CakeDC users user_details table

CakeDC Users plugin includes a table called user_details. At first I thought it was just like the table wp_postmeta (WordPress) to hold extra info about the users. But after checking the table, it has more fields than I would expect. Well, more than…
rlcabral
  • 1,496
  • 15
  • 39
0
votes
1 answer

Why isn't GIT tracking my cakephp migrations Plugin?

I am using GIT to deploy my cakephp applications, a few days ago I started using the migrations plugin (by cakeDC) in my app to simplify database versions and changes. After installing the Migrations Plugin on my local development machine, I…
CertifiedGeek
  • 137
  • 1
  • 13
0
votes
1 answer

CakeDC search plugin - check if flag is set

I'm using the cakeDC search plugin in my cake app (2.2). As part of a basic search form I want to ensure only live records are returned (live being a flag in the database - a tinyint, 0 for deleted, 1 for live). I've tried doing this in my…
Jimothey
  • 2,414
  • 9
  • 41
  • 66
0
votes
1 answer

How do variable Model names work in CakePHP tables?

Looking at the tables (aros, acos) generated by the ACL component and for example the Favorites plugin by CakeDC I see the favorites table with the fields Favorite.user_id, Favorite.model and Favorite.foreign_key. The last two combined are replacing…
Bart Gloudemans
  • 1,201
  • 12
  • 27
0
votes
1 answer

CakeDC search plugin pagination not working

Hi I'm currently using the CakeDC search plugin for my CakePHP (2.2 app). The search facility itself works fine, however I cannot get the results or the data shown on page before the search to paginate. Heres my code Model: // Configure Meio file…
Jimothey
  • 2,414
  • 9
  • 41
  • 66
1 2 3
10
11