Search Results for 'buddypress'
-
AuthorSearch Results
-
March 21, 2010 at 11:26 am #69530
In reply to: I gave buddypress a try
beeza
ParticipantOK thanks for the info, I will give it a try and see how I get on.
March 21, 2010 at 11:03 am #69527In reply to: bp_displayed_user_username or another?
takuya
ParticipantSolved this, answer is here for anyone with the same problem.
https://buddypress.org/forums/topic/displaying-usernames-on-members-directory-part-2
March 21, 2010 at 11:02 am #69526In reply to: I gave buddypress a try
takuya
ParticipantIf you have searched the forum, developers (from the navigation on top), and google you have two options:
1. Install bbpress from the one click installer by BuddyPress
2. Install bbpress alone and connect to BuddyPress
You’ll have total freedom customizing the forum if you choose option 2, but thanks to the community, there’s a plugin for option 1 too.
https://wordpress.org/extend/plugins/forum-attachments-for-buddypress/
Get a testing environment, try the both and explorer the bp world!!
March 21, 2010 at 10:56 am #69525In reply to: Displaying usernames on Members Directory part 2
takuya
ParticipantI finally solved this according to:
https://svn.buddypress.org/trunk/bp-core/bp-core-templatetags.php
I’ve made a new custom function, bp_member_user_login as follows
function bp_member_user_login() {
echo bp_get_member_user_login();
}
function bp_get_member_user_login() {
global $members_template;
return apply_filters( 'bp_get_member_user_login', $members_template->member->user_login );
}March 21, 2010 at 10:29 am #69523In reply to: I gave buddypress a try
beeza
ParticipantBut with bbpress it is not possible to do file uploads, you know such as an image in a post! Or am I wrong, is this possible? Oh and another thing, it is possible to moderate new user sing ups etc. Again is this possible with bbpress ?
March 21, 2010 at 10:07 am #69522In reply to: I gave buddypress a try
kriskl
ParticipantTake a look at bbpress before you start phpbb

I am just about to move from phpbb to bbpress/buddypress
and converting it is major pain

so take a look before you decide
March 21, 2010 at 9:04 am #69519In reply to: global buddypress tags?
still giving
ParticipantGlobal anything would be very good. We cannot have a global search, it seems, and so global tagging would at least be a second best.
Wonderful idea.
March 21, 2010 at 4:39 am #69507In reply to: web.config TROUBLE
symm2112
ParticipantIis doesn’t usually support php. Web.config is a file that’s used for an asp.net application/website. You should switch your plan to a Linux based hosting plan if you want to use buddypress and wordpress as those are usually best run on Linux plans. I’m not even sure how you got them running on IIS as you need mysql database and I wouldn’t think you could get one with a windows plan.
March 21, 2010 at 4:05 am #69503In reply to: Preview button for forum posts?
modemlooper
ModeratorUse the buddypress forum extras plugin. It enables quoting
March 21, 2010 at 3:33 am #69501In reply to: web.config TROUBLE
tomstage
Memberinteresting. thank you! I will try deactivating, but not sure how to get my emails delivered then. I do have all the latest wordpressmu and buddypress editions. I was thinking maybe it’s the “welcome pack” plugin? Could this be? I will try deactivating a few of these and see what happens. I just got off work, or I would have replied sooner. Thanks for your help!
March 21, 2010 at 2:25 am #69499In reply to: Disable custom header
courtenayc
MemberCleared the cache as suggested and no change. Changed browser and no change. I’m using the default theme for buddypress 1.2, I don’t think that’s a child theme, is it? Where in functions.php do I add that line?
Thanks
March 21, 2010 at 1:48 am #69496In reply to: global buddypress tags?
3sixty
ParticipantThanks, Peter. I saw too late that this thread had been started just a few weeks ago (such is the nature of forums):
https://buddypress.org/forums/topic/global-content-tagging#post-38480
Did you take a look at Burt’s code? Jeff Sayre says he created a version of this for BP 1.0 but needs to be updated.
March 21, 2010 at 1:42 am #69495pcwriter
ParticipantBP Album+ will probably do the trick for you.
You can see some screen shots of what the next release will look like here: https://buddypress.org/forums/topic/bp-album-new-features-requests-and-discussion/page/2?replies=16#post-43760
March 21, 2010 at 12:51 am #69493In reply to: No admin bar
9pieceluggageset
MemberI ran into something similar last night…
Check out my solo tread https://buddypress.org/forums/topic/admin-bar-shows-as-plain-live-links
March 21, 2010 at 12:06 am #69490In reply to: Disable custom header
Paul Wong-Gibbs
Keymasterhttps://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
Put the following into your wp-config.php:
define( 'BP_DTHEME_DISABLE_CUSTOM_HEADER', true );March 20, 2010 at 11:18 pm #69489In reply to: Buddypress and wp-wishlist help
takethereins
MemberHas anyone determined if wishlist membership works with Buddy Press?
Or have you found other plugins that work to protect your site content ?
March 20, 2010 at 10:00 pm #69485In reply to: Where is my forum?
Jeff Sayre
ParticipantMarch 20, 2010 at 10:00 pm #69484In reply to: Admin bar shows as plain live links
9pieceluggageset
MemberI activated Buddypress Template Pack plugin. It when right away to step 3, I just clicked “Finished” and boum! The bar is all there!
Now I need to midify that thing…
March 20, 2010 at 9:55 pm #69483In reply to: Where is my forum?
kimschips
ParticipantOhh… Thanks, but can i just make a big forum to everyone or do i need to install it and find some guide to integrate it to buddypress?
March 20, 2010 at 9:47 pm #69481In reply to: Syntax for search_terms in bp_has_site_members
Jeff Sayre
ParticipantWhich version of BuddyPress are you running? The current version of BP does not have that function. Instead, it is bp_has_members().
Having you been developing under an older version and then you upgraded? Codebase changes are to be expected. The first thing to do when previously working code fails is to check the logs, they will often indicate the issue. Then, if you need to sleuth some more, check the core functions to see if something has changed–the function name, function parameters, or both.
March 20, 2010 at 9:34 pm #69478In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
Keymasterkriskl – I assume you’re talking about the ajax quote plugin that’s part of https://wordpress.org/extend/plugins/buddypress-group-forum-extras/other_notes/. I just tried it and they seem to be working fine together on my installation. Can you be more specific about what is “breaking”?
avi-m – I installed the widgetized theme and I didn’t have any redirect problems. I wonder if the problem is arising from a combination of theme + my plugin + some other plugin. I don’t suppose you could turn off all other BP dependent plugins for a second to test that theory? Or perhaps give me a list of the plugins you’re running so I can try it myself?
March 20, 2010 at 9:30 pm #69476Jeff Sayre
ParticipantWhich version of WordPress and BuddyPress are you running?
To post a new topic to a thread using the Group Forums Directory, you must be a member of that group and the group must be public. So, you will not have the option of selecting groups that are private or those of which you are not a member.
March 20, 2010 at 9:21 pm #69475Jeff Sayre
ParticipantBuddyPress.org uses bbPress, the same forum software that comes with the BuddyPress download. However, the forums on BP.org are site-wide forums (using an external install method) and are skinned to look like the rest of the site. They are not group-based forums as you get with a standard install of BuddyPress.
To learn more about external bbPress installs, read this:
https://buddypress.org/forums/topic/create-a-site-forum#post-36466
March 20, 2010 at 8:35 pm #69472In reply to: Buddypress version of wordpress 'mystique' theme?
giamanry
MemberI’ve been playing with Mystique as a likely candidate for a blog I’m working on, but I’d lo be able to play with BuddyPress without giving it up! So I’ll just add in another voice that’s excited for this development
March 20, 2010 at 7:58 pm #69467In reply to: BuddyPress-Links 0.3 FINAL is here at last
agrundner
Member@MrMaz Yeah… I’m not having any luck getting avatars resized and uploaded on a single wordpress install. BP Links (Version 0.3.2) is just embedding the URL of the original image. I’m guessing the plugin currently has no folder structure for a single install like it does for MU, which you stated earlier places avatar images in: /wp-content/blogs.dir/files/link-avatars/ — I’m keeping my fingers crossed the next release will have a fix for this

Out of curiosity, anyone know how I can alter the user link (will be editing: link-header.php)?
Currently using bp_link_userlink() but I’d like to change the output from mysite.com/user/ to mysite.com/user/links/ so people can see other links posted by the link owner.
-
AuthorSearch Results