-
@modemlooper replied to the forum topic A way to arrange member page profile links by name? (Activity, Friends, etc.) in the group How-To and Troubleshooting 13 years, 3 months ago
Try my BuddyPress Extended Settings plugin, to see if it works with your custom setup. I will be adding a way to specify tabs that get added via plugins. Right now plugin only includes core tabs
-
@modemlooper replied to the forum topic Change Label in the group BuddyPress Media 13 years, 3 months ago
This weekend I’m adding the ability to change the labels on some of the more popular BP plugins in the BuddyPress Extended Settings plugin
-
@modemlooper replied to the forum topic Best Strategy? in the group Creating & Extending 13 years, 3 months ago
Ok, what’s the purpose of the community side? I’m not seeing a reason to have a connection between sites if main site is just informational
-
@modemlooper replied to the forum topic Buddypress users – buy and sell in the group How-To and Troubleshooting 13 years, 3 months ago
None exist yet. The only option is to us multi site and have each user run a store on their own blog
-
@modemlooper replied to the forum topic Best Strategy? in the group Creating & Extending 13 years, 3 months ago
What’s in the main site? Blog posts?
The only real reason to use multi site is if you want each user to have a blog/site
What you want is easily done with template changes. BP only takes over a site if you allow it.
-
@modemlooper replied to the forum topic Privacy extension in the group Creating & Extending 13 years, 3 months ago
I’ll think about adding an admin option to block profiles to friends only by default.
-
@modemlooper replied to the forum topic Best Strategy? in the group Creating & Extending 13 years, 3 months ago
Why have a separate install? Is it because you want it to look different? You can style BP pages differently. Multi site opens a spam can if not completely locked down.
-
@modemlooper replied to the forum topic Album page doesn't have same styling as other buddypress tabs in the group BuddyPress Media 13 years, 3 months ago
It’s true @foxly, you have to have ‘buddypress’ if you want the bp CSS loaded
-
@modemlooper replied to the forum topic Buddypress Profiles feature request in the group Requests & Feedback 13 years, 3 months ago
Is the widget code the same for every user but maybe a different id number to differentiate the widget?
You can do it safer by hard coding the widget and pull in the id number per what ever each user has […]
-
@modemlooper replied to the forum topic Where to put a custom js file? in the group How-To and Troubleshooting 13 years, 3 months ago
If the theme has a function.php file you place code there
-
@modemlooper replied to the forum topic Buddypress Profiles feature request in the group Requests & Feedback 13 years, 3 months ago
It’s dangerous to allow code to be entered into profile fields. Why HTML?
-
@modemlooper replied to the forum topic How to Bring back the Activity information to show it in a different way in the group How-To and Troubleshooting 13 years, 3 months ago
WordPress has a loop for content. BuddyPress has its on loops for members, activity, groups etc.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
@modemlooper replied to the forum topic Help! Upgrading problems from 1.5.6 to 1.5.7 in the group Installing BuddyPress 13 years, 3 months ago
did you go through the upgrade wizard? If you can get to the admin see if at the top it is asking you to update.
-
@modemlooper replied to the forum topic buddypress Activity plus plugin needs help. in the group Creating & Extending 13 years, 3 months ago
Did you contact the developer of the plugin?
-
@modemlooper replied to the forum topic bp_profile_field_data( 'field= … doesn't work in the group How-To and Troubleshooting 13 years, 3 months ago
When the stored data is an array you have to process it
$arr = bp_get_profile_field_data( 'field=' );foreach ($arr as $value) {
echo "Value: $value\n";
} -
@modemlooper replied to the forum topic My site has crashed since upgrading to 1.5.7 in the group How-To and Troubleshooting 13 years, 3 months ago
Rename your plugins folder to force deactivate plugins. Put the folder name back to plugins after you visit your admin. Then activate BuddyPress alone. If it works ok then test each plugin one by one to find the […]
-
@modemlooper replied to the forum topic 1.5.7 broke my site 🙁 call to undefined function error on most pages in the group How-To and Troubleshooting 13 years, 3 months ago
I create a dummy install on same server. mytest.url.com Use a separate database.
You should block this from search bots and put it in a permanent maintainence mode so no one can see it. I then add all the […]
-
@modemlooper replied to the forum topic activation email goes to user's spam folder in the group Creating & Extending 13 years, 3 months ago
Read this: http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/pgTwacuDc6A
Changing your outgoing email address might fix
-
@modemlooper replied to the forum topic Buddypress on Subdomain in the group How-To and Troubleshooting 13 years, 3 months ago
The only thing that would break is links in old activity as those are hard coded into the databases
-
@modemlooper replied to the forum topic how to add a 3rd sidebar okay my theme is bp-columns but how to add the third sidebar in the group Creating & Extending 13 years, 3 months ago
Oh, the functions code has nothing to do with actually creating a sidebar in your theme. You would have to add HTML and CSS. The function code is for WordPress to know where to place widgets.
- Load More
@modemlooper
Active 3 months, 2 weeks ago