-
Author
-
January 19, 2015 at 01:44 #42575potion5Participant
I am trying to integrate the DW Question Answer plugin with KLEO. On their support site, Designwall provide Buddypress integration instructions, which I have followed. However, there appears to be no effect in KLEO. What else is needed for Q&A to show up in a users Buddypress tabs?
Alternately, is there a Q&A plugin that you could recommend instead.
January 19, 2015 at 02:00 #42579sharmstrModeratorFirst thing pops to mind is where did you make these changes and do you have the child theme enabled?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 02:07 #42580sharmstrModeratorStep #2 is wrong. bp-custom.php needs to reside in the root of the plugins folder. https://codex.buddypress.org/themes/bp-custom-php/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2015 at 04:17 #42586potion5ParticipantThanks for the swift response!
Found the problem. In step #3 they have:
include_once get_template_directory().'/buddypress/bp-custom.php';
…of course, for child themes this should be:
include_once get_stylesheet_directory().'/buddypress/bp-custom.php';
BTW, Step #2 is fine as it is. I think it is simply a coincidence that they named the file
bp-custom.php
, which is confusing.January 19, 2015 at 04:33 #42587sharmstrModeratorAh. Okay.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.