Search Results for 'wordpress'
-
AuthorSearch Results
-
December 30, 2012 at 3:26 pm #149273
In reply to: [Resolved] My Join Group button is acting funny
@mercime
Participant@ubernaut did you apply the fix https://buddypress.trac.wordpress.org/changeset/6679 ?
Let me know and I can help test in your site.December 30, 2012 at 10:52 am #149270In reply to: BuddyPress Moderation 0.1.6
billzy
ParticipantOk I’ve found a working solution using WP 3.5, bp 1.6.2 and bp-moderation 0.1.6 … I have my flagging and unflagging with backend reports working perfect now.
Here is how I did it so you can fix yours:
Step 1.
Follow these steps to update some plugin code since the plugin is now unsupported.
https://wordpress.org/support/topic/plugin-buddypress-moderation-not-working-with-bp-161-wp-342?replies=9#post-3267296Step 2.
Step 1 only allowed me to flag and unflag content with the super admin account only. If you have the same problem then open bpModLoader.php and comment the lines 64-66.Change to following or delete to fix all users can flag posts.
// if (!is_super_admin()) {
// return;
// }Hope this helps đŸ˜€
Cheers
December 30, 2012 at 7:16 am #149257tednopple
Participant**SOLVED**
Thank you @Aces for answering and being helpful. All seems to be working now. I will post the solution below for those, like @Whisprr, who have the same problem:
Basically, the “WP Mail SMTP” plugin method from the link Aces provided worked. I just think the link is very vague and doesn’t explain at all how these plugins are supposed to help or what exactly you are supposed to do with them–it just says ‘most people found these helpful’. So I had to watch this youtube video, which explained how to solve the issue using the WP Mail SMTP, step by step: http://www.youtube.com/watch?v=5GsHbf4Gitw
Watch it! I would just skip the part about using the FTP to finish installing the plugin (skip 3:00-6:20). The plugin should install perfectly fine.
Essentially, anyone who has the activation/registration email problem needs to download the “WP Mail SMTP” plugin and then enter the correct settings, as described in the video. I ran into a problem (mentioned earlier in this post) because GMAIL does not allow the plugin access to the account and labels it as suspicious activity–this kept returning an error message in the debug (test email). I also didn’t feel comfortable putting my real email’s username and password, un-hidden, into the username and password form, so I created a new YAHOO account especially for sending emails from my wordpress blog instead of my normal account, to use for this plugin.
It worked! The debug/test email did not return an error and when I tested the registration for my site, I finally received the activation email–albeit buried in my spam folder.
Hopefully this helps others because BuddyPress and Word Press do not make it clear that this needs to be done in order to SEND (rather than receive) email from your account or for member registration to work–this is why many people who are Word Press novices can become confused when site registration doesn’t work.
December 30, 2012 at 4:57 am #149254alexpena
ParticipantI get this same issue but with blog posts. Every time I edit an old blog post from WordPress it shows up in my activity stream as a new post, not sure if many have experience it since the only way to know is if these posts are getting updated. But in my case, i have to be updating posts all the time and I believe this shouldn’t be happening. Is there a way to stop this?
December 30, 2012 at 4:06 am #149251In reply to: Help with Buddypress URLs
@mercime
Participant@akumaseijin you have to find the theme_location of your secondary custom menu. For example, in the Twenty Ten theme, the theme_location is ‘primary’ see https://codex.wordpress.org/Function_Reference/wp_nav_menu#Used_in_the_Twenty_Ten_theme
After you find the theme_location of your secondary menu, replace mamamia in what I posted at http://pastebin.com/jFLsdDJG
December 30, 2012 at 2:22 am #149245In reply to: Customizing the admin bar
@mercime
ParticipantThere are a number of plugins in the WP plugin repo which could change what shows up in the admin toolbar. For BP-specific nav links, check out https://wordpress.org/extend/plugins/buddypress-custom-profile-menu/
December 30, 2012 at 1:31 am #149244In reply to: [Resolved] My Join Group button is acting funny
@mercime
Participant@ubernaut just tested Windows7 and Safari and same behavior applies with the latest WP/BP versions. Please do the honor of posting trac ticket for this issue.
EDIT – DOING_AJAX https://buddypress.trac.wordpress.org/ticket/4736
December 30, 2012 at 1:20 am #149242aces
ParticipantEmail should work but much can go wrong including things connected to plugins, themes and functions.php or bp-custom.php files.
Presuming the email didn’t go into spam, and WordPress sent emails before installing BuddyPress, then one thing that can be tried is disabling all plugins except except buddypress and the ( un-customised ) bp-default theme.
If this is a localhost/dev site then php / server has to be correctly configured and/or upgraded for email. Alternatively WP Mail SMTP may be useful in this situation…
The main email address is set on the wordpress Settings > General page.
There may be other issues with buddypress in some situations. For more info see: https://buddypress.trac.wordpress.org/ticket/4689 and relevant links on that page.
December 30, 2012 at 12:00 am #149237In reply to: 2 home pages
@mercime
ParticipantDecember 29, 2012 at 11:55 pm #149235In reply to: Buddypress & Continuum Theme…Help!!!
@mercime
Participant@doncgarner as of the version I helped with, yes, you would have to add all that code to the BP template files. It all depends on the theme. Open up your theme’s page.php and you’ll see the amount of code added by the theme author to give you all the options added to the theme. Other WP themes required only 2 files for BP compatibility or just less code.
You could wait for BP 1.7 coming up https://buddypress.trac.wordpress.org/roadmap sometime next year where you do not need to change anything in your template files at all (unless you want to totally customize the BP pages further).
December 29, 2012 at 11:47 pm #149234In reply to: before and after plugin for bp
danbpfr
Participanthi,
trying to built your own component ? See https://wordpress.org/extend/plugins/buddypress-skeleton-component/
December 29, 2012 at 11:44 pm #149233In reply to: [Resolved] Resetting a has_members query
danbpfr
ParticipantHi,
sorry to ask that, but why don’t you use the built in BP widget Who’s online ?
for inspiration, see how it is built in bp-core-widget.php:124
You can also use bp-skeleton to built your own widget on a proper maner.
https://wordpress.org/extend/plugins/buddypress-skeleton-component/December 29, 2012 at 8:44 pm #149227tednopple
ParticipantI am new to BuddyPress and creating a site using WordPress.com
Any idea as to what address/program sends the activation email? That is, what defualt email address do the activation emails come from? And is it WordPress, BuddyPress or my host that sends out the email?
Should I have done some configuring to this address first?
December 29, 2012 at 8:17 pm #149218tednopple
ParticipantHi Aces,
I meant to write in the original post that it does not go the junk/spam or trash folders either.
Also, I’ve visited the link you posted and the only advice it gives is:
Members of the BP community have had success using:
It doesn’t elaborate on how these plugins are supposed to help, but I installed the WP Mail SMTP, anyway.
I resent the activation key and still no email. WordPress did/does send me admin emails with no problems
December 29, 2012 at 8:14 pm #149217In reply to: 1.6.2 Avatar Cropping Issue
VegasKev88
ParticipantPaul,
I noticed on https://buddypress.trac.wordpress.org/roadmap that BP 1.6.3 is due to be released in 3 weeks with only a couple of tickets involved. However, after reading the ticket (which is closed) https://buddypress.trac.wordpress.org/ticket/4713 regarding this issue, it seems as though the common understanding is that this is a WP 3.5 Requirement issue. Whereas, I’m running 3.5 and still having the issues.
Don’t know if this helps or not.
December 29, 2012 at 8:09 pm #149216aces
ParticipantDid WordPress send emails before you installed buddypress?
December 29, 2012 at 8:06 pm #149215In reply to: Buddypress 1.7
VegasKev88
ParticipantAccording to trac https://buddypress.trac.wordpress.org/roadmap we are only about 5 weeks away.
December 29, 2012 at 8:03 pm #149214In reply to: hide date and permalink from page – Status Theme
saukgp
ParticipantHello,
Sorry, i meant that, it dosent looks good with the type of site I am having, it looks like something extra, and unwanted. Status theme is working fantastic and every part of it, is resolving seamlessly. I am new to the wordpress and buddypress, infact, newbie in creating sites, and without any knowledge of codes, it sometimes becomes frustrating. Thanks @hugo @chouf1 i will try it, and revert back with the result.
regards
December 29, 2012 at 3:13 pm #149199In reply to: BuddyPress Favicon Not Showing
danbpfr
ParticipantDecember 29, 2012 at 2:39 pm #149198In reply to: Group moderator are not able to edit, delete group
inkblot
ParticipantSorry @mercime (and, yes, I’ve already read through the ticket in trac, along with the documentation, etc.), but Administrator elevated Moderators from within a community definitely do not belong in there messing around with Group naming structures and descriptions. They are there to merely moderate the internal content and behavior within the Groups/Forums themselves (like I need to tell you that, being that you are yourself a Moderator here on BuddyPress – and a hell of a good one at that if you don’t mind me saying so!), and that’s it.
With this proposed change, will newly elevated Group Moderators then also be able to delete and/or upload Group avatars once given these new permissions, or even change the Groups privacy settings at will? Not a good “fix” at all if you ask me, no matter what the existing documentation and so forth has to say about it.
I believe that the real error here occurred at some point in time within the direction of the documentation if anywhere, and that is actually what needs to be fixed here, and not with keeping on going down a road where the sign with the arrow pointing one on where to safely go somehow got turned around at some point and is actually now pointing off over the cliff, right?
Hugo ( @hnla) has it absolutely right here with his take on this proposed change within the trac ticket located at https://buddypress.trac.wordpress.org/ticket/4737
If you look at our own Group structure within our currently-being-developed site at https://PhysicalActivity.com (which I’d personally registered all the way back in December 1999) you’ll see that we’ve got over 200 meticulously generated Groups, and with thousands more to come, that we definitely do not want members who have been elevated to Moderators digging in and messing around with when it comes to Group names and descriptions, among other things, and I’m guessing a lot of other folks (site Administrators) would feel the exact same way about it as well. Isn’t it enough that Moderators can already pretty much clear out the entire contents of a Group/Forum?
We do not allow our members to create their own Groups, and that is definitely by design. It would certainly create havoc and chaos if we then, eventually, had 100’s of Moderators running wild within our set Group naming structures, descriptions and so forth, especially with thousands upon thousands of Groups to have to keep track of in the future.
When we’re done here, we’re definitely going to be one of the bigger sites making use of the WordPress/Multisite/BuddyPress platform so, needless to say, and like a lot of other folks here too, we’ve got a lot of time, effort and money invested in helping to properly see this whole thing (the ultimate development and direction of BuddyPress) through as well, even if our contributions and/or opinions are just brushed to the side at times.
We’ll definitely be stripping this update out of the code when (if) it drops with, what looks to be from @djpaul, 1.6.3 in the next several days or so here.
If anything, this sounds more like an options type of thing (“Allow Moderators to Change Group Name and Description” – “Do Not Allow Moderators to Change Group Name and Description”), or even plugin territory for the few people who would actually get good use out of something as reckless as this.
All of you guys and gals working on BuddyPress with your time, efforts and skills are absolutely fabulous (and I know, because I’ve been working with and dabbling in BuddyPress since its inception when Andy Peatling was still running the show, and I’ve been working with WordPress since its beginnings as well, even going so far as to register domain names like WordBlog.com, CustomerBlog.com, NoteBlog.com and so forth to use in conjunction with it way back in 2003/2004), so please don’t take this as anything more than me just tossing a little dirt (with a pinch of love) into the gears in the hopes of getting people to stop and take a second, or even third, look into a quick and hastily made change that just shouldn’t be made in the first place.
You know what they say about fixing something that isn’t broken…
Thanks for lending an ear or two to me here. Keep up the good work!
Best regards,
Kyle
December 29, 2012 at 2:30 am #149178In reply to: Buddypress & Continuum Theme…Help!!!
@mercime
Participant@doncgarner as Hugo mentioned above, we have a list of walkthroughs aka “template-packed” WordPress in the Codex. Here’s the link for the Continuum theme before http://wp.me/p1I84P-36
December 28, 2012 at 11:18 pm #149158In reply to: BP GTM System not comact with WordPress 3.5.
WordPresswomen
Participantoh,my site is hosted on university host, they updated automaticly through the cpanel without informing me, and when i saw, wow shock, so i don’t have backup. I’ll try to downgrade the WordPress and i will activate the plugin again.
I need backup just for the data that was entered bu the users of web???? Because it was in test period so nothing important i will lose.
Thanks
December 28, 2012 at 11:12 pm #149157In reply to: Registration not working hen BuddyPress activated
Ben Hansen
Participanthi curious about your situation @themightymo i also have been experiencing a rather odd bug of my own since we switched to wp engine:
https://buddypress.org/support/topic/my-join-group-button-is-acting-funny/
i have found them to be very knowledgable over there and the service itself seems to be beyond comparison for wordpress hosting.
December 28, 2012 at 10:13 pm #149155In reply to: Help with Buddypress URLs
Toby Cryns (@themightymo)
ParticipantThis link offers an alternate solution: http://wordpress.stackexchange.com/questions/35163/add-buddypress-profile-and-messages-link-to-wordpress-menu
You might also look into custom walkers for the WordPress menu.
December 28, 2012 at 3:22 pm #149133In reply to: Problem with creating new blog
masonjames
ParticipantHiya @mercime,
From the network admin you’re correct it will go to wp-admin/network/site-new.php.
Easiest way to see the issue is to go to the “My Sites” link and click “Create new site” from there (assuming logged in users can create sites). This is how non-network admin’s would create a new site.
This link is borked (unless you’re using “blogs” as the slug for “Site Activity” possibly… haven’t tested that). Here’s the trac ticket with the fix (slated for 1.7):
https://buddypress.trac.wordpress.org/ticket/4632Hope that clarifies. Thanks!
-
AuthorSearch Results