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
2 answers

CakeDC users plugin: redirect error after changePassword

My app is developed in CakePHP 3.x. I use CakedDC Users plugin, and it works fine, except when the user wants to change his password, and click on Submit. Let's say we have a Profile ID = 52606b3f-c72d-4485-9c76-3b0f8 The Edit page has a url like…
mbenjemaa
  • 79
  • 11
0
votes
1 answer

CakeDC Search Plugin with language

public function search() { // start a standard search $this->Prg->commonProcess(); // process the URL parameters $params = $this->Prg->parsedParams(); // generate the Paginator conditions $conditions =…
benone
  • 576
  • 1
  • 5
  • 21
0
votes
1 answer

CakePHP w CakeDC users plugin with external database: Call to a member function user() on boolean

My app is developed in CakePHP 3.x, and has 2 databases. I use CakedDC Users plugin, and it works fine with all models from the default database. Here is what I have in AppController: public function initialize() { parent::initialize(); …
mbenjemaa
  • 79
  • 11
0
votes
1 answer

how to set different auth redirect url for different user group in cakedc plugin cakephp3

Am using cakephp3 and cakedc plugin. I have two user groups , 1 is normal user and other is super user what i am basically looking for is setting different auth url for different user as both user group have different dashbaord. I tried to hook…
newbie
  • 195
  • 1
  • 10
0
votes
0 answers

how to login using facebook and gmail in cakephp using cake DC

Iam new to cakePHP framework this is my first app using this coding style. My Problem is this when I try to access facebook login link provided by cakeDC plugin my application is always redirecting to the normal login page I have set my users.php in…
Ruberandinda Patience
  • 3,435
  • 3
  • 20
  • 18
0
votes
1 answer

how to create login and signup on same page using CakeDC plugin in Cakephp 3.0

I want to Create login and sign up on same page using CakeDC plugin but the Form->create variable is giving me errror Form->create($register); ?> because it not defined, i tried to give url for the register funtion but its not…
Amit Dangwal
  • 421
  • 1
  • 4
  • 10
0
votes
1 answer

how to give loginredirect in cakedc, Cakephp 3.0

How to give loginredirect in cakephp while using cakedc Users plugin and also tell where these changes are to be done src/controller/AppController or vendor/cakedc/users/src/Controller/AppController AppContoller of cakedc users plugin class…
Amit Dangwal
  • 421
  • 1
  • 4
  • 10
0
votes
1 answer

CakeDC Users Plugin

I have installed the CakeDC Users Plugin but I like to use it also in the Admin-backend of my application. Can someone point me out how to start with this? Is this Plugin already complete and do I only need to duplicate the Controllers and Templates…
Lucky
  • 95
  • 1
  • 7
0
votes
1 answer

Integrating CakeDC plugin in a CakePHP (2.5.1) application

I am new in CakePHP, developing a web application. I have implemented login, registration (including recaptcha) and other data entry options for the application. Now, i need to add an Admin Panel and option of email confirmation (to confirm…
Tom
  • 51
  • 10
0
votes
1 answer

Cakephp five star rating using CakeDC plugin

I'm a beginner. 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. And it show me error: Undefined variable: item and After pressing "Rate", the url changes to…
babyface
  • 1
  • 2
0
votes
1 answer

How can I implement star ratings using CakePHP?

i have find a plugin to implement star ratings using CakePHP https://github.com/CakeDC/ratings but i don't know how to use it. i want to have five stars. i'm a beginner in the CakePHP. and I would to calculate for the ratings. i use cakphp…
babyface
  • 1
  • 2
0
votes
0 answers

Cakephp 3 routing with language

I have the following urls: a) www.example.com/en/pages/index www.example.com/fr/pages/index b) www.example.com/en/users/users/profile (using CakeDC/Users) www.example.com/fr/users/users/profile (using CakeDC/Users) For a), how can I use…
user10433
  • 11
  • 3
0
votes
1 answer

CakePHP CakeDC users plugin social login

Actually i'm working on CakePHP3 project and i want to add social Login: Facebook,Google... I found CakeDC plugin who do all this tasks.. I installed correctly the plugin and configured it, the simple Login Works but i have troubles with Facebook…
user5827623
0
votes
1 answer

CakePHP 2 with CakeDC/I18n language prefix being lost

I have a CakePHP 2.5 site running with CakeDC/I18n plugin to allow for multi language support. I have installed the plugin to use a 3 letter prefix when switching languages: www.example.com/eng/ This is working fine when I click a button to change…
John
  • 483
  • 1
  • 5
  • 11
0
votes
1 answer

How to add extra fields in CakeDc Users plugin

I am trying to add some extra fields in the Cakedc Users plugin default Users table But I can't figure it out how to do it, I didn't find anything in the documentation about this problem, I found a similar question here But that person asked for a…
joko liptos
  • 175
  • 2
  • 8