Search Results for 'buddypress'
-
AuthorSearch Results
-
March 12, 2010 at 9:36 pm #68036
In reply to: Email notification not working
Andy Peatling
KeymasterIt’s not a BuddyPress issue, it’s that your server does not support SMTP or at least wp_mail() in its normal form.
March 12, 2010 at 9:29 pm #68035In reply to: BuddyPress Restrict Group Creation
chembro303
Memberdang that was quick. many many thanks!
March 12, 2010 at 8:57 pm #68032In reply to: BuddyPress Restrict Group Creation
rich! @ etiviti
ParticipantSorry! …all fixed, give me a few minutes to check it in.
March 12, 2010 at 8:41 pm #68030In reply to: BuddyPress Restrict Group Creation
chembro303
MemberWordPress single install 2.9. whatever and buddypress 1.2.2.1
I installed this plugin then deactivated buddypress – the plan was to do it just for a sec and then re-activate. But now my whole site is broken and wp-admin kicks this error:
Fatal error: Call to undefined function is_site_admin() in … /wp-content/plugins/buddypress-restrict-group-creation/bp-restrict-group-creation.php on line 286
Please update your plugin so that if it is active and buddypress isn’t, it doesn’t torch the site.
Thanks.
March 12, 2010 at 8:32 pm #68029In reply to: Creating a link for all the blogs
putnum01
ParticipantWhen I type that it just goes back to the main site. This is after a fresh install of wp and the new buddypress.
March 12, 2010 at 8:12 pm #68028In reply to: BuddyPress Pages Not Viewing
tamilhood
MemberWell now after the upgrade (buddypress.1.2.2.1) even without logging in with facebook connect I get redirected to my home page.
March 12, 2010 at 8:01 pm #68023sacstephen
ParticipantI have permalinks set to custom structure with a value of “/%category%/%postname%/”
my .htaccess file on the root directory reads as follows:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
March 12, 2010 at 7:58 pm #68022In reply to: atahualpa 3.4.4 and buddypress 1.1.2
Andrea Rennick
Participantthis page:
http://catswebweave.com/members/
Shows the integration isn’t fully complete. You have to edit the html in the BP template files that are added to the theme.
March 12, 2010 at 7:19 pm #68015Tosh
ParticipantI didn’t disable the “BP Template Pack JS / AJAX ” option.
I looked at the page source and it is pointing to the file correctly:
http://www.mysite.com/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js?ver=2.9.1
the ajax file is located here:
http://www.mysite.com/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php
Very odd … thanks for replying by the way
March 12, 2010 at 7:14 pm #68014bpinspire
ParticipantMy bad my theme was located under /plugins/buddypress/bp-themes/ I learn my lesson
March 12, 2010 at 7:11 pm #68013r-a-y
KeymasterWhere did you put your child theme?
You should put child themes in /wp-content/themes and not /plugins/buddypress/bp-themes/
March 12, 2010 at 6:59 pm #68010In reply to: BuddyPress 1.2.2 registration emails?
thekmen
ParticipantThanks andy, just tested the fix from trac & can confirm it’s working as expected now.
March 12, 2010 at 6:56 pm #68009In reply to: BuddyPress 1.2.2 registration emails?
Andy Peatling
KeymasterYes, there’s a bug in 1.2.2 which is super frustrating as it was fairly obvious. I’m tagging 1.2.2.1 which fixes it and will be out in the next 30 minutes.
March 12, 2010 at 6:33 pm #68003In reply to: WP + BuddyPress Private Profile Fields
e_mcpartlin
ParticipantWas this ever solved? I am trying to accomplish the same thing – make some profile fields private. Thanks!
March 12, 2010 at 6:26 pm #68001In reply to: Plugin Release: BuddyPress Group Wikis
jalien
Participant@D Cartwright, I get the same “You do not currently have access to view any of the wiki pages of this group.” error even though I am the only member and the site admin. I can add pages, but can’t see them. I’m using wpmu 2.9.2 and Buddypress 1.2.2. Are there any know plugin conflicts?
March 12, 2010 at 6:25 pm #68000In reply to: Conflict with wp-o-matic
Robert
MemberI know FeedWorpress, too much duplicate posts (just like the external group blogs plugin). Does it mean that there’s no way to use wp-o-matic with Buddypress?
March 12, 2010 at 6:03 pm #67994In reply to: atahualpa 3.4.4 and buddypress 1.1.2
rashell
ParticipantI was able to get it up and running also.
The one thing I noticed was that it doesn’t register the ATA sidebars right away.
You need change the “get header” blurb at the top of each of the files listed in Step 3 of the BuddyPress Template pack with the ATA “get header” blurb.
1. go into your ATA index.php file
2. copy the “get header” blurb from there. It’s got a whole bunch of TEMPLATEPATH and bfa_blah blah stuff in it. Just copy everything from <? php ……………to …………. ?>.
3. Then swap out the <?php………get……….header ?> blurb in those BP files.
March 12, 2010 at 5:55 pm #67992r-a-y
KeymasterDid you enable pretty permalinks? (Settings > Permalinks)
Was a .htaccess file generated in the root of your WP install?
March 12, 2010 at 5:40 pm #67988In reply to: how to link the logo-image ?
r-a-y
KeymasterCopy over /bp-themes/bp-default/header.php to your child theme and edit accordingly.
If you don’t have a child theme, read this:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
March 12, 2010 at 5:33 pm #67987In reply to: BuddyPress 1.2.2 registration emails?
rspowers
Memberyep same problem
March 12, 2010 at 5:33 pm #67986In reply to: BuddyPress 1.2.2 registration emails?
r-a-y
KeymasterPlease post an issue on Trac as soon as possible:
https://trac.buddypress.org/newticket
Use the same login credentials you use here on bp.org.
March 12, 2010 at 5:28 pm #67985In reply to: BuddyPress 1.2.2 registration emails?
rapps
MemberYup I’m having exactly the same problem. It looks like 1.2.2 isn’t putting a recipient address in the email. I have several unsent mails on my server as there is no sender information in them.
March 12, 2010 at 4:42 pm #67978In reply to: Select languages
abcde666
Participantjozik has made some great job, wondering is this could be used in BP-Core yet ?
check this:
https://wordpress.org/extend/plugins/buddypress-multilingual/
Please let me know if this works fine with latest BP 1.2.2
March 12, 2010 at 3:47 pm #67969Boone Gorges
KeymasterI’ve never used the Template Pack before, but a quick glance at the code shows that it is looking for the JS that is included in bp-default, unless you have selected the Disable BP Template Pack JS / AJAX on the Dashboard page. Have you done so? When you look at the page source for the activity page, do you see the javascript being loaded in the document head? Is the path to the javascript file /bp-themes/bp-default/_inc/global.js correct? Does BP_PLUGIN_DIR . ‘/bp-themes/bp-default/_inc/ajax.php’ exist on your system?
March 12, 2010 at 3:41 pm #67968In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
Participantsounds good to me. I’ll make that change and post an update.
I’m working heavily on the group email notifications plugin now, so this change may not happen for a bit. but it will be exactly as you describe in the second example.
-
AuthorSearch Results