Search Results for 'wordpress'
-
AuthorSearch Results
-
April 23, 2010 at 5:27 pm #74897
r-a-y
KeymasterWhat Boone said.
Blog-related stuff is handled by WordPress.
Activity replies are handled internally by BuddyPress.
I would recommend what glamgrif mentioned and that is to disable the activity stream for blog comments and forum posts because the activity stream and blog comments / forum posts are independent from one another.
https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-37843
You could try replacing blog comments with the activity stream:
https://wordpress.org/extend/plugins/buddypress-activity-as-blog-comments/
For forum replies, you could use a BuddyPress plugin:
https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/
April 23, 2010 at 5:17 pm #74896hotforwords
ParticipantBoone, that answers my question I believe.. BuddyPress will NOT email you if someone posts a comment reply on the WORDPRESS side.
Then why is the option on BuddyPress called “A member replies to an update or <b>comment</b> you’ve posted”?
Are the “comments” in BuddyPress somewhere? Are those posts in the Forum considered “comments”?
Thanks Boone!
D Cartwright, how is my show considered NSFW? I have over 300 million views on YouTube and they wouldn’t allow my show if it was not safe for work!
Thanks glamgrif! As Boone said above, I think the WordPress side comments don’t get email notifications from BuddyPress.. or is that not correct?
April 23, 2010 at 5:17 pm #74895r-a-y
KeymasterOther suggestions:
BP Group Control:
http://danpolant.com/bp-group-control/
Secure Invites for WPMU (note it works for WPMU only!):
https://wordpress.org/extend/plugins/wordpress-mu-secure-invites/
April 23, 2010 at 3:01 pm #74883In reply to: Member Blogs
Griffin Boyce
ParticipantIf you are just using WP-standard (ie one blog), then you will need to either switch to WPMU -OR- wait for v3.0 when this functionality comes to standard WP: http://technosailor.aaronbrazell.com/2009/05/30/wordcamp-sf-announcement-wordpress-and-wordpress-mu-to-merge/
April 23, 2010 at 1:52 pm #74875In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
ParticipantWhat version of PHP? (I’m at the ‘let’s see what’s different between you and me!’ stage of things)
ETA: Are the permissions on your blogs.dir correct? I had to make the avatar folder and set permissions on that directly
April 23, 2010 at 12:31 pm #74866In reply to: BuddyPress and WordPress 3.0
Chad Holden
ParticipantHi ipstenu, I’ve upgraded to the latest nightly, haven’t noticed much difference, and the avatars still don’t work.
I do have GD library 2.0.28 installed and >>
array(12) {
[“GD Version”]=>
string(27) “bundled (2.0.28 compatible)”
[“FreeType Support”]=>
bool(true)
[“FreeType Linkage”]=>
string(13) “with freetype”
[“T1Lib Support”]=>
bool(false)
[“GIF Read Support”]=>
bool(true)
[“GIF Create Support”]=>
bool(true)
[“JPG Support”]=>
bool(true)
[“PNG Support”]=>
bool(true)
[“WBMP Support”]=>
bool(true)
[“XPM Support”]=>
bool(false)
[“XBM Support”]=>
bool(true)
[“JIS-mapped Japanese Font Support”]=>
bool(false)
}
So that’s not the issue either. It doesn’t look like it’s getting to the actual thumbnail creation.
April 23, 2010 at 11:35 am #74863Windhamdavid
ParticipantI’m becoming a fan of WP-Invites and you might want to try this…
https://wordpress.org/extend/plugins/wp-invites/
It’ll allow you to dole out codes for users to signup and as far as tracing goes, I’d just generate one invite code for each existing member and it’ll store that invite code with the new user profile so that you are able to determine who the invitation was send from based on which user was giving the code. I’d even go so far as manually generating the code with the existing username in it so that you don’t have to go digging to determine whom signed up whom.
April 23, 2010 at 10:58 am #74861In reply to: Avatar database store
marcoslavorato
MemberThanks Paul. So, how can I get the user avatar? How WordPress link the userwith the avatar if is not sotred on database? Thanks.
April 23, 2010 at 10:43 am #74860In reply to: BP Xtra Signup
Anonymous User 96400
InactiveBowe, good suggestions. I’ll have a lok at the API again and get back to you with a timeframe.
You can download the plugin now from the repository:
April 23, 2010 at 9:53 am #74853In reply to: [New Plugin] BP Advanced SEO
Anonymous User 96400
InactiveThe plugin is now in the repository. I made some slight improvements to the code and added a char counter to the description textareas. Enjoy!
April 23, 2010 at 8:17 am #74847r-a-y
KeymasterInvite Anyone plugin:
https://wordpress.org/extend/plugins/invite-anyone/
I don’t think that plugin has the “tracing” ability you want though. You could bring it up to Boone, the plugin author, as a feature request.
April 23, 2010 at 7:48 am #74843In reply to: Creating sub social network / nings
Avatar
ParticipantI was thinking along the same lines.
do you know if this works, and if they get their own members
or using the same database of members.
I would like to experiment with this
and figure out how to really make it work.
If anyone has info or ideas please drop me a line.
@kylecassey…
you would just use the social features (the blog just comes with it) ; )
WPmu is really just one install with multiple blogs
but soon with WP 3.0 you’ll be able to do the same thing with one WordPress install.
– Avatar –
.
April 23, 2010 at 7:10 am #74839In reply to: 404 error on BP links
claud925
ParticipantFinally I got it working
Well first add the lines from this patch https://trac.buddypress.org/ticket/1426 to bp-core/bp-core-catchuri.php
and then go to bp-core.php and in line 95 put the code like this (note the index.php)
$bp->root_domain = bp_core_get_root_domain() . '/index.php';Well, also, I have a custom template, and in my navigation I have manually put the links in the header to look like this:
<li><a href="http://yourdomain.com/wordpress/index.php/activity/" title="Actividad">Actividad</a></li>but it probably works also in the bp-default theme.So, hope this help someone
April 23, 2010 at 5:25 am #74830In reply to: 404 error on BP links
claud925
Participant@qbuster Well when you install this small fix https://trac.buddypress.org/ticket/1426 you can access links like wordpress/index.php/members (so thats something). But all the buddypress links remain being wordpress/members, etc.
So, I tried to change the slug as explained in here https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/ to see if it works change members to index.php/members, but it returns the 404 error.
So any ideas on how to change the links on buddypress to include the index.php ?
April 22, 2010 at 10:56 pm #74792gerikg
Participantopen your .htaccess file in the root wordpress folder and put this on the top
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
then try again. If you don’t have .htaccess file create one.
April 22, 2010 at 9:06 pm #74777In reply to: 404 error on bp links
claud925
ParticipantWell… it almost worked. The main links were working ok, but in the admin bar, the links were still the old ones like wordpress/members/, and also in the members page, the users urls to their profile were having the same problems.
April 22, 2010 at 8:59 pm #74775r-a-y
KeymasterTry the automatic install from the WordPress admin plugins page:
http://yourdomain.com/wp-admin/plugin-install.php
Search for BuddyPress, then install and activate.
April 22, 2010 at 8:00 pm #74766In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
ParticipantWhat size image are you uploading? I have this weird thing where if I upload a square image, and it’s less than 150 px on any side, it gets all stupid and weird on me.
Also which WP 3.0 are you running? I have last night’s nightly and it’s working fine when I tried to use an image that was 284px by 240px and cropped it down.
The other thought is you may not have the image processing apps on your server (I don’t know if they use GD Image or whatever…)
April 22, 2010 at 7:57 pm #74764In reply to: BuddyPress and WordPress 3.0
Chad Holden
ParticipantThat got me one step further, but then i got the RSOD -> There was a problem cropping your avatar, please try uploading it again
April 22, 2010 at 7:56 pm #74763In reply to: Buddypress and WordPress 3.0 Beta
Chad Holden
ParticipantThat got me one step further, but then i got the RSOD -> There was a problem cropping your avatar, please try uploading it again
April 22, 2010 at 7:12 pm #74757In reply to: change e-mail text ?
r-a-y
KeymasterAhh okay, Erich! Thanks for the extra details.
It could be an issue with the email address that the activation email is sending from.
By default, the activation email tries to use the admin email option in WPMU.
If that isn’t set, it uses something like:
Which could be causing the activation email to go to the spam folder.
Try using the following plugin to set the email address:
April 22, 2010 at 6:44 pm #74752In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
ParticipantTry this: https://trac.buddypress.org/ticket/2317
April 22, 2010 at 6:43 pm #74751In reply to: Buddypress and WordPress 3.0 Beta
Ipstenu (Mika Epstein)
ParticipantI too am running WP3 B1 with BP 123 and no issues at all. Avatar issues were solved by this change https://trac.buddypress.org/ticket/2317 (and by only uploading images that AREN’T square and are larger than 150px on their shortest side … Go figure)
April 22, 2010 at 6:35 pm #74749In reply to: oEmbed for BuddyPress plugin – out now!
hotforwords
ParticipantI LOVE this plugin but I have to deactivate it because I cannot limit the size of the embedded YouTube videos without changing my defaults for my entire website.
I embed YouTube videos as my main posts and they are 620px wide (as set by Media Embed Setting in WordPress).. I can’t let people embed 620px wide Youtube videos in the activity stream as that is too big. If I decrease the Media Embed setting in WordPress, it decreases the size of my videos in my Posts.. which is not good.
I noticed some code in your config.php at the bottom that says:
“WORDPRESS SPECIFIC VARS
allows you to hardcode certain WordPress-only variables”
How can I hard-code these variables? Would this be how I could make the embeds smaller for the activity stream vs. the site defaults?
April 22, 2010 at 6:27 pm #74747In reply to: Buddypress and WordPress 3.0 Beta
Chad Holden
ParticipantI am running WP3 B1 with Buddypress 1.2.3, no 1.3 that I’ve seen yet. Works well besides Avatar issues.
-
AuthorSearch Results