Vincent Composieux
Vincent Composieux
Can you please close this issue it is not still relevant?
Hi @lele140686, Have you find a solution concerning this issue? I will try to reproduce this bug.
Hi @ConneXNL, @claudioLopezJaque, @williamrijksen, Indeed, you have to install the WordPress plugin too in order to get the Symfony login on WordPress login hook working :) Please feel free to...
Hi @jstoeffler, You're right, there is no way to do that actually. I don't had a look and a really good knowledge of the Wordpress templating engine but I think...
Hi @edgji, I'm not sure to well understand the issue here. Do you have found a solution for your issue? On the other hand, can you please paste here some...
Hi @mpbzh, This feature is enabled by default in the Wordpress plugin, see: https://github.com/ekino/ekino-wordpress-symfony/blob/master/ekino-wordpress-symfony.php Hook `ekino_wordpress_symfony_hook_wp_login` will call the Symfony EventDispatcher and authenticate user from Wordpress into Symfony. At the...
Hi @Luwdo, Thank you for reporting this issue. I cannot point it out at this moment but I will try to reproduce it in the week. I will keep you...
Hi @xyNNN, It is possible: you can use a basic Symfony structure and let the `EkinoWordpressBundle` integrate WordPress in the background (you don't have to load the bundle's catchall route)....
Hi @faridmovsumov, As written in the documentation (see: https://github.com/ekino/EkinoWordpressBundle#override), you can override an entity using the following bundle configuration: ``` yaml ekino_wordpress: services: post: class: MyApp\AppBundle\Entity\Post ``` This way, you...
Hi @jfgrissom, Thank you for reporting this issue, I will check as soon as possible