Search Results for 'buddypress'
-
AuthorSearch Results
-
January 26, 2010 at 8:27 pm #61752
In reply to: how to access to bbpress admin from buddypress??
John James Jacoby
KeymasterUntil bbPress is a core WordPress plugin, BuddyPress hijacks your forums and takes over the controls.
January 26, 2010 at 8:25 pm #61751John James Jacoby
KeymasterAre you using WordPress MU or normal WordPress?
If you are using MU, follow what DJPaul recomments; create a new MU blog (assuming you’ve selected subdirectory installation); then change the root blog to whatever that blog_id is. That will tell BuddyPress which blog will be the root of all of its features like profiles, directories etc…
If you are using single WordPress, that’s a little different. You could make traditional WordPress page templates for each BuddyPress page that you need, and copy the BP code into your custom WP template. That would allow you to mish-mash the page locations freely.
January 26, 2010 at 8:12 pm #61747In reply to: Install BP in a Sub-Blog
John James Jacoby
KeymasterIn addition to what DJPaul said, BuddyPress no longer requires itself to be activated site wide. You can pick and choose which blogs BuddyPress is loaded on in each specific blogs’ plugins screen.
January 26, 2010 at 7:56 pm #61744In reply to: Forums not showing up after trunk update
David Lewis
ParticipantThere is a “forums” folder in the BuddyPress plugin. Within that folder should be a bbpress folder. The trunk version does not include the bbpress folder. So if you overwrote your entire BuddyPress folder (or forums folder)… you would no longer have bbpress installed. If that’s the case, just download it and dump the folder in /plugins/buddypress/forums/
January 26, 2010 at 7:44 pm #61739In reply to: Using Twire with trunk-r2459
John James Jacoby
KeymasterBuddyPress 1.2 no longer supports the wire component, so any twitter-to-wire plugins will fail to work in 1.2.
January 26, 2010 at 7:37 pm #61736In reply to: User-Blogs to have same design as testbp.org ?
John James Jacoby
KeymasterIf you want the theme that is on testbp.org, that’s the included bp-default theme with BuddyPress 1.2.
January 26, 2010 at 7:34 pm #61735In reply to: Profile fields empty on registration
wekko
ParticipantI found the answer. It’s not Buddypress, it’s WordPress MU. See: https://mu.wordpress.org/forums/topic/15324 . Apparently, wp-activate.php doesn’t load the Buddypress login including the hooks. Weird thing it doesn’t happen to everyone..
January 26, 2010 at 7:06 pm #61732In reply to: How to get rid of 'Blogs' in all menus?
Paul Wong-Gibbs
KeymasterYeah, go into the WP backend and in the BuddyPress > Components menu, disable Blogs.
January 26, 2010 at 7:04 pm #61731In reply to: Ajax Tutorials?
peterverkooijen
ParticipantAjax in BP is interwoven with lots of CSS tags. As soon as you change something in templates, Ajax breaks. There are also some known problems with Ajax in version 1.1.3.
January 26, 2010 at 6:32 pm #61726bbrian017
ParticipantI got the site running the latest trunk version.
I lost out in 80 USD it seems for the custom template (maybe)
I’m having issues with the forums loading now. It’s saying page not found.
See here, https://buddypress.org/forums/topic/forums-not-showing-up-after-trunk-update
January 26, 2010 at 6:31 pm #61725In reply to: groups not accessible
John James Jacoby
KeymasterSince you’re using the old BuddyPress 1.1.3 themes, you will either need to use the BuddyPress Backwards Compatibility plugin, or update your theme to use bp-classic instead.
January 26, 2010 at 6:20 pm #61719In reply to: 1.2 can't function independently
designodyssey
ParticipantI think I know what you’re after and my answer would be – not without customization.
You could have your WP theme as the parent and bp theme as the child. Even with this setup, you’d need to modify the BP theme so it didn’t interfere with the parent which is what you’d want folks to see most of the time.
I encourage you to take a look at the structure of Buddymatic where Ron took Thematic and added the key buddypress templates and functions to create a “unified” parent theme. You could do that or leave the WP stuff as the parent and put your BP stuff as the child. Remember the child “overwrites” the parent so where you don’t want the parent overriden (e.g. home page), you need to remove/rename that file in the child.
I know it’s a bit confusing, but take a look at thematic and the new parent/child structures.
January 26, 2010 at 6:16 pm #61718In reply to: Widget system
Sarah Gooding
MemberYou can also widgetize other areas quite easily and drop BuddyPress widgets in there as you please. You can widgetize a custom page template if you want to. It’s really quite flexible. I wrote a tutorial on how to change different areas of your template files to be able to include widgets: http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/ That might help you.
January 26, 2010 at 6:07 pm #61717In reply to: I don't receive registration e-mails
Paul Wong-Gibbs
KeymasterBuddyPress uses regular WP Mail functions. Perhaps they’re getting caught as spam.
January 26, 2010 at 6:06 pm #61716In reply to: groups not accessible
January 26, 2010 at 6:04 pm #61715In reply to: Install BP in a Sub-Blog
Paul Wong-Gibbs
Keymasterhttps://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
define ( ‘BP_ROOT_BLOG’, 117 );
Will run on blog ID 117.
January 26, 2010 at 6:01 pm #61713Paul Wong-Gibbs
KeymasterBuddyPress can run on a sublog. All you need is this in your wp-config.php:
define ( 'BP_ROOT_BLOG', 2 );
Will make BuddyPress run on blog ID 2, for example. For other handy commands, see https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
January 26, 2010 at 5:55 pm #61711Paul Wong-Gibbs
KeymasterLike Andy said, when you update the files and visit the admin of your site, then it will upgrade that database.
That plugin may or may not help you out depending on what exactly is broken on your site. In theory that plugin and BuddyPress 1.2-beta should enable your current BuddyPress 1.1-theme and most plugins to work as-is.
January 26, 2010 at 5:52 pm #61709In reply to: Can't do anything, basically…
Sal (SCRAWLfx.com)
ParticipantYeah, turned out the error was actually one of my WordPress plugins. It was Viva Carousel.
I had to turn BuddyPress off because that’s one of my most essential plugins that I need running. I’m gonna look into it on the Viva forums and see if anyone knows the problem.
January 26, 2010 at 5:13 pm #61702In reply to: Is there any way to stop spammers?
amirk011
ParticipantAndrea, I did it but all in vain. I guess buddypress should talk with wp-recaptcha or akismat developers and come up with built-in akismat or captcha support for buddypress sign up pages.
And there’s no benefit of banning email domains or ip since every time they come up with new fake domains and ip address. There should be a permanent solution… “Spbloggers” is the biggest problem for those who use buddypress.
January 26, 2010 at 5:13 pm #61701symm2112
ParticipantHmm. So like the helloecoliving.com site, you can set up wpmu and load buddypress on a subblog like community? I thought that bp had to reside on the root install. I apologize if I sound like an idiot for not realizing that, but is that the case? This might be the answer to my problem where I can have a standard wordpress site/theme for the root, but a bp enabled theme for the community blog.
January 26, 2010 at 5:11 pm #61700Andy Peatling
KeymasterYes, it runs a database upgrade when you update the plugin, it has always done this since 0.1. If you didn’t back up then you’ll need to fix the problems you are having with trunk.
Try installing this plugin:
https://wordpress.org/extend/plugins/buddypress-backwards-compatibility
January 26, 2010 at 4:59 pm #61697Andrea Rennick
Participant“Can someone direct me to instructions/tutorials on how to create static pages, “
Go to the admin area of the main blog, find the Pages menu, click Add New.
You only need a BP theme on the blog using BP. (in your case, the Community blog)
January 26, 2010 at 3:49 pm #61688In reply to: how to access to bbpress admin from buddypress??
Mark
ParticipantWith a std install of BP 1.2 you don’t have the ability to activate bbPress plugins, create forums independent of groups, etc. As of this date BP 1.2 only offers limited bbPress functionality from within BP. If you want more functionality you have to copy bb-config.php per the post at the URL below and then access the bbpress at http[yoursite]/wp-content/plugins/buddypress/bp-forums/bbpress
https://buddypress.org/forums/topic/bp-12-and-bbpress-adminplugins#post-34150
If you want to separate non-group forums from group forums so that people don’t see group forums when viewing a list of forums (as seen in a typical standalone install of bbPress) then one way to do that is to do a second install of bbpress. Easiest way is to install BP 1.2, activate the forums in the admin panel, then go copy the /wp-content/plugins/buddypress/bp-forums/bbpress directory to a new location within your site – and be sure to also copy bb-config.php from the bp-forums directory and then edit the file so that it has the correct settings. That’s a simplified explanation, meaning there’s a bit more to it and you need to at least be semi-familiar with installing and administering bbpress software. For example, you probably should have the second copy of bbPress use its own db tables, etc.
January 26, 2010 at 3:32 pm #61683In reply to: Is there any way to stop spammers?
Tracedef
ParticipantI’m in the same boat. Have used a bunch of different captchas including the recaptcha that has been reworked for BuddyPress to no avail. Even took down our registration page for a day to make sure spammers weren’t bypassing via bbpress or somewhere else…. it was nice not having to delete spam accounts for a day.
We may end up taking buddypress out at some point here until there are better spam tools in place.
-
AuthorSearch Results