strangechild
Forum Replies Created
-
Figured it out.
I followed the error to the www.ads-software.com FAQ and found the solution.
THANKS!
hmmm, I added this exact text to my functions.php but now I cannot edit profiles.
<?php function ML_display () { ?> <p style="float:right;"> <img height="100px" width="100px" src="https://www.cbpmag.com/wp-content/uploads/<?php bp_member_profile_data('field=Membership Level Image'); ?>" /> </p> <?php } add_action('bp_before_member_header','ML_display'); ?>
This is the error I get:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/43/10469743/html/wp-content/themes/graphehe-child/functions.php:9) in /home/content/43/10469743/html/wp-includes/pluggable.php on line 899Any ideas for me?
Hi! Thanks for getting back to me.
The achievements section does not appear in the sidebar editor.
Also, I would have sworn the correct sidebar was showing up this morning while I was trying to make customizations to that page. It is possible that I wasn’t paying attention and it was displaying the wrong sidebar the whole time.
I tried rolling back my changes without success so I don’t *think* that was it.
I’m also having this trouble. They were there all morning and now they’re not appearing.
I’m trying to find a work around for this exact issue. And I’m wondering if anyone out there has any other tips. I am new to PHP and don’t completely understand Muhammad’s example.