-
modemlooper replied to the topic Beware of the 1.9 update! in the forum Installing BuddyPress 10 years, 11 months ago
It was probably a theme issue. The easel theme hasn’t been updated in a few months and could have broken with current version of WordPress.
Instead of posting alarmist warnings it is better to post the issues incase others encounter the same thing.
-
modemlooper replied to the topic BP 1.9 defaults to empty html pages in the forum Installing BuddyPress 10 years, 11 months ago
The best solution is to phase out bp-default from your sites or ask your theme developer to convert their bp-default derived theme to a WordPress theme.
-
modemlooper replied to the topic Notifications tab seems to break site in the forum Installing BuddyPress 10 years, 11 months ago
Template files for notifications missing and will be included in next update.
-
modemlooper replied to the topic Performance between loop and all conditional profile fields export in the forum How-to & Troubleshooting 10 years, 11 months ago
This code is just a start, I did not test to see if field groups will break it but you can get an example of spitting out fields as an object array variable on profile load and then using the variable to get the values instead of requesting each time.
put this in bp-custom.php
[Read more]
// creates global object array from profile fields
function… -
modemlooper replied to the topic Buddypress Sammy Update Broken? in the forum How-to & Troubleshooting 10 years, 11 months ago
Don’t worry, there will be an update to include the files and bp-default is getting moved out into wp .org repo but bp-default may be deprecated fully in the future.
-
modemlooper replied to the topic Notifications tab seems to break site in the forum Installing BuddyPress 10 years, 11 months ago
There will be a 1.9.1 put out quickly to address this.
The reason this is happening is because bp-default was deprecated with this release of BuddyPress and the notifications templates are not included in bp-default. This is your warning to phase bp-default out of your sites. BuddyPress works with almost any theme now so your options are plenty.
-
modemlooper replied to the topic Performance between loop and all conditional profile fields export in the forum How-to & Troubleshooting 10 years, 11 months ago
get the profile loop and use array variables
-
modemlooper replied to the topic Notifications tab seems to break site in the forum Installing BuddyPress 10 years, 11 months ago
Those with page doubling, can you switch to the parent bp-default to test if it’s a child theme issue or bp-default in general?
-
modemlooper replied to the topic Buddypress Sammy Update Broken? in the forum How-to & Troubleshooting 10 years, 11 months ago
Deactivate and Delete BP plugin and reinstall. When I upgraded there was some lost connection error. Maybe files got borked.
-
modemlooper replied to the topic Buddypress Sammy Update Broken? in the forum How-to & Troubleshooting 10 years, 11 months ago
Try switching to the Twenty Twelve theme to verify if it’s a theme issue. There may be issues if you are using a theme based on bp-default.
-
modemlooper replied to the topic Notifications tab seems to break site in the forum Installing BuddyPress 10 years, 11 months ago
If you are using bp-default or a child theme there are some issues with notifications display. Please give at least 24 hours for a fix for this issue.
-
modemlooper replied to the topic buddypress add field in profil in the forum Showcase 10 years, 11 months ago
<?php
$name = bp_get_profile_field_data('field=Name your main character');echo do_shortcode ('[armory-character show_title = "0" show_portrait = "1" show_talents = "0" show_items = "0" show_profs = "0" show_achievs = "0" locale = "en_US" region = "EU" realm = "The scarlet Crusade" name = "' . $name .…[Read more]
-
modemlooper replied to the topic bp mobile in the forum How-to & Troubleshooting 10 years, 11 months ago
please use wp .org forums for issues with plugin. This site is for BuddyPress specific issues.
-
modemlooper replied to the topic bp mobile in the forum How-to & Troubleshooting 10 years, 11 months ago
create a page titled mobile and that will be your mobile homepage. add whatever you want in the text editir
-
modemlooper replied to the topic BuddyPress 1.8.1 and WPtouch 3 ?? in the forum Third Party Plugins 10 years, 11 months ago
But I’m working on version 2 http://modemlooper.me/buddymobile-2-0/
I know WPTouch 3 has some improvements with only loading it’s own theme and files to lessen the loading times but it’s still the full WP theme getting swapped out for another theme. This is how nearly all the mobile plugins work.
You…[Read more]
-
modemlooper replied to the topic Display green border around avatar when user is online in the forum How-to & Troubleshooting 10 years, 11 months ago
-
modemlooper replied to the topic BuddyPress 1.8.1 and WPtouch 3 ?? in the forum Third Party Plugins 10 years, 11 months ago
WPTouch doesn’t load anything less. It is essentially just another theme with a mobile UI. Also, the template files of BuddyPress are not 100% responsive and do not fit perfectly inside WPTouch. You would have to make them look proper.
If load times are slow then it could be that you are just loading too many files. This is an issue on even…[Read more]
-
modemlooper replied to the topic After upgrade, I had an error about forum. in the forum How-to & Troubleshooting 10 years, 11 months ago
yes, step through each upgrade but current BP you may need to install bbPress and then convert forums
-
modemlooper replied to the topic After upgrade, I had an error about forum. in the forum How-to & Troubleshooting 10 years, 11 months ago
EEK!
There have been many changes between these versions. Did you by chance backup your database before upgrade? You need to do an incremental upgrade. Also, current BP doesn’t use it’s own forum anymore and you have to install bbPress separately.
https://codex.buddypress.org/getting-started/upgrading-buddypress/
-
modemlooper replied to the topic CSS issue? in the forum How-to & Troubleshooting 10 years, 11 months ago
.item-avatar a { background: none; background-color: none; }
- Load More
@modemlooper
Active 9 months, 3 weeks ago