-
mercime replied to the forum topic removing group auto join in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang “headers already sent error” usually means that there’s space before the opening
?php
or after closing?
tags required in functions.php just like it is in bp-custom.phpWhat the code above […]
-
Quint replied to the forum topic Header Background Image in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang, the major benefit of creating a child theme is so that when the parent theme gets updated, the customizations that were made won’t be lost. The child theme’s style.css is where the CSS […]
-
mercime replied to the forum topic removing group auto join in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang use language file to change the text or add this to your functions.php file
`class Tommys_Translation_Mangler {
function filter_gettext($translation, $text, $domain) {
$translations = […] -
r-a-y replied to the forum topic Header Background Image in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang – If you’re using that tutorial, remove any custom CSS you may have for the header and everything should work out fine.
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang glad to hear you got it working. The header widget is supposed to be where you put it. 😉 Just move it in your header.php file to where you want it to show.
-
ewebber replied to the forum topic removing group auto join in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang you can remove that line from the relevant file in your child theme, probably something like groups> forum> single.php although you’ll need to check that file name
-
mercime replied to the forum topic removing group auto join in the group How-To and Troubleshooting 13 years, 2 months ago
== adding the line: define(‘BP_DISABLE_AUTO_GROUP_JOIN’,true); – but that doesnt work either. in fact that line replaces the admin bar at the top of my site. ==
@tommyhoang Your bp-custom.php should contain […]
-
sbruner replied to the forum topic Remove search box from header in Default bp theme in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang what says your “footer and header are ready to be used as widgets.”? Did you place the proper code in functions.php?
-
Paul Gibbs replied to the forum topic Sorry, that file cannot be edited in the group How-To and Troubleshooting 13 years, 2 months ago
@tommyhoang Again, this is a bug in WordPress core. Not BuddyPress. It’s not been fixed into WordPress yet; look at https://core.trac.wordpress.org/ticket/16744
-
Stas Sușcov replied to the forum topic BuddyPress 1.2.x compatibility in the group BuddyPress ScholarPress Courseware 13 years, 3 months ago
@tommyhoang, yes, there wont be bacompat with 1.2.x branch. If somebody wants to pick it up, I will help as much I can.
@tommyhoang
Not recently active