Search Results for 'buddypress'
-
AuthorSearch Results
-
November 14, 2010 at 11:28 pm #98254
Paul Wong-Gibbs
KeymasterOr, yes, you can just change their permission from subscriber to an author so that they can post in the backend.
November 14, 2010 at 11:15 pm #98253rossagrant
ParticipantBest way to do this is use the premium plugin ‘Gravity Forms’. It will enable you to set up a submissions form for a post that they can fill in, write their article, attach a picture and then post. It will automatically publish or you can set it so you have to publish it once submitted. I use it and it works GREAT! One of the best plugins for WP in my opinion!
November 14, 2010 at 10:03 pm #98252islandsofla
MemberWhat if I just want them to be able to add posts and then have the buddy press features? Could that be done by changing their permissions from being a subscriber to an author and then also using buddypress?
November 14, 2010 at 9:04 pm #98250pcgs51
MemberThanks again Jeff. I have a feeling that my audience won’t use this forum because it is a bit of a thinker for the uninitiated but at least its in place and I know its working. I had hoped to put the link to the forum in my nav bar and offer text links throughout the site but with this group mentality not sure how to proceed. Do you have any links to sites that might be good examples to emulate? My site is an alumni site not that the example needs to be an alumni site. Thanks again you saved my bacon!
November 14, 2010 at 8:37 pm #98249Jeff Sayre
ParticipantYou’re welcome! I’m glad you are up and running with BP Group forums.
With respect to a forum control panel in WP’s back end, you are not missing anything. When using bbPress as a BP Groups forum component, there is no sitewide bbPress admin control. Instead, each BP group has the ability to have its own forum. To get the group forums to work, a group admin has to navigate to the given Groups “Admin > Group Settings” menu and click the “Enable discussion forum” checkbox.
November 14, 2010 at 8:30 pm #98248pcgs51
MemberTHANKS so much! Yes, the directory does exist. I did the DB backup, removed the bb_ tables, ran the forum installer. Returning to the forum setup I see this:
bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install
NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.
I also see the new tables in my database. What I don’t see is any forum control panel on my admin side or how to include a link to it in my site navigation. I’m looking around in the WordPress admin and on the visible site itself. What am I missing?
November 14, 2010 at 8:22 pm #98247modemlooper
ModeratorNo, if you want users to have a blog you will need to enable multisite
November 14, 2010 at 8:07 pm #98246Jeff Sayre
ParticipantYour issue should be easy to fix!
1. Before going through this process, double check to make sure that the bbpress directory exists under /plugins/buddypress/bp-forums/. It should be there as it comes with a clean install of BP.
2. Assuming that checks out, then the next step is to make sure you have a backup of your MySQL database.
3. Now delete, or in DB parlance, drop the unneeded bbPress tables from your database.
4. Finally, go back to your WP admin screen and navigate to “BuddyPress > Forums Setup” and follow the instructions.Notes:
There may be a meta record that tells BP that you’ve already installed bbPress. If BP thinks that a bbPress instance has already been installed, you’ll get some verbiage like the following:
“bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install”
If that is the case, just click the “re-install” link.
A successful bbPress install will have two bb-config.php files. The primary one will live at the root level of your WP install. The second one will be located at /plugins/buddypress/bp-forums/ and is a single one line piece of code to stop unauthorized access to your forums. It should not be an issue to delete the version living at the root level of your WP install as the process of installing bbPress for BP Group forum use creates this file. Do not delete the second, lower-level version of this file.
November 14, 2010 at 7:59 pm #98245pcgs51
MemberThe location didn’t come through on my post “ or
“ ?November 14, 2010 at 7:55 pm #98244pcgs51
MemberHi Jeff, I didn’t see your post before I made my last reply. OMG! I was over thinking this one.
I didn’t realize that Buddypress had a copy of bbPress included in it. There is sort of a good reason for that but I won’t go into that part of my situation.
Yes, I was thinking that I had to install the forum manually and then hook it up. My site is a BuddyPress site that I simply wanted to add a forum too much like this site. I wanted people who sign up for the site to have one login for a sitewide use including the forum.
Sounds like I need to uninstall the forum–it has no data in it. If I uninstall this bbPress forum and remove those bb_ tables from my site database. Do I simply point the BuddyPress forum setup to my location? Thanks.
November 14, 2010 at 7:46 pm #98243Jeff Sayre
ParticipantPlease see my first post in this thread as I may have been editing it as you were typing your response.
As for your immediate post question above, the table prefix is not necessarily an issue (but it could be). It really depends on how you are trying to use bbPress (as a standalone forum, or solely for BP Group forums).
But, to get to the heart of your issue, we need to clarify in what way you’re trying to use bbPress.
November 14, 2010 at 7:43 pm #98242pcgs51
MemberI do see a possible problem here but don’t know enough about databases. I could get myself in way more trouble.
I see in the bb-config.php file that my Table prefix is ‘bb_’ but in the bbPress installer log I see that the table prefix is ‘lh_’ (my wordpress table prefixes are set to ‘lh_’). This is what the log says:
`>>> User database table prefix: lh_`
Looking at my database I see that the prefix is bb_ could this be the problem and if so how would I fix it? I don’t see how i can rename those tables. or change the prefix. I’m just guessing here. Thanks.
November 14, 2010 at 7:30 pm #98241Jeff Sayre
ParticipantAre you trying to integrate an existing bbPress install with BP group’s? Or, is this a brand new bbPress install with no data?
If the latter, there is no reason to do a separate install of bbPress. BuddyPress comes with a barebones version of bbPress already. It allows BP Groups to each have their own forums. However, it does not allow for the creation of a sitewide forum.
If you have an existing bbPress forum that you’re trying to associate with BP, then the bbPress tables must be installed into the same database as your WordPress tables. Make sure that you have read this BP Codex article: https://codex.buddypress.org/buddypress-site-administration/using-an-existing-bbpress-installation/
Finally, if you’re trying to have a standalone, global bbPress forum on your site, and not just have BP Group forums, then read this: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-create-a-non-group-specific-forum
November 14, 2010 at 7:24 pm #98238pcgs51
MemberHmmm, I see that bb-config.php is currently set to: 666 What should it be? I tried 644 didn’t work. I see the directory is set to 705. I tried 755 as per most WordPress logic. Tried it with the document inside being both 666 and 644.
When you say absolute path do you mean literally to the system? it comes up with a path with all the directories up to the root of the server which I was surprised to see rather than the domain. But yes I tried all the possible paths I could think of .November 14, 2010 at 6:13 pm #98232Paul Wong-Gibbs
KeymasterIt needs the file system’s absolute directory path, which you’ve already tried. Hmm. Assuming that the location and file actually exists, are they accessible by the web server? i.e. file or directory permissions.
November 14, 2010 at 5:36 pm #98229In reply to: buddypress.org avatar
rawkey
ParticipantJust saw the other posts, should have scanned the forum first
November 14, 2010 at 4:37 pm #98227In reply to: Sidebar Navigation Widget
NeoSys
Member@modemlooper well I really do not like the bar on top and for the life of me I can not find a way to put it on the footer. If I could move it to the footer I think I would use that then for the navigation features. I also looked for an option for a facebook type footer bar and found a plug in https://wordpress.org/extend/plugins/facebook-foot-panel/ but it does not really do much.
BTW the main reason for not having the bar on the top is it does not look good on my site with my header style.
November 14, 2010 at 3:47 pm #98223In reply to: New Group creation fields
Boone Gorges
KeymasterMake sure it’s /wp-content/plugins/bp-custom.php (‘bp’ as in ‘BuddyPress’, not ‘bg’ as in ‘Boone Gorges’)

It’s fine to keep it in your functions.php if it works for you, though.
November 14, 2010 at 2:17 pm #98218In reply to: New Group creation fields
David
Participant@boonebgorges thanks for the help! My php skills have increased a notch from just playing with this….not to mention of having a better understanding of BP. I used the trick above, but put a major twist on it. I took it to a new level and created new tables within the database so I can organize all the extra setting I am adding to groups. Thanks again. Just wanted to ask however….I am including the functions in my child theme as the bg-custom.php in the plugins did not work for what ever reason. Is it ok to use the functions.php in the child theme? Do you know why the bg-custom.php would not work in the plugins folder?
November 14, 2010 at 10:53 am #98210nickmy
ParticipantNovember 14, 2010 at 12:16 am #98197In reply to: Is MultiSite What I need to use???
eor
MemberWell I guess I’m looking for some insight on what you guys think is the best thing for me to do. I just don’t want to take a chance and disrupt or screw up my current install of 3.0.
I have no problem using buddypress on the current install if it can function fully with all the usability of a proper buddypress theme. I know about the template pack but I feel there is something missing when that is done.
The community portion of my site is not going to be the main focus. its somewhat of a secondary concern. I guess thats why I considered using a secondary install.
Let me know what you think is best.
Thanks everyone,
DanNovember 14, 2010 at 12:01 am #98196In reply to: RiotCart.com: A Reworking
justbishop
Member@hnla: yep, my plan is actually to leave the features area where it is now (where the green “I recycle” logo is), and replace the news block with thumbnails of the latest shop items, similar to what is seen at the bottom of Etsy’s main page: http://www.etsy.com. My “features” area is actually meant to show 2 linked graphics at a time, which lead to site news posts that will be about cool events RC vendors might be holding, or a product giveaway that one of them might want to do through the site. Those will not be “paid” ads, but stuff that is written about to highlight sellers that are helping the entire site out with something they’re doing, KWIM?
@modemlooper: I see what you mean about Shopfly, but I’m going for a setup more like Etsy’s site (also check out http://www.hyenacart.com, though the styling doesn’t particularly appeal to me at all)…less a hosting sales page and more of a shopping portal. To clarify, RC doesn’t actually involve blogging (at least posted to the main site) by the WAHM vendors. The system I’ve got set up DOES use WP blog posts on the child sites for the posting of items, so in “our” vocabulary, blog post = item. The profiles on the main site are for anyone who wants to sign up, whether they’re vendors or not, and is mainly for the purpose of keeping their personal wishlists of items across all RC vendor shops (child sites) The personal activity streams and profile update abilities are just icing on the cake, and there for anyone who wants to kind of hang out with like minded people while they shop. That’s definitely something I’ll ask my users about, though (whether they’d like to get rid of that stuff as well).
ETA: and I’ve made progress on the sidebar! I think I’m happy, except for the avatar area for logged in users and the form area for logged out users. Not quite sure yet what I’m doing to those.
November 13, 2010 at 11:50 pm #98195In reply to: Is MultiSite What I need to use???
modemlooper
ModeratorMultisite is if you want to allow users to create their own blogs like on wordpress.com otherwise BP functions just the same on single WP.
If you want to put BP on a secondary blog here’s how. https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/
November 13, 2010 at 10:32 pm #98190Bowe
ParticipantThanks guys.. I’ve quite a few new Tricks coming up, some submitted by you

Also if you want to receive new plugins directly in your stream, just follow BPUpdates on BP-Tricks: http://bit.ly/bEN7om.
I also made a special Twitter account which let’s you know when a new tricks is published: http://www.twitter.com/bptricks. Finally we also have a RSS feed: http://feeds.feedburner.com/bp-tricks
November 13, 2010 at 8:15 pm #98188In reply to: send mass email
Joel Baudin
ParticipantThanks for this plugin! Though I haven’t had a chance to try it since when I try to send a message I get the “An error occurred, please try again” This happens every time and I’m quite confused since it seems to work for most people. My question then is, is there some setting (in buddypress or wordpress) that I haven’t found? been looking

-
AuthorSearch Results