Search Results for 'buddypress'
-
AuthorSearch Results
-
December 30, 2012 at 7:16 am #149258
@mercime
ParticipantAm I reading that correctly that if a 3-column layout is selected, then WP is to use sidebar-2.php????
@latinoleader Yes, in addition to the default sidebar.php on the other side of the content.
Based on the initial scan of the Evolve Pro theme, you would need to change 17 template files from within the 6 BP folders transferred into your theme’s folder in server during the compatiblity process.
Please confirm which layout you want for ALL your BP templates – no sidebar, 2-columns or 3-columns? I would go for the 2-columns but it’s up to you. Let me know so we can get this going.
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 5:35 am #149256In reply to: Customizing the admin bar
@mercime
ParticipantTo keep the admin toolbar in place for everyone, all the time, go to Settings > BuddyPress > Settings page — Main Settings – Toolbar and leave the box unchecked. That’s it.
If you prefer to use code snippets, no problem. There are tutorials out there which have snippets for different kinds of admin toolbar customizations. Or, you can check out the plugin code and use portions which would apply in your case.
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:41 am #149246In reply to: [Resolved] My Join Group button is acting funny
Ben Hansen
Participantok i didn’t realize anyone had this same error or that error was the same thing do i need to do anything more? thanks @mercime !
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:23 am #149243@mercime
ParticipantWhen I go to create a new page, in WP, these 3 templates are in the template drop-down menu, in the Page Attributes section. Is it safe to assume that these templates are what you’re looking for?
@latinoleader We’ll see. What I need to know is what the default page structure is like. Because whatever you choose in the dropdown menu (e.g. no-sidebar) for the Members Directory, might not be the same page automatically generated when you go to the individual member’s page (depends on what the default page layout is for the theme).
Create a regular page and do not choose any of the templates from dropdown menu, what layout shows up when the page is published? Please post the page URI from this demo http://demo.theme4press.com/evolve-pro/ for the default page layout.
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:38 am #149240In reply to: Buddypress & Continuum Theme…Help!!!
doncgarner
ParticipantThanks a bunch @mercime….Blessings. Can’t wait on the new, but will upgrade when it comesout. However, for now I’ll just try looking at another template like Salutation or Something else. Just hope making changes to everything thats formatted in the Continuum theme, won’t give me too much of a problem when I change themes…lol…Praying on that one…
December 30, 2012 at 12:34 am #149239In reply to: Echoing "Submitted on" date
oqm4
ParticipantThanks so much for your suggestion, Chouf1, but, as far as I can tell, I’m afraid neither of those code blocks …
`printf( __( ‘Submitted on %2$s at %3$s‘, ‘buddypress’ ), bp_get_root_domain() . ‘/’ . bp_get_activity_root_slug() . ‘/p/’ . $item[‘id’] . ‘/’, date_i18n( get_option( ‘date_format’ ), strtotime( $item[‘date_recorded’] ) ), date_i18n( get_option( ‘time_format’ ), strtotime( $item[‘date_recorded’] ) ) );`
or
`<?php printf( __( '%1$s in %2$s’, ‘buddypress’ ), get_the_date(), get_the_category_list( ‘, ‘ ) ); ?>`
.. yielded anything I can use.
`get_the_date()` echoes the logged in user’s most recent activity (I think), and this modified string, based on the top block, outputs the UNIX epoch:
`date(“m/j/y”, strtotime($item->date_recorded))`
December 30, 2012 at 12:32 am #149238faeronsayn
ParticipantI wouldn’t mind coding it myself, I just want to know what functions I should use to create groups. Then I could just use some conditionals / loops to create posts for each custom post type post. @mercime
December 29, 2012 at 11:58 pm #149236@mercime
Participant@faeronsayn you’d either have to code that yourself or hire a developer to do so.
December 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 11:26 pm #149231@mercime
Participant@faeronsayn You’re welcome. Glad the issue was resolved. Posting what error/s showed up will always help others help you 🙂 Cheers.
December 29, 2012 at 11:19 pm #149230faeronsayn
ParticipantThank you, I was able to fix this through updating the theme as well 🙂
December 29, 2012 at 9:46 pm #149229In reply to: Buddypress & Continuum Theme…Help!!!
doncgarner
ParticipantThe Template packed link you posted is just whay it seems that I need, but there is ALOT of Code on that article. Do I have to Add ALL of that code in the places specified? WOW, hope not. I thought it would just be a few places to change some of the code to make it compatible with BP. I’m still stuck, can’t launch a membership/artist community without membership features. Thanks @mercime and Hugo. I’ll keep trying. Using another template right now…is NOT an option becaus eall of the content would have problems that I would have to go in and fix, and make look right. I wish it was as easy as leaving every page, category, tag with content AS-IS…and then pick a new template that works with buddypress, and activate it….and EVERYTHING would display as it should…without a hitch in the new Compatible template. Is that possible, or I should just use the above mentioned option in the link you gave me? Thanks, Blessings.
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:27 pm #149222Whisprr
ParticipantI am also having this issue on the site I am constructing with Buddypress-Buddyboss. Validation emails are not going out as well as changed password emails. I need a fix before 2 weeks into January and hundres of ppl start logging in on 8 sites. We chose buddy press / buddy boss for its groups and forum features but this is a serious problem I can not move forward with out fixing and the launch date is coming soon. Thanks for any assistance.
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
-
AuthorSearch Results