Search Results for 'buddypress'
-
AuthorSearch Results
-
June 8, 2012 at 10:52 pm #135591
In reply to: Page titles with BuddyPress pages in subdirectory
Paul Wong-Gibbs
Keymasterhttps://buddypress.trac.wordpress.org/ticket/4242 (which you know about, since you posted the bug report. Thanks!)
June 8, 2012 at 10:40 pm #135587Paul Wong-Gibbs
KeymasterPlease don’t create duplicate threads: https://buddypress.org/community/groups/requests-feedback/forum/topic/must-enter-a-subject-to-send-a-message-to-another-user/?#post-130683
June 8, 2012 at 11:14 am #135580In reply to: buddypress text editor suggestions?
Sniper Kitten
ParticipantIf you’re using wordpress 3.3+, you can use the wp_editor function in your buddypress powered theme. For example, the is the textarea for posting reply for group forums in BuddyPress Default theme located in /buddypress/bp-themes/bp-default/groups/single/forum :
`
`
Change it to
``
Where the first quote (‘Type here …’) is the initial content for the editor (You can just leave it as ” if you don’t want any initial content) and the second quote (‘reply_text’) is the id of the editor.By default, wp_editor will use the default TinyMCE editor that comes with WordPress but you can change it via a plugin e.g. CKEditor For WordPress
June 8, 2012 at 10:44 am #135578In reply to: HOw to add a payment to registration form
thirstcard
MemberI have used Shopp in the past, very good support and a reliable product.
Also mentioned above ‘S2Member’ looks perfect for BuddyPress websites
June 8, 2012 at 9:54 am #135576In reply to: 1.5 beta2 – Activity and member pages redirecting
jurij_c
Memberhere is the solution for the problem: https://buddypress.trac.wordpress.org/ticket/4081
June 8, 2012 at 9:22 am #135574In reply to: Make Avatar on Forum Directory larger
@mercime
Participant@b1gft copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/forums/forums-loop.php into child theme folder/forums/forums-loop.php – then change value in line 61 for the poster avatar and line 68 for the groups avatar.
June 8, 2012 at 6:56 am #135571In reply to: Media Sharing / Directory Sorting
@mercime
Participant@primocreative check out
– free BP Media (beta) http://code.google.com/p/buddypress-media/
or’
– premium BP Gallery http://buddydev.com/plugins/bp-gallery/June 8, 2012 at 6:46 am #135570In reply to: Activation Link not showing
@mercime
ParticipantHaven’t ever used GoDaddy. From what I’ve heard, that hosting is not kosher for BuddyPress nor WP Multisite.
June 8, 2012 at 6:36 am #135569In reply to: New Subscribers Not Receiving “new post” emails AND…
@mercime
Participant== please create an account to test a couple things ==
@finallyanime Do provide a test username and password which you can delete later.
1. if you’re referring to blog posts, then you’d need to install a subscription plugin https://wordpress.org/extend/plugins/subscribe2/ or via feedburner etc.
2. What’s wrong about the blogs section specifically? You need to have a multisite installation for that
== Doesn’t look like “create new topic or group” is possible ==
3. Did you see the link to create a group beside title of the Groups Directory page? Or go to http://mysite.com/groups/create directly ? Create a new topic for Group Forums or Sitewide Forums?
June 8, 2012 at 5:43 am #135566@mercime
Participant@ktown28 I would look at the comments.php file and customization of comment form in functions.php. You could also install the Theme Check plugin and the Log Deprecated Notices plugin to check if your theme is up to WordPress standards.
June 8, 2012 at 5:08 am #135564@mercime
Participant@ktown28 change to bp-default theme and see if issue is corrected. If not, could be a plugin conflict.
June 7, 2012 at 9:46 pm #135559In reply to: BP_ENABLE_MULTIBLOG
luisrosario
ParticipantJune 7, 2012 at 4:42 pm #135554In reply to: Ajax.php in child theme
James
Participanthi @djpaul ,
separate ajax.php functions do not work as they should at the search page of “unified search” by Brajesh (without adding of this exit()
. In my case bp_dtheme_new_activity_comment() returns full search page (with css from bp-default) below replies if I try to comment on activity, exit(); fixes it.June 7, 2012 at 2:17 pm #135552shanebp
ModeratorI don’t see the members loop in your code.
I see this:
`$retval = ““; `
where you open 2 divs and don’t close them as part of an if statement that you don’t terminate.try this:
`
if (bp_has_members($get_these_members))
$retval = ‘Yes – members were found.
‘;
else
$retval = ‘Sorry, no members were found.
‘;
echo $retval;
`
If that works, then look at
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/June 7, 2012 at 12:12 pm #135545In reply to: Generally remove BuddyPress Sidebar and Footer
Mqlte
ParticipantOkay, at least you can “hide” or remove the sidebar with some CSS:
/*Hide sidebar*/
#sidebar { display:none !important; }
/*Full-width posts and pages*/
#custom, #container, #post-entry {width:100% !important;}
/*Full-width BP components*/
#custom #container #content {width:100% !important;}
#custom #container .padder, #custom .directory #container .padder {width: 96% !important; padding:0 2%;}Source: http://premium.wpmudev.org/forums/topic/buddy-press-sidebar-on-some-pages
Regards
June 7, 2012 at 12:00 pm #135544Steve
ParticipantIt seems this is being caused by the WP Email Login login plugin. @r-a-y is an author so hopefully he sees this.
I’ve made a post in its forum here: https://wordpress.org/support/topic/plugin-wp-email-login-this-plugin-allows-non-activated-users-to-login?replies=1
June 7, 2012 at 9:22 am #135541In reply to: Worship Ministry
angslycke
ParticipantWow, impressive site! Nice to see another great BuddyPress site online!
June 6, 2012 at 4:15 pm #135527In reply to: Activity stream to long
shanebp
ModeratorTake a look at
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/Find your activity-loop.php, probably somewhere like:
/wp-content/themes/your-theme-child/activity/activity-loop.phpthen try this:
``
June 6, 2012 at 3:08 pm #135523In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantAlso, we’re using a foreign language version of WordPress and BuddyPress which both have completely translated mo files but the email came in English. Could this be related or another issue?
June 6, 2012 at 3:04 pm #135522In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantIt is WordPress 3.3.2 multisite installed in the root directory. We have a custom theme but based on bp-default without many modifications, certainly not any to the mail functionality except we had tried the Welcome Pack plugin but the activation link did not appear in that email either. This problem has occurred even without any other plugins running but BuddyPress.
It seems to be a variable that should be created called $activate_url in /bp-core/bp_core_filters.php . Is there a way to add a filter there or somehow create another email to take precedence over this one?
We’d like to keep email activation but if it doesn’t work we will have to manually re-send emails or disable it? Both seem like bad solutions, such a basic feature should be working without any tweaks to the system.
June 6, 2012 at 1:59 pm #135519shanebp
ModeratorWhat does this mean “matches the page” ?
You need to know the field_id (numeric) of the profile field(s) you want to match.
Take a look at this:
https://buddypress.org/community/groups/creating-extending/forum/topic/search-member-profile-fields-by-url/June 6, 2012 at 10:17 am #135516In reply to: Interesting Child Setup
michaeljdornan
MemberSorry I meant Multinetwork, i was given the below: but having some troubles… I’ll keep slogging away.. thanks
1. BP MultiNetwork – https://wordpress.org/extend/plugins/bp-multi-network/ which requires WP MultiNetwork or Networks+
2. BuddyPress Multi-Network – http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ which you can use with Join Blog Widget plugin which you’ll find in the same site.
June 6, 2012 at 9:54 am #135515In reply to: Interesting Child Setup
Paul Wong-Gibbs
KeymasterThere isn’t such a thing as “BP multisite”.
As I said I’ve not used a multi-network so I don’t know the specifics. As I understand, your ‘child sites’ each need to be in their own network. You then activate BuddyPress on each.
Not separate installs. Not new sites created under the ‘main site’ in a regular multisite config. Multi-network basically gives you multiple multi-sites, all running from the same files. If you’ve already done this, try contacting the authors of the WP + BP multi-network plugins and see if they offer support.
Multi-network support in BuddyPress is still a pretty new feature and it’s not used by many people, which is why it’s hard to find someone who has the answer
June 6, 2012 at 9:15 am #135514In reply to: Interesting Child Setup
michaeljdornan
MemberI don’t really need buddypress not to be installed on the main site anymore, I’ve found a suitable theme that will allow me to do what I want, so now I need the ability to have the following but the ability to have users login to one and be able to move between them all:
Main site = site1.com (buddypress theme/network)
Child Site = child1.site1.com (buddypress theme/network)
Child Site = child2.site1.com (buddypress theme/network)
Child Site = child3.site1.com (buddypress theme/network)Question remains, do I need separate installs of WP and BP and if so how do I make it so users can move between them (so have one user database).
Or do I use wordpress network and bp multisite?
June 6, 2012 at 8:40 am #135513In reply to: Interesting Child Setup
michaeljdornan
MemberThey are not there own sites, I used wordpress network to create all the subsites, are you saying I need to create separate wordpress and buddypress installs for all the subsites, then use multi-network to join them all? I’m happy for them all to be separate, I just need the user databases to merge so people can login to them all without logging out and having different accounts to login with?
-
AuthorSearch Results