Search Results for 'wordpress'
-
AuthorSearch Results
-
February 1, 2012 at 1:11 pm #129012
In reply to: Template tags
Paul Wong-Gibbs
KeymasterFor that one, suggest you look at the code and if it could be done filtered onto WordPress’ function. Raise a ticket if you think we’ve overlooked something, we may well have
February 1, 2012 at 12:47 pm #129008In reply to: Modifying the Registration Page and how it works
@ChrisClayton
ParticipantAnytime, so – you can either enter what you want them to see between thoes lines, or; if you really want to redirect them you can use the bp_core_signup_user action
Source: http://wordpress.stackexchange.com/questions/18301/redirect-after-registration-in-buddypress (untested)
February 1, 2012 at 9:26 am #128984In reply to: Activity stream commenting
Alex Githatu
Participanthahaa! It could as well be.Let me see if splitting up the message sort it out:
First part:
It’s my understanding that the problem is arising from the form submitting to /activity/reply/ which isn’t recognized by WordPress and therefore causing the 404. Here’s some code to address that. The idea is to have WordPress accept /reply/ as a valid destination by getting BuddyPress to pick it up as an action.January 31, 2012 at 10:22 pm #128958In reply to: Desperate for a means of moderating buddypress users
rpwillie
MemberAnd a ton of people in exactly the same boat as me… glad to know I’m not alone
… wish I knew php and all that stuff…January 31, 2012 at 10:20 pm #128957In reply to: Desperate for a means of moderating buddypress users
rpwillie
Memberhttps://wordpress.org/extend/plugins/bp-registration-options/ – I found this which looks perfect…. it even got a write up here http://wpmu.org/a-must-have-plugin-for-buddypress-to-stop-splogs-dead-in-their-tracks-and-create-instant-community/
but sadly it doesnt work with 1.5…
January 31, 2012 at 10:18 pm #128956In reply to: Want to communicate with clients
Paul Wong-Gibbs
KeymasterObviously, the best thing is to set up a test site with BuddyPress and see if it does what you want. I’d suggest using private groups (one per client / project). For document sharing within that group, see https://wordpress.org/extend/plugins/buddypress-group-documents/
January 31, 2012 at 8:10 pm #128942SalviJansen
ParticipantI checked the media gallery, and when uploading something there, it didn’t give the php warnings, only a permissions warning.
I had chmod’ed the uploads folder previously but it seems I misread the WordPress page about the exact chmods (https://codex.wordpress.org/Changing_File_Permissions) and implemented the first table 755 (should have been at least 775).
Gosh, such a basic error. Sorry for waisting your time

PS: Keep up the good work, BuddyPress is an amazing piece of software (and even the default look is so sleek!). Thumbs up.
January 31, 2012 at 7:48 pm #128941John James Jacoby
KeymasterDoes your media gallery allow you to upload things? Since BuddyPress uses the core WordPress APIs to handle the upload, it shouldn’t be the only thing broken (unless wp-admin is whitelisted or something.)
January 31, 2012 at 5:53 pm #128935In reply to: BuddyPress 1.5 compatibility for plugins and themes
2farnorth
MemberAuthors Widget 2.0.2 http://blog.fleischer.hu/wordpress/authors/ (provides a simple list or tag cloud to all posts by author) does not work with BP installed.
January 31, 2012 at 5:03 pm #128927In reply to: Redirect users to different pages after login
@ChrisClayton
ParticipantThe ‘theme my login’ plugin ( https://wordpress.org/extend/plugins/theme-my-login/ )
Has a ‘redirect after login’ module, you could create a new role on your site, calling it something like “auto-activated members” with the same capabilities as your default role and then use that plugin to redirect users in that role to a different page?January 31, 2012 at 7:44 am #128907In reply to: Alligning Buddypress with Swatch theme
BlendNZjnr
MemberSorry, but where do I “Download the 6 BP template folders (clean ones)” ???
This all looks doable, thanks so much – I just feel stupid for not knowing how to do the first step
I downloaded a fresh copy of the BuddyPress Template Pack:
https://wordpress.org/extend/plugins/bp-template-pack/
And unzipped it, but that doesn’t seem to have these 6 folders or any of the files…
could you please point me to them?
Appreciate your replies.January 31, 2012 at 7:40 am #128906In reply to: Quoted replies
@ChrisClayton
ParticipantTheir’s this for standalone bbpress forums – https://wordpress.org/extend/plugins/bbpress-quotes/
and theirs this for groups forums – https://wordpress.org/extend/plugins/buddypress-group-forum-extras/
January 31, 2012 at 4:58 am #128892In reply to: Alligning Buddypress with Swatch theme
@mercime
ParticipantAll right.
@BlendNZjnr You’re going to have to change 16 files contained within the 6 BP template folders transferred to your swatch theme folder in server listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
Download the 6 BP template folders (clean ones) to your computer HD.
A. At the very top of all the other template files listed in link above, replace from get_header to div.padder
e.g.
``with the following :
`<?php
get_header();
global $woo_options;
?><div >
`January 31, 2012 at 3:54 am #128889In reply to: trying to build a social community like ning
@mercime
ParticipantFirst: If you have BP 1.5.3.1 activated in a WP 3.3.1 installation, best practice is to only add plugins which are compatible with at least BP 1.5 or WP 3.3. If you install plugins compatible with lower versions of BP, be assured in all probability, you’d get fatal errors somewhere.
If you mean a single ning site (not the whole ning), it could cost you $4000 – $5000 to set up. Could be higher depending on your requirements. That doesn’t include maintenance, upgrade or server costs. Of course, could be cheaper with other devs. You could post at https://buddypress.org/community/groups/bp-jobs-board/home/ and/or http://jobs.wordpress.net/
January 31, 2012 at 3:33 am #128886In reply to: Activity stream commenting
Marcella
Participant@kalengi – Hello, this is a child theme so the file structure adheres to anything in bp-default.
So… accessing the stream via the url .site.com/activity
using the file
theme/activity/index.php
Calling the loop from index.php
theme/activity/activity-loop.php
Calling an entry from within the loop
theme/activity/entry.php
Omitting header.php the full loop looks like this.
`
<form action="” method=”post”>
`
That’s being sent to the 404.
@allwest – I think this is a known issue, it’s listed over in Trac https://buddypress.trac.wordpress.org/ticket/3705
`
January 30, 2012 at 8:28 pm #128855In reply to: Another 404 issue – IIS server
palmdoc
ParticipantOh forgot to mention – no other plugins other than the default WordPress ones, and using the default Buddypress theme.
This is a clean install and I am perplexedJanuary 30, 2012 at 7:02 pm #128850In reply to: How Do I get rid of the activation code?
FLXweb
MemberJust to clarify my last post. You would use two redirection plugins, they do not conflict each other!
https://wordpress.org/extend/plugins/redirection/
https://wordpress.org/extend/plugins/peters-login-redirect/January 30, 2012 at 12:18 am #128815In reply to: HELP! Buddypress/Platform theme Pages not aligned
@mercime
ParticipantPagelines has video about this http://www.pagelines.com/docs/buddypress or get a free forum account there at http://www.pagelines.com/launchpad/signup.php?price_group=-128&product_id=128&hide_paysys=free or do a search in theme’s forums
There’s also a year-old solution which you might want to check out https://wordpress.org/support/topic/problem-with-buddypress#post-1796598
January 29, 2012 at 6:55 pm #128802@ChrisClayton
Participanti’ve never changed the ID of what blog buddypress runs on, but assuming it talks to wordpress the same way as having it on the root blog (which it should, and if it doesn’t it should be reported as a bug) then all your questions are a yes.
1. Yes, activity stream tracks site-wide activity.
2. yes, one username (it doesn’t modify the way WordPress Multisite runs much…)
3. If you are using the bp-default them, then yes it does, if your using another theme then it wont by default. you will have to modify the theme (refer to bp-default theme for how it’s done their)
4. I’ll leave the languages questions to someone else (i dont mess with doing things with different languages)January 29, 2012 at 4:42 pm #128796In reply to: HELP! Buddypress/Platform theme Pages not aligned
@mercime
Participant== I’m using the Platform theme version 1.4.2 which during installation said was compatible.==
That’s because the theme author tagged the theme “buddypress” which is misleading since the theme may be BP-friendly but it doesn’t contain any BuddyPress templates. You will need to install and activate BP Template Pack plugin and go through the BP Compatibility process to make your WP theme compatible with BuddyPress. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
January 28, 2012 at 1:06 pm #128754In reply to: Can usernames be in Cyrillic?
Paul Wong-Gibbs
KeymasterIf WordPress supports this, it should work with BuddyPress
January 28, 2012 at 10:21 am #128751January 27, 2012 at 8:06 pm #128736In reply to: Forum – not working
SaskiaF
MemberI’m having issues with settin up a forum either.
Set up WordPress, installed Buddypress and first tried to get sitewide forums running. Kept getting the complaint that the forums component wasn’t set up yet, although I was quite sure it was.
Then de-installed bbpress and set up a groups forum.
I have a forum directory now, but when I want to create a new topic it says: please pick the group forum where you would like to post this topic. Although I just did in the little dropdown menu below.I really, really would like to hav a step by step tutorial on how to set up a forum in buddypress, with a private community. One that fits the screens I see, because most blogs and tutorials about this look older and have losts of different screens and features.
January 27, 2012 at 7:28 pm #128734@ChrisClayton
Participant@doctorwhobbc without knowing what exact theme your using, all we can suggest is to follow the steps written on the codex.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
January 27, 2012 at 5:13 pm #128722Paul Wong-Gibbs
KeymasterWe should be stripping HTML comments rather than just parsing out the angled tags, which is what I guess is happening. Please could you report this on http://buddypress.trac.WordPress.org? Thanks
-
AuthorSearch Results