Search Results for 'buddypress'
-
AuthorSearch Results
-
September 25, 2010 at 2:00 am #93353
In reply to: Moderate Signup / Restrict Registration
marcycapron
Participant@zlamczyk and anyone else who finds this — to redirect activation email to admin….
function my_redirect_activation_email()
{
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);I’m sure can be manipulated to plop user email in there.
September 25, 2010 at 1:41 am #93352jwack
Participant@rogercoathup Thank you! Finally a place to start from! hopefully I can pull this off, I am not a programmer at all.
@pcwriter thanks, I did check the codex but couldn’t find what I was looking for
September 25, 2010 at 1:32 am #93351In reply to: Article Mod for BuddyPress or WordPress?
@mercime
Participant@jimsnaps “So is there no way to use buddypress, block out what’s not needed, and add an article mod? “
I answered based on your requirements, and you mentioned forums were optional
No intention to limit you at all, just keeping it simple and clear. Of course you could install BuddyPress, and activate only the component/s you need at this time.If you want the Forums component, know that you need to activate Groups component as well because the BP forums component is attached to groups. And members automatically join a group by default when they post to the group’s forum unless that group is private and no-one can post to that group’s forum unless invited to join the group. I also suggest reading through this general reference
https://codex.buddypress.org/getting-started/configure-buddypress-components/Of course with BP activated, there’s the One Quick Post plugin which will allow your members to post articles from the frontend. However, you will need to code using BP blog loop to generated the list of posts that each member has posted in your blog to show up in individual member’s profile page.
If you do not want to go through all that, install external bbPress forum and integrate it with your WordPress installation. When you’re ready to use BuddyPress components, BP can integrate existing external group forum to its fold – again, with the caveat that forum will be then be attached to groups.
September 25, 2010 at 12:52 am #93350In reply to: Buddypress forums not working
christofian
Participanttried reinstalling it on the buddypress side: bb-config is in place and correct, but this time the topic and the post didn’t get posted. When I integrated it with an existing bbpress installation: I could read and post topics from buddypress: the problem was that while I could post topics, the post didn’t go through and it said that I had 0 posts in the topic.
September 24, 2010 at 11:10 pm #93347Roger Coathup
Participant@fatherdalton – there is no admin bar visible on your site.
If you want help on this – you’ll need to provide more information – can you confirm what theme you are using (it looks like the default, have you built a child theme?), any changes you’ve made to the admin bar, CSS, javascript, etc.
Someone may be able to assist then.
September 24, 2010 at 11:03 pm #93346Roger Coathup
Participant@jwack – you’ll hit some performance problems –
You’ll need to use switch_to_blog(blog_id) to change to each blog, and extract the post, author, etc. details.
Each call to switch_to_blog incurs a performance overhead.
Your alternative is to store the information you need in the activity stream when a post is saved:
Most of the information you need is already stored there for you. Take a look at the function: bp_blogs_record_activity()
You can then code a custom activity loop on your home page, that loops through activity items for new blog posts and checks whether they are in your list of featured blogs: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
September 24, 2010 at 10:33 pm #93345jmanns
Memberjosh does it integrate with buddypress well?
September 24, 2010 at 9:36 pm #93341Boone Gorges
KeymasterI don’t know of a plugin that could do it, but it’s a nice idea!
A couple ways you might go about it:
1) Filter the output of bp_has_groups() to unset those groups that the user is not a mod/admin of. Pro: You could do this pretty easily right now. Con: Not terribly efficient in terms of queries and cpu cycles
2) Write your own custom MySQL query to get those groups. Pro: Efficient. Con: You don’t get to use the group loop.
3) Submit a ticket at trac.buddypress.org to have that kind of bp_has_groups() parameter put into BP core. Then you get the best of both worlds, though not until at least BP 1.3Good luck!
September 24, 2010 at 9:31 pm #93339pcwriter
ParticipantHere are good places to get you started:
https://codex.wordpress.org/Function_ReferenceSeptember 24, 2010 at 9:27 pm #93338In reply to: Buddypress forums not working
Boone Gorges
KeymasterIt sounds like you didn’t run the bbPress setup installer, or that something went wrong during that setup process.
Go to Dashboard > BuddyPress > Forum Setup, and click Setup a new bbPress installation. Re-install if it asks you to.
If it still doesn’t work, check to make sure there’s a bb-config.php file in the root of your WordPress installation, and that the credentials in that file are correct.
September 24, 2010 at 8:41 pm #93332In reply to: Buddypress forums not working
christofian
Participantbump
September 24, 2010 at 7:32 pm #93329In reply to: Adding topic tags after topic creation?
spinhead
Participant@Pisanojm in your tags-to-row function, the return t and n just seem to write the letters t and n before and after the tag. I can’t find anything in the function where these might be variables meaning something else. I’d think you’d just want a separator there.
What did I miss?
September 24, 2010 at 7:18 pm #93327In reply to: Article Mod for BuddyPress or WordPress?
jimsnaps
MemberOkay, thanks for the response. But let me rephrase, as your recommendation at the surface almost seems to limiting.
I would like to have the options, as things grow, to use other parts of the system. Also, I would not want to use some third party forum when I can use bbpress.org.
So is there no way to use buddypress, block out what’s not needed, and add an article mod? Trim it down to just the profile system to start and an article posting function?
September 24, 2010 at 4:13 pm #93320In reply to: @thepseudo in the posts
paulhastings0
ParticipantThere’s a trac ticket for this that I opened a few months back: https://trac.buddypress.org/ticket/2380
September 24, 2010 at 3:28 pm #93318Nahum
Participant@bowromir not that I’m saying my designs are awesome or nice. I’ve just been hunkered down, is all…and seeing all the ways BP can be made to look like not-BP. (and working with Achievements too) – I’ll share on BP-tricks ! So that I might earn a badge!
September 24, 2010 at 3:19 pm #93317Bowe
Participant@hnla sure you did.. sure.. whatever.. *looks mad at awesome macbook pro monitor*
Your intentions where absolutely clear to me, and I’m glad you also like it
I would love to see some cool Tricks from you when the site launches, so I’ll probably stalk you until you do!@nahummadrid: awesome! Thanks for the compliment and if you have something to show design wise, please do
September 24, 2010 at 3:09 pm #93315Nahum
Participant@bowromir i’m trying to be a cool kid! I just registered. Nice theme. Nice idea for Achievements. This is interesting I think we’ll begin seeing some pretty awesome bp themes, yours being one of them. I think alot of folks, including myself, have been hunkered down designing BP in really nice ways.
September 24, 2010 at 2:59 pm #93314Bowe
Participant“Spam!!!”
*sees the topic is about his own theme*
“Absolutely NO problem with this!”
Thanks for creating this topic Ross, I’m really glad you like the theme I’m putting up for sale. And Boone thanks for promoting my already outdated video as well
My intention with the new BP-Tricks site is not to only sell a premium theme, and offer some kind of subscription service (I’m not a big fan of subscription models for Themes).BP-Tricks will hopefully become a resource for great BuddyPress tips and tricks. Selling the theme is just a great way for me to keep BP-Tricks running, earn some money and hopefully improve the quality of BuddyPress Child Themes.. The theme is GPL and cool stuff that I add to it will all be shared in the form of Tutorials on BP-Tricks. The actual design elements and the support are what people are paying for (similar as WooThemes does this for example).
Everyone can submit code/design/inspirational Tricks through a form or the backend, and by doing so you’ll earn Awards ( @DJPaul his Achievement Plugin FTW!) and badges awarded by me. The best new trick each month earns a nice price (currently a Free theme, but I’ll try to get some sponsors) and they get listed on the frontpage in Widget of Fame

Besides that the Activity Stream is purely meant to be a source of information displaying ONLY new Tricks, external Tricks (BP-Links from @MrMaz) and external member blogs from our members (if you blog about BuddyPress or anything related to it) you can add your RSS feed to your profile and people who follow you get your updates in their stream. This plugin will be released to the community when the site launches next week.
There’s also a customized search feature which only searches the BuddyPress network (BP.org, BP-Tricks, WPMU.org, Etivite.com, BuddyDev.com, ShabuShabu.eu etc) and a bunch of other stuff which I probably forgot to tell.
All the site features remain free, and also the site will be Ad free for as long as I earn enough to keep it running without loosing money on it.
I hope this makes my intentions clear, and that it will become a place where you can enjoy great BP Tricks from not only me, but from anyone, without getting the feeling that I’m out for someone’s money.. because that is certainly not my intention
If you want to have access to the site before launch to look around and submit some Tricks for the community just let me know, and I’ll make sure you’ll have access and be a part of the cool kids
September 24, 2010 at 2:27 pm #93309In reply to: Stylizing the navigation bar
John
Participant@rogercoathup I’ve noticed that If I modify the adminbar.css in the buddypres default theme it’s applied to all my blogs. (I can change the background, I still have to find how to define a police / font for all the blogs)
How is it possible ? I didn’t choose the default theme, I’m using a child one for my buddypress. And if I try to overwrite the css with the child it doesn’t work.
September 24, 2010 at 2:22 pm #93308In reply to: @thepseudo in the posts
John
Participant@rogercoathup I’ve deleted the line from my bp-activity and I’ve add it to my bp-custom, it’s still working and I’ve tried to make the @mention in the post resume clickable with `. add_filter( ‘post_excerpt’, ‘bp_activity_at_name_filter’ ); `.
It didn’t work, did I not use the right variable ?
September 24, 2010 at 1:57 pm #93306rossagrant
Participant@hnla I agree in the most part but the fact is, I run my BP sites for profit. Whether I’m developing them for myself or others. People cant expect everything for free. BP itself is the best thing I have used to make communities and it’s AMAZING it’s free. I like to donate where I can for themes and plugins where they are free but things can be a great addition to the community even at a small cost.
Bowe’s theme is very cheap (currently with 20% off) and will save me 10’s of hours in development time. Do I mind paying $24? NOPE!
(not a paid endorsement either!)
September 24, 2010 at 1:00 pm #93299In reply to: Make a different profile page for a special user
September 24, 2010 at 12:22 pm #93297In reply to: Make a different profile page for a special user
imjscn
Participant@hnla, can’t see your code. you need sorround every line with backticks.
Sorry, I just edited previous post. the error message was because an unexpected “:”, I changed it, the error message gone.
Now the if statement gets all stuffs loaded after the special user’s content, and all other user’s item header become blank. — the reverse result.September 24, 2010 at 11:57 am #93295In reply to: Make a different profile page for a special user
imjscn
ParticipantThanks, @Boone Gorges, but creating a template will be a even more complicated project for me. Iet me try the would-be-simple way first.
@Roger, @hnla, thanks! but I need more details to get the job done.
Would you please help me check what’s wrong with the following code? the stuffs in the else { } still gets loaded in this user’s profile:
``
“
`….`
`else{ original code }`
“
``
September 24, 2010 at 11:56 am #93294In reply to: Social Visualization Report
thecorkboard
ParticipantWill do, @paulhastings0. Great stuff!
-
AuthorSearch Results