Plugin Author
CLUEVO
(@cluevo)
Hey Max,
sorry for the late reply. Thank you for kind words!
The redirect you mention shouldn’t really happen, I’ll look into it and get back to you on that.
Plugin Author
CLUEVO
(@cluevo)
Hello Max,
I just took a look and if I do not currently have a page with the /user permalink I get redirected to the CLUEVO page. Once I create a page that has the /user permalink it uses that page instead of the CLUEVO one.
Did you already create your user page and you still get redirected to the CLUEVO user page? Can you try to to go settings -> permalinks and save to see if that changes anything for you?
Hello @cluevo,
I am currently on the road as well, so no worries for getting back late.
The page /user was created after we installed CLUEVO plugin and used it. The permalink is is assigned through the editor.
Once I deactivate your plugin, I can access the page. Reactivating the plugin leads me to the CLUEVO user page. Saving page of settings->permalinks did no change.
At what point does CLUEVO call the user page? Could you point me to where I have to change it in the PHP code for now?
Regards
Max
Hello @cluevo,
any news on this?
BR
Max
Plugin Author
CLUEVO
(@cluevo)
Hey max,
I’m still trying to get to the bottom of this. There is no specific place where the plugin calls the user page. We use a custom post type specific to the plugin and create the user page and rewrite the slug to /cluevo/pages/user. On my system when I create another page with the slug /user it takes the correct page. Is the page you want to use a simple WordPress page?
If you want to mess with the code you could edit the function cluevo_create_lms_page_post_type in the file functions/functions.core.inc.php at approx. line 204 and enable show_in_menu. That way you should be able to edit the pages through the admin backend and could try to change the permalink of the page to something else.
Ok, thank you. I will try to see, if I can find something.