Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,651 through 57,675 (of 69,016 total)
  • Author
    Search Results
  • #64966
    David Lewis
    Participant

    Your @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 );

    #64965

    In reply to: BuddyPress Like

    Alex
    Participant

    I’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

    #64963
    gregfielding
    Participant

    @r-a-y

    ustream/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…

    #64961

    In reply to: BuddyPress Like

    modemlooper
    Moderator

    This 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.

    #64960

    In reply to: BuddyPress Like

    xp02ed
    Participant

    awesome work mate, tested it without an issue of install

    Using wordpress 2.9 + BP 1.2

    #64956
    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!

    #64955

    In reply to: BuddyPress Like

    D Cartwright
    Participant

    This looks very interesting indeed:)

    #64954

    In reply to: BuddyPress Like

    r-a-y
    Keymaster

    Hey Hempsworth, looks good!

    But, do you think it would have made more sense to take advantage of BP’s already-available favorite button?

    #64953
    rogscorp
    Participant

    RewriteEngine 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.

    #64950

    In reply to: Vote up/down plugin

    Alex
    Participant

    BuddyPress Like beta has now been released! Check it out…

    #64949

    In reply to: BuddyPress Like

    paulhastings0
    Participant

    That’s awesome! Once we upgrade to 1.2 we’ll definitely give it a spin on our site.

    #64940
    mlovelock
    Participant

    I 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?

    Andrea 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.

    #64937
    Andrea Rennick
    Participant

    Match the div classes. :) The BP ones need to match your theme.

    #64936
    xp02ed
    Participant

    I figured that i installed a plugin called “Group Forum Subscripton for BuddyPress”

    Version 1.4 | By Boone Gorges

    which caused conflict

    #64935
    MrMaz
    Participant

    @gonzales84

    Yes, the plugins folder is correct. Do not put it in the mu-plugins folder.

    #64933
    gonzales84
    Participant

    I 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

    #64931
    xp02ed
    Participant

    This 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

    #64930
    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.

    #64929
    xp02ed
    Participant

    That 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

    #64928
    Jean-Pierre Michaud
    Participant

    is the the only link that does not work ?

    follow this link too: https://buddypress.org/forums/topic/when-asking-for-support

    #64924
    r-a-y
    Keymaster

    Silly 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)?

    #64923
    r-a-y
    Keymaster

    Hi 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!

    #64922
    MrMaz
    Participant

    @edelwater

    nexia 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.

    #64918
    Naeem
    Participant

    oops, 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

Viewing 25 results - 57,651 through 57,675 (of 69,016 total)
Skip to toolbar