Search Results for 'buddypress'
-
AuthorSearch Results
-
February 23, 2010 at 4:03 am #64966
David Lewis
ParticipantYour @import paths were probably just wrong.
/*
Template: bp-default
Tags: buddypress
*/
/* Parent styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );February 23, 2010 at 3:57 am #64965In reply to: BuddyPress Like
Alex
ParticipantI’ve just put out a new version which allows you to view who else has liked it.
@modemlooper: I will be building in notifications next, but it looks like I have to make the plugin a full blown component to leverage the notifications functionality… :S
February 23, 2010 at 3:29 am #64963In reply to: oEmbed for BuddyPress plugin – out now!
gregfielding
Participantustream/watershed does allow embeds…but we use it to embed video players and chat boxes directly for live, interactive video chat sessions with large groups.
Point it…it’s not a URL, it’s the actual embed code…so I’m thinking that this plugin might not be the answer, no?
Ideally, the video could be embedded in the News section…but that is flexible. It just needs to be somewhere obvious and clear so students can easily watch and participate.
Somewhere between this and the Links plugin should be a way to make this work…
February 23, 2010 at 3:08 am #64961In reply to: BuddyPress Like
modemlooper
ModeratorThis would be good if it notified the poster of content that you liked something. The favorite to me is more for a user to bookmark content.
February 23, 2010 at 3:07 am #64960In reply to: BuddyPress Like
xp02ed
Participantawesome work mate, tested it without an issue of install
Using wordpress 2.9 + BP 1.2
February 23, 2010 at 2:04 am #64956In reply to: Deep integration of Google Docs
Leah
Participant@ Peter Anselmo
Oh, didn’t know about the Group Documents. Obviously haven’t used it but looks good. Could there possibly be an upside with a google docs option? There are 1 GB free storage, really good editors, folder structure asf. I think it would be a real killer!
February 23, 2010 at 2:03 am #64955In reply to: BuddyPress Like
D Cartwright
ParticipantThis looks very interesting indeed:)
February 23, 2010 at 2:02 am #64954In reply to: BuddyPress Like
r-a-y
KeymasterHey Hempsworth, looks good!
But, do you think it would have made more sense to take advantage of BP’s already-available favorite button?
February 23, 2010 at 1:59 am #64953rogscorp
ParticipantRewriteEngine On
RewriteBase BASE/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Ok. I put this on .htaccess and it comes back with 500 internal server error.
Now, not only buddypress but also WordPress does not work.
The whole site is tangled with 500 error.
If I delete .htaccess, WP works but BP comes with 404 error.
February 23, 2010 at 1:38 am #64950In reply to: Vote up/down plugin
Alex
ParticipantBuddyPress Like beta has now been released! Check it out…
February 23, 2010 at 1:33 am #64949In reply to: BuddyPress Like
paulhastings0
ParticipantThat’s awesome! Once we upgrade to 1.2 we’ll definitely give it a spin on our site.
February 23, 2010 at 12:32 am #64940In reply to: Only admin avatar in blog #1
mlovelock
ParticipantI think I may have a similar problem to this:
I’m seeing correct avatars in activity feeds and all BP content. However, in comments and also using Login With Ajax plugin, only seeing either the admin avatar or ‘mystery man’.
Also, the Login with Ajax plugin says it’s trying to call an undefined function for bp_loggedinuser_avatar() – but obviously the BP aspects of my site are calling that function fine.
My setup:
WPMU 2.9.1
BP 1.2
Custom theme, ‘buddypressed’ using Andy’s Buddypress Template plugin.
Anyone else seeing this? Or have any ideas how to fix it?
February 23, 2010 at 12:19 am #64938Andrea Rennick
Participant“and uploaded to godaddy and then unzipped there which create a buddypress folder in the html directory of godaddy.”
The plugin folder needs to go in wp-content/plugins/.
have you tried installing it from the admin area of WordPress? Go to the plugin menu and pick Install New.
February 23, 2010 at 12:17 am #64937In reply to: Layout problem/question with Buddypress Theme Pack
Andrea Rennick
ParticipantMatch the div classes.
The BP ones need to match your theme.
February 23, 2010 at 12:02 am #64936In reply to: Admin Bar Notification Link
xp02ed
ParticipantI figured that i installed a plugin called “Group Forum Subscripton for BuddyPress”
Version 1.4 | By Boone Gorges
which caused conflict
February 23, 2010 at 12:01 am #64935In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantYes, the plugins folder is correct. Do not put it in the mu-plugins folder.
February 22, 2010 at 11:58 pm #64933In reply to: BuddyPress-Links 0.3 FINAL is here at last
gonzales84
ParticipantI would like to make something clear: I upload the bp-links plugin to the plugins folder, not mu-plugins, right?
Cause I read somewhere that it has to be in mu-plugins, cause this way it automatically activates, but I tried and nothing happens. I have it in plugin folder and it’s ok, but I thought maybe I have some issues because of this….
Thanks
February 22, 2010 at 11:56 pm #64931In reply to: Admin Bar Notification Link
xp02ed
ParticipantThis also doesnt work by clicking
Account ( user ) > Settings > Notification
The one on this website works
https://buddypress.org/developers/xp02ed/settings/notifications/
xp02ed being my user
February 22, 2010 at 11:54 pm #64930In reply to: oEmbed for BuddyPress plugin – out now!
modemlooper
Moderator@r-a-y all I’m saying is wrap the embedded object with the same url that is in the view.
The size can be managed via css. That way the activity stream isn’t clogged with large images and videos.
February 22, 2010 at 11:48 pm #64929In reply to: Admin Bar Notification Link
xp02ed
ParticipantThat is the only link that doesnt work.
I am using
Wodpress 2.9 NOT MU
Buddypress 1.2 ( latest )
This is a fresh install and havent modified anything, also using default BP theme
February 22, 2010 at 11:45 pm #64928In reply to: Admin Bar Notification Link
Jean-Pierre Michaud
Participantis the the only link that does not work ?
follow this link too: https://buddypress.org/forums/topic/when-asking-for-support
February 22, 2010 at 11:26 pm #64924In reply to: Can't seem to uninstall
r-a-y
KeymasterSilly question… did you deactivate BuddyPress before removing the DB entries and deleting the plugin folder?
Also did you change your theme? Do you have some type of caching plugin installed (eg. WP Super Cache, object cache)?
February 22, 2010 at 11:11 pm #64923In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterHi mnaeemsattar,
I just checked the YouTube video on your site.
The person who uploaded that YouTube video disabled embedding, so unfortunately you cannot embed that one.
Try any other YouTube video that allows embedding, it should work!
February 22, 2010 at 11:08 pm #64922In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
Participantnexia is talking about a different issue.
After you enter the URL hit the TAB key and see if that triggers the AJAX. You can also click anywhere else on the screen.
February 22, 2010 at 10:59 pm #64918In reply to: oEmbed for BuddyPress plugin – out now!
Naeem
Participantoops, after reading and following all above comments i came to know that i am a real guffffffff… i think i followed all above instructions.. upgraded to 5.2 files, updated the bp files as given in current trunk.. but still i am facing problem that my links displays as links only, no youtube video, but link only
please check http://pakistuff.com r-a-y plz help
thanks in advance
-
AuthorSearch Results