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
1 answer

CakeDC Search Plugin producting duplicate conditions

So I'm using the (totally awesome) Cake DC Search plugin. Among other things, I want to have a 'min' and 'max' input, and search for records where 'amount' is within 'min' and 'max', if both are set, or greater-than/less-than min/max if only one is…
joshua.paling
  • 13,762
  • 4
  • 45
  • 60
0
votes
1 answer

CakeDC Users Plugin - I Can't Send Emails

I apologise for the rambling nature of this question, please bear with me and I'll provide all the extra info needed for you to stop me going mad from failing at something that looks inherently very straightforward... I've just installed CakePHP…
JimBadger
  • 119
  • 2
  • 12
0
votes
1 answer

cakedc search plugin use pb

I use the plugin cakedc search, but there is one thing I can not seem to find, I have a form with two fields, and I would add for example "online = 1" to my search in my controller, I trying: public function find() { …
pjfnew
  • 39
  • 4
0
votes
2 answers

How do I use fixed fields in CakeDC's csvUpload behavior in Util plugin

I am using the csvUpload behavior of the Utils plugin by CakeDC, on a CakePHP 2.2.1 install. I have it working great it's processing a rather large csv successfully. However there are two fields in my table / Model that would be considered fixed, as…
Shawn Zelmer
  • 35
  • 1
  • 8
0
votes
2 answers

cakeDC comments plugin Element not found

For those of you that are experienced with the cakeDC comments plugin, can I please get some guidance. The output on my view page is this: Element Not Found: Elements/Commentscomments/tree/main.ctp I understand that it cannot find the correct…
lockdown
  • 1,456
  • 5
  • 16
  • 32
0
votes
1 answer

cakephp basic help to use cakedc search plugin

I'm using cakephp 2.1 and cakedc search plugin. The thing is I can't glue it together. Also got: Notice (8): Indirect modification of overloaded property ProjectsController::$paginate has no effect [APP\Controller\ProjectsController.php, line…
Carlos Garcia
  • 359
  • 1
  • 5
  • 29
-1
votes
2 answers

search not working on page:2 using cakeDC search plugin

I have a good functioning search tool at present using cakeDC search plugin. I can search very well with the pagination. My problem here is that when i search from page:2 it doesn't at all. here is my code: Customer model public $actsAs =…
-2
votes
1 answer

How to create multiple login catageory in Cakephp 3 through Cakedc

I want to create login for multiple category like someone is trying to login in shopping website, it may be a user or a merchant or n option. Each category should behave different. Users tables should be one but according to category the page…
Amit Dangwal
  • 421
  • 1
  • 4
  • 10
-2
votes
1 answer

CakePHP-2.0, how can i upload an image for user profile?

I have used CakeDC users plugin. I need to upload/add a profile picture for an user. How can i do this? Can anyone post the code to have upload image? http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html I added this but i got only a…
cola
  • 12,198
  • 36
  • 105
  • 165
1 2 3
10
11