really need some help with child theme
-
@meg@info
Hi there, please ignore my previous thread, i need help setting up buddypress wall with my default buddypress child theme, i am struggling to follow your FAQ, could you please explain in a little more detail, i have so far copied the /wp-content/plugins/buddypress-wall/includes/templates/bp-default/ folder to my child theme folder, i have also copied these files via ftp to my computer from this folder ready to edit with notepad++
activity/activity-wall-loop.php
activity/entry-wall.php
activity/index-wall.php
activity/post-wall-form.php
groups/single/activity-wall.php
groups/single/home-wall.php
members/single/activity-wall.php
members/single/home-wall.phpi have also copied these files to my computer from the plugins/buddypress/bp-themes/bp-default (is this the correct directory im meant to copy from????) if so these are the files….
activity/activity-loop.php
activity/entry.php
activity/index.php
activity/post-form.php
groups/single/activity.php
groups/single/home.php
members/single/activity.php
members/single/home.phpnow i am stuck because i dont know which bit i am meant to copy and replace because your instructions are so vague and confusing if i open up activity-loop.php do i copy this bit………..
<?php
/**
* BuddyPress – Activity Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
*
* @package BuddyPress
* @subpackage bp-default
*/?>
and replace this bit in activity-wall-loop.php…..<?php
/**
* BuddyPress – Activity Wall Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_wall_dtheme_object_filter()
*
* @package BuddyPress Wall
* @subpackage Templates
*/?>
or is it the code underneath i am meant to be replacing? because i have tried doing it both ways and have still no luck, the problem still exists where if i click the VIEW link next to a status i receive these errors in the browser…..Warning: require_once(/home3/myname/public_html/wp-content/plugins/buddypress-wall/includes/templates/bp-default/members/single/activity/permalink.php) [function.require-once]: failed to open stream: No such file or directory in /home3/myname/public_html/wp-includes/template.php on line 441
Fatal error: require_once() [function.require]: Failed opening required ‘/home3/myname/public_html/wp-content/plugins/buddypress-wall/includes/templates/bp-default/members/single/activity/permalink.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home3/myname/public_html/wp-includes/template.php on line 441
- The topic ‘really need some help with child theme’ is closed to new replies.