-
techguy started the forum topic Group Extension API Widget Display in the group Creating & Extending: 15 years, 10 months ago
I’ve got all of the Group Extension API working well except the Widget display: function widget_display() { } I’ve got all the exact same code that’s given in the documentation: https://codex.buddypress.org/developer-docs/group-extension-api/ I just added in a simple piece of HTML code to be displayed and I’m not seeing it appear anywhere. Is this…[Read more]
-
techguy posted on the forum topic Members only in the group How-To and Troubleshooting: 15 years, 10 months ago
@Shnooka30 You really should use s2member. There’s quite a bit to it, but it’s all very well documented and it sounds like it will do exactly what you want it to do.
-
techguy posted on the forum topic REGISTRATION PAGE – how can I configure it as blank unthemed page? in the group How-To and Troubleshooting: 15 years, 10 months ago
Just make a child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/ The file you’ll want to edit in your child theme is in the default theme folder under registration/register.php
You may also want to look at this thread which will redirect people to the register page if they go to one of your other pages…[Read more]
-
techguy posted on the forum topic I would like to disable Email activation in the group How-To and Troubleshooting: 15 years, 10 months ago
M, Yes, I thought of that. I installed the beta copy of WP 3.0 today and found that the users are still stored in the same places for a WP/BP install or a WPMU/BP install as they are separate. So, unless they’ve changed the core user signup calls, then we should be good, but I’ll […]
-
techguy posted on the forum topic I would like to disable Email activation in the group How-To and Troubleshooting: 15 years, 10 months ago
I’ve started looking into bypassing the activation email. It seems like the code @ wrote above only works for regular WP installs and not WPMU. WPMU uses the wp_signups table and then when they’re activated they’re moved to wp_users. I’m going to see if I can’t figure out the WPMU code to do this. I’d […]
-
techguy posted on the forum topic Email Activation not being sent in upgraded BP 1.2.2 in the group How-To and Troubleshooting: 15 years, 10 months ago
You might also look at the solutions listed: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/?topic_page=2&num=15
-
techguy posted on the forum topic Looking for good photo gallery in the group Installing BuddyPress: 15 years, 10 months ago
“Brajesh is NOT selling his plugins, themes or brilliant coding help for a limited time, he’s simply offering premium download privileges and support to paid members of his website.” If he’s not selling his plugins, then where can we download the plugins without having to pay? Is it somewhere on the repository? I can’t find […]
-
techguy posted on the forum topic Support HTML Emails in the group Invite Anyone: 15 years, 10 months ago
As I think about it. I’d probably mod the email sending a bit and make it so that the user sending the invite can add a message, but that the rest of the email was defined by an administrator. Kind of like what Facebook does. So, the HTML part of the email would all be […]
-
techguy posted on the forum topic Re-invites in the group Invite Anyone: 15 years, 10 months ago
Yep, something like <a href="mailto:email@something.com?subject=Default%20Subject&body=Default%20Body%20of%20Email”> This way people can resend the email using their own email application including the link for people to sign up.
-
techguy posted on the forum topic Invite by Email Broken in IE 7 in the group Invite Anyone: 15 years, 10 months ago
I was glad I could find it. It made me look dumb when I was demoing to a potential user of what I’m building, but I told him it was early alpha. So, after that, I had to figure out the problem;-)
-
techguy posted on the forum topic Make Invite by Email the Default in the group Invite Anyone: 15 years, 10 months ago
Basically, I’d probably rather have the Invite by Email just replace the “Send Invites” tab. I see almost all (if not all) my invites to be done by email instead of to users who are already members.
-
techguy posted on the forum topic Automatic Add to Groups – Including Private Ones in the group Invite Anyone: 15 years, 10 months ago
Yes, I think an option in the site wide admin would be best. If I get a chance I’ll see if I can look into it also.
-
techguy posted on the forum topic Groups Button Text in the group How-To and Troubleshooting: 15 years, 10 months ago
Shouldn’t you be able to just change these buttons text using a language file? It’s not a good idea to modify the core files since they’ll get overwritten when you upgrade.
-
techguy posted on the forum topic Blank pages after upgrading to 1.2.3 in the group How-To and Troubleshooting: 15 years, 10 months ago
Kailas, You can change the main page under Settings–>Reading Then choose “static page” and select the page from the drop down that you want to be the home page. You might need to create a page you want to be the home page first. If you don’t want a home page, then you’ll need to […]
-
techguy posted on the forum topic BP Album+ || New Features Requests and Discussion in the group Third Party Components & Plugins: 15 years, 10 months ago
I’m really glad this is in the GSoC projects. I hope that group albums is near the top of the development list.
-
techguy started the forum topic Automatic Add to Groups – Including Private Ones in the group Invite Anyone: 15 years, 10 months ago
Rather than just sending a request to have the person join the group that they’ve been invited to join, it would be better if they were just automatically a member of that group if they were invited to join by email. Also, it seems like the group invite only works if the group is a […]
-
techguy started the forum topic Support HTML Emails in the group Invite Anyone: 15 years, 10 months ago
It would be nice if it supported HTML emails. Not sure if this would be better as a hook or something else. I tried adding some HTML into the message body and it stripped out the HTML. Would be nice to be able to send some HTML in the email. The challenge of course is […]
-
techguy started the forum topic Make Invite by Email the Default in the group Invite Anyone: 15 years, 10 months ago
It would be nice to have an option that would make the “Invite by Email” the default Send Invites option instead of the invite existing users. The widget makes this a little better, but in my case it’s pretty much all invite by email.
-
techguy started the forum topic Modify Invitation URL to Have More Parameters in the group Invite Anyone: 15 years, 10 months ago
One other idea. In the link to sign up, why not include the group number (or list of numbers) so that the registration theme page could be customized with a special welcome based on the group that invited them without having to do an extra query to the database to see which group they’ve been […]
-
techguy posted on the forum topic Re-invites in the group Invite Anyone: 15 years, 10 months ago
I’m copying over my requests so they’re here for Boone to see in one spot: -Send again button (a bit controversial maybe). This would be nice if the new email could be customized before it’s sent. -Link the email address so they could send their own personal email with a link to subscribe (just a […]
- Load More
@crashutah
Active 1 year, 8 months ago