-
foralien posted an update in the group Requests & Feedback: 13 years, 10 months ago
Stupid question, sorry, but what version of BP should be used for test with WP3.1RC2 – BP1.3 trunk?
-
foralien joined the group Requests & Feedback 13 years, 10 months ago
-
foralien joined the group BuddyPress Media 14 years, 3 months ago
-
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 14 years, 5 months ago
@justbishop happy to hear that 🙂
-
foralien posted on the forum topic Header title tag for wp & buddypress pages in the group How-To and Troubleshooting: 14 years, 5 months ago
@mistercyril Don’t know exactly would it help with BP SEO – because don’t use it myself but… I suppose that using BP special tags for head section would make sense in this case. You can check them in bp-default theme. In particular use following tags inside the
<head>
tag of header.php in your theme<title><?php bp_page_title() ?></title>
-… -
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 14 years, 5 months ago
@justbishop sorry for the delay with reply :)) as far as I can see WP 3.0 default uploads paths are a bit different from WPMU 2.9.2 but in your case it may be enough to correct paths in my filters in particulat in filter
nfm_bp_avatar_upload_url_correct($url)
use$url = get_blog_option( BP_ROOT_BLOG, 'siteurl' ) . "/wp-content/uploads/";
instead…[Read more] -
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 14 years, 5 months ago
@justbishop actually it’s difficult to say what exactly could be wrong (I’m not a coding expert unfortunately 🙂 – but probably you can provide me with a link to your site
I’ll try to check -
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 14 years, 5 months ago
@justbishop I also use the subdirectories – so filters should be OK in this case
but probably you have some custom avatar upload path or constant BP_ROOT_BLOG is not defined in your installation?
another possible reason – the function that fetch avatars for members blogs does not use bp_core_fetch_avatar() but some other mechanism -
foralien joined the group BuddyPress Followers 14 years, 5 months ago
-
foralien joined the group Localization 14 years, 5 months ago
-
foralien reviewed the plugin BuddyPress Groupblog: 14 years, 5 months ago
That’s the great plugin – nice and simple idea with high quality coding.
Many thanks to developer! -
foralien joined the group BuddyPress Groupblog 14 years, 5 months ago
-
foralien joined the group BuddyPress Media Component 14 years, 5 months ago
-
foralien joined the group Creating & Extending 14 years, 5 months ago
-
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 14 years, 5 months ago
If it’s still actual – I have a temporary solution This problem occurs because in 1.2.4 has been change the approach to how the avatars paths constract – now the BP rely on wp_upload_dir() function. That is pretty well on single-site installation or in the root blog of multisite installation (at least at wp 2.9.2) […]
-
foralien joined the group How-To and Troubleshooting 14 years, 5 months ago
@foralien
Active 4 months ago