Search Results for 'buddypress'
-
AuthorSearch Results
-
August 4, 2010 at 7:46 pm #88013
In reply to: Facebook like for BuddyPress
gregfielding
ParticipantHere’s the group one to use: bp_group_permalink()
Here’s the code I used to add a facebook like button to the group header:
<iframe src="http://www.facebook.com/plugins/like.php?href=&layout=standard&show-faces=true&width=450&action=like&font=arial&colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; margin:1px 0px -12px 0px; overflow:hidden; width:450px; height:30px”>
August 4, 2010 at 6:45 pm #88007christian_gnoth
Memberi am using the default theme bp-default!!! but the menu ís left side below the wp footer.
August 4, 2010 at 6:04 pm #88003In reply to: LOVINGFUTBOL.COM
José M. Villar
ParticipantHola Javier, sencillamente IM-PE-CA-BLE, aplausos !
Hace rato que quiero lanzar mi red social en BP para el club de mis amores y tu trabajo es una verdadera inspiracion.Hi @arques, simply astounding, kudos !
It’s been long since I want to develop a BP social network based on the team I support, your work is a real inspiration.August 4, 2010 at 5:39 pm #88002In reply to: Adding menu items to the admin bar
alanchrishughes
Participant@justbishop Well I hope you got everything figured out and working

What I was suggesting is just something I am working on, not to create two admin bars, but to remove the old one and create a setup that allows you to design it into your theme however you want.
August 4, 2010 at 5:09 pm #87997r-a-y
KeymasterCheck out the links loop in /buddypress-links/themes/bp-links-default.php.
For parameters in the links loop, check out the bp_has_links() function in /buddypress-links/bp-links-templatetags.php.The links loop works similar to any BP loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/August 4, 2010 at 5:09 pm #87996In reply to: GivingSports.com
justbishop
MemberLooks good, but I got the following errors at the “accept-invitation” link you posted:
Warning: Division by zero in /home/givingsp/public_html/wp-content/themes/fishbook-buddypress-buddypack/registration/register.php on line 359
Warning: Division by zero in /home/givingsp/public_html/wp-content/themes/fishbook-buddypress-buddypack/registration/register.php on line 365
August 4, 2010 at 5:08 pm #87995In reply to: BuddyPress Group Tags is now available
James
ParticipantAdmin bar > My Account > Groups > Group Tags is shown as empty cell, however links to the group tags?
August 4, 2010 at 5:02 pm #87993In reply to: Removing posts authors avatars…?
r-a-y
KeymasterCan you be specific?
Are you talking about the blog author on the left hand side of the blog entry?
If so, copy over /bp-themes/bp-default/single.php to your child theme and remove the “author-box” div.
Then in your CSS to remove the left margin, do this:
div.post div.post-content {margin-left:0 !important;}August 4, 2010 at 4:56 pm #87989In reply to: Spam, Flag, Mark, Notify admin
finni3
Participantfor your site: https://buddypress.org/community/groups/bp-moderation/home/
gottowik
ParticipantThis site is awesome! Love these lovely designed icons and effects. Great work, @simoncreative!
August 4, 2010 at 4:04 pm #87983In reply to: Facebook like for BuddyPress
José M. Villar
ParticipantIn the phpxref link I posted before you can find them. Good luck understanding them tho, seems chinese to me…
August 4, 2010 at 3:55 pm #87982In reply to: Facebook like for BuddyPress
gregfielding
ParticipantI’d like to put this on forums, groups, events, etc…is there a list of template tags somewhere?
August 4, 2010 at 3:55 pm #87981In reply to: Removing posts authors avatars…?
August 4, 2010 at 3:37 pm #87980In reply to: Adding menu items to the admin bar
justbishop
Member@alanchrishughes: when I reread that, I wondered if you meant that your code adds a second admin bar. If that’s the case, then that’s not really what I’m after

Trying out @JediSthlm‘s bp-custom.php code, but keep getting UNEXPECTED “:” errors about my giant “if” line here (the one about logged in, is_single, and tags):
I took the “:” out of the line completely, and then it gave me an UNEXPECTED “;” error, even though there was no semicolon in the line.
Anyone know what’s wrong with my code? I’m sorry, it’s indented properly in my editor, I don’t know why it ended up like that in the pastebin
August 4, 2010 at 3:31 pm #87979In reply to: Facebook like for BuddyPress
José M. Villar
ParticipantBut as @Svenl77 already stated, you have to taylor the code in order to add dynamic URL for forum posts or whatever. The article uses bp_activity_thread_permalink() for activity stream updates and bp_user_link() for user profiles.
I think that by adding the parameter for forum posts it will work there. Unfortunately, I do not know which parameter it is.Edit: searching http://phpxref.ftwr.co.uk/buddypress/nav.html?_functions/index.html I found bp_the_topic_permalink(). Not sure if it is the correct template tag tho…
August 4, 2010 at 3:14 pm #87978In reply to: Activating existing users
Driftless
ParticipantHi –
To revive this discussion: I am curious if anyone has further light to shed on this. I think I see where the listing in the members -> recent activity comes from (xprofile_data) but where does the “members all” come from – direct from the WP_users table?
Now – the issue I have with this, is I have Buddypress in a sub-blog: http://www.mysite.com/community/ that I give selective access to certain users registered for http://www.mysite.com . I was hoping that when I made them a memeber of the Multi-Site subsite /community/ they would have access to Buddypress (and only then) — and I sure don’t want wp-users that are not part of the “community” listed in Buddypress.
Any thoughts?
Thanks!
August 4, 2010 at 1:59 pm #87969In reply to: How to add “Signup” beside “Login” on Admin bar?
August 4, 2010 at 1:21 pm #87965In reply to: How to add “Signup” beside “Login” on Admin bar?
intimez
ParticipantIt should show Login and Sign Up when admin bar setting enabled for logged out users. Check buddypress general settings.
August 4, 2010 at 12:41 pm #87964In reply to: Facebook like for BuddyPress
muratk
Membernot at all. we are talking about posts not profiles or activity streams.
August 4, 2010 at 10:16 am #87957Jamie Marsland
Participantok now fixed!
August 4, 2010 at 9:26 am #87954linusf
ParticipantOk sure,
I made a poor attempt to create my first ticket. It can be found here: https://trac.buddypress.org/ticket/2574
Hopefully there’s an easy solution!
August 4, 2010 at 8:14 am #87952In reply to: Setting Up Forums
bonalibro
MemberI couldn’t get buddypress to do anything more than show me a homepage. All the other pages and functions came up with an error message saying page not available or some such.
It is installed properly.August 4, 2010 at 7:30 am #87953In reply to: How to make a private community?
Tyler
ParticipantHow do I redirect to the wordpress login page and not the buddypress registration page? I want to create all the user accounts myself and prevent random people registering for my site. Thanks!
August 4, 2010 at 6:30 am #87945In reply to: Adding a new tab on profile page
G Matta
ParticipantHi, I got it solved using buddypress skeleton component.
Thanks to its creator.August 4, 2010 at 6:17 am #87944In reply to: Show group members blogs
Paul Wong-Gibbs
KeymasterYeah, I was hesitant to suggest that without some thought as it’s going to be quite database heavy (even though the BuddyPress blogs table does aggregate this information for you).
-
AuthorSearch Results