-
techguy joined the group BuddyPress Group Email Subscription 15 years, 10 months ago
-
techguy posted on the forum topic Recommended Hosting for BuddyPress site? in the group How-To and Troubleshooting: 15 years, 10 months ago
gtn, They shared hosts get you with the “unlimited bandwidth” Unfortunately, they don’t tell you that the CPU and Memory is limited. Shared hosts will only take you so far with BP, but then you’ll have to grow into something larger. Although, that’s a good problem to have. I wonder if someone won’t start a […]
-
techguy joined the group Spam Eater 15 years, 10 months ago
-
techguy posted on the forum topic Recommended Hosting for BuddyPress site? in the group How-To and Troubleshooting: 15 years, 10 months ago
I wonder if there shouldn’t be a BP group that talks about BP hosting. One topic for each host or something. Would be interesting to compare.
-
techguy started the forum topic Understanding bp_core_load_template in the group Creating & Extending: 15 years, 10 months ago
I’m trying to understand what’s happening with the bp_core_load_template function. It’s working for a new subpage on a profile page, but I’d like to get it working under the group. Here’s the code I use for the profile page that works fine, but I’d like to learn what it’s really doing: function display_plugin_page() { add_action( […]
-
techguy started the topic Understanding bp_core_load_template in the forum Creating & Extending 15 years, 10 months ago
I’m trying to understand what’s happening with the bp_core_load_template function. It’s working for a new subpage on a profile page, but I’d like to get it working under the group.
Here’s the code I use for the profile page that works fine, but I’d like to learn what it’s really doing:
function display_plugin_page() {
add_action(…[Read more] -
techguy posted on the forum topic Adding a background image in the group How-To and Troubleshooting: 15 years, 10 months ago
@paulhastings0 Only problem with doing what you describe instead of using a child theme is that the next time BP gets updated, the change you made will get overwritten. Thus the advent of child themes.
-
techguy posted on the forum topic How do you know who has confirmed ? in the group Miscellaneous: 15 years, 10 months ago
Create a new test user and don’t activate it and see what it is. Then, you’ll know for sure.
Just make a backup before you delete anything;-)
-
techguy posted on the forum topic How do you know who has confirmed ? in the group Miscellaneous: 15 years, 10 months ago
In the database (preferably with something like PHPMyAdmin) you can look at the table wp_signups under the column “active.” That’s WPMU. In WP you can look at the wp_users table. If I remember right, it just changes user_status. I don’t know of a plugin that’s pulled this information. @boonebgorges has talked about a plugin that would […]
-
techguy posted on the forum topic help seting up registration on front page like facebook in the group How-To and Troubleshooting: 15 years, 10 months ago
Seems like this should work: -Create a Child Theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/ -Copy the file in the default BP theme folder/registration/register.php and save it in your new child theme folder as a page template (or you could just overwrite the index.php) -Create a New Page that uses that page…[Read more]
-
techguy posted on the forum topic Different Ways of Inviting in the group Invite Anyone: 15 years, 10 months ago
I’ve wanted the same type of integration. I suggested that Boone possibly integrate this little widget: http://www.plaxo.com/api/widget Not ideal, but gets you most of the way there.
-
techguy posted on the forum topic Brainstorm – what else do you want in CD Avatar Bubble? in the group CD BuddyPress Avatar Bubble: 15 years, 10 months ago
How about some hooks to allow me to put whatever info I want in the bubble? So, pcwriter could add his s2member level. Other plugins could add other info.
-
techguy joined the group CD BuddyPress Avatar Bubble 15 years, 10 months ago
-
techguy joined the group BuddyPress Like 15 years, 10 months ago
-
techguy posted on the forum topic Invite Options in the group Invite Anyone: 15 years, 10 months ago
This is kind of like the adding the groups automatically: https://buddypress.org/community/groups/invite-anyone/forum/topic/automatic-add-to-groups-including-private-ones/
Probably should both be options in the admin. I’d likely turn on the automatic friending too. They’d most likely want to be friends with whoever invited them. Of course, they…[Read more]
-
techguy posted on the forum topic Customize Porifle page in the group Requests & Feedback: 15 years, 10 months ago
r-a-y.
I haven’t seen many plugins that do much of any customization to a person’s profile page. Do you know of any that I might have missed? -
techguy posted on the forum topic Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i in the group Creating & Extending: 15 years, 10 months ago
@rossagrant, This is a pretty straight forward plugin for most developers. Only variable might be how you want to get the latest price of a stock on the stock market. If you try to automate that, it might take a little work to figure out that automation. Otherwise, most developers on here could do it. If […]
-
techguy posted on the forum topic Members only in the group How-To and Troubleshooting: 15 years, 10 months ago
Sorry I misread. I thought you meant “members only” as in paid members. Not just registered members. s2member needs the paid membership and then it will do what you described for paying members.
-
techguy posted on the forum topic How to customize the user navigation bar and user profile tabs in the group How-To and Troubleshooting: 15 years, 10 months ago
@nahummadrid
To remove the blog component from the top menu bar I think you can do:
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6); -
techguy posted on the forum topic customized input for extended profile field in the group How-To and Troubleshooting: 15 years, 10 months ago
@kipprsnak1 Can you give us a link to the plugin. Sounds like an interesting plugin, but if we can see it we can better understand what you’re trying to do I think. Seems like there should be a better way.
- Load More
@crashutah
Active 1 year, 8 months ago