Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,901 through 49,925 (of 68,985 total)
  • Author
    Search Results
  • #84593
    ronia
    Participant

    @bennadler – Thanks! But it is not WordPress MU – it is WordPress 3 as multisite (sub directories) – the code is not working.

    #84592
    Mark
    Participant

    yah, the same happens with me. have wp 3.0 and latest updates of buddypress. site is boholtech.com.

    #84587
    Anton
    Participant

    Thanks @nuprn1. Easier said than done. Will start experimenting :)

    #84586
    Paul Wong-Gibbs
    Keymaster

    Foxly, I would have expected you to know that getting more actions or filters into buddypress is very easy, as long as you aren’t changing the template files between major releases.

    Mercime, Andy’s gone nowhere. He’s still project lead.

    Im closing this topic as this is not on-topic anymore, start new posts if you want to discuss more.

    Paul Wong-Gibbs
    Keymaster

    Hi
    At the moment, you do have to hard code – probably into your header.php

    #84577
    Archie Webmaker
    Participant

    @hnla
    Thank you so much for the response

    #84576
    lincme.co.uk
    Member

    Hi @antonrsa; I’ve been looking into this myself, but have given up on it for now as very time-consuming to research and do properly. Being as it’s all browser based (not my usual bread and butter), there are lots of ways using JavaScript, and a Google search will provide links to free code that’s not difficult to use, In the main. I found that it’s far from foolproof though, and then a friend suggested that cutting user posts down might give them reason to stay away. I’m bowing to their wisdom and leaving it be for the time being.

    One thing I do want to do, and am researching right now, is make posts in groups stay in the groups and not clog up the main activity stream. I’ve filtered minor things out thanks to help from @nprn1, but want to see the main stream further, erm, streamlined. Once a site gets busy it could be a nightmare for Mr & Mrs P.C. Phobic. If I crack it I’ll post the function in case it helps anyone.

    #84575
    Kevin
    Participant

    I do use that plugin and it’s great but the riffy plugin where they give the user an option to leave a webcam or audio comment is really neat. That way my members would have the option of either leaving a text, webcam or audio comment.

    #84573
    lincme.co.uk
    Member

    @kevbow; Not sure if this is any help, but @r-a-y‘s oEmbed does a good job with various video formats, turning plain links into embedded videos. You can see it working at one of @erich‘s sites; http://madeinaustria.com/activity. Works really well, and is simple enough for technophobic site members!

    #84572
    @mercime
    Participant

    @foxly: And then there’s the whole issue of *where automattic is taking buddypress” and what they intend to do with it, now that they’ve taken Andy off as the lead developer.

    say what? .

    EDIT – there you go again, editing your forum post. fortunately, i’ve got a screenshot of it.

    #84569
    foxly
    Participant

    @tomdebruin

    Oh I’m sure @foxly & @francescolaffi development inc will come up with something. It’s just that not having it part of the core makes much harder to develop, because frankly, BuddyPress doesn’t currently have many useful hooks for plugins to manipulate the core. So you have to hack the system in all sorts of crazy ways and that can really slow down the site.

    And then there’s the whole issue of *where automattic is taking buddypress” and what they intend to do with it, now that they’ve taken Andy off as the lead developer.

    EDIT: what I meant to say was “now that Andy is not working *full time* on BP anymore, as automattic has split his time between other topics” – my bad :(

    ^F^

    #84566
    Marco Giustini
    Participant

    Let me know how it works Buddypress… I have a WP 3.0 Multiuser install with Buddypress 1.2.5 and I wish to have a network like WordPress.com. I need a common admin bar for all the network sites, so the users coming from the other sites can access to the network services (groups, forums, activity, pm, etc..) of the main site. So I need a unique template for all the sites. To do that, I cannot use the BP-Twentyten template but I converted the Twentyten template, using the BuddyPress Template Pack plugin. So now I have a template I can use on Buddypress based main site and also on the slave sites. The only problem is that this new template needs the BuddyPress Template Pack plugin to work. Actually I’m working on a test install, I need for the production install a common template independent from the plugin, but I have no coding skills to make it working. Can you help me?

    #84561
    deadlyhifi
    Participant

    @foxly, even though your solutions require code modification you do say “i’ll develop my own solution” – will these be plugins you release, or perhaps become part of the bp-moderation plugin that is being developed by @francescolaffi?

    I really appreciated your detailed posts on the tools spammers employ. It has given me a much better understanding of the problem. Thank you.

    #84560
    Marco Giustini
    Participant

    Thanks a lot. Now it works perfectly.

    #84558
    Doug
    Participant

    @r-a-y I just tried to do a standard media upload and it is not working. The behavior is the same. This was working before this upgrade.

    #84556
    BillboardFamily
    Participant

    I have used WP and BP for a long time, and I know the people on here have knowledge of both. Trust me, I have tried other forums already, this is my last ditch effort.

    #84555
    paulhastings0
    Participant

    Ah, then you’re in the wrong forums. These forums are just for BuddyPress and it’s related issues (hence why it’s called buddypress.org, not wordpressthemes.org ;) ). You should try contacting the Mensa theme owners/creators. Look in your style.css page for contact info. Good luck!

    #84554
    BillboardFamily
    Participant

    no, i am not. I am using a modified version of the mensa theme

    #84553
    paulhastings0
    Participant

    Are you running the default WP theme?

    #84552
    Pisanojm
    Participant

    I’ve been posting some of the picts as I go along here… currently using Faststone capture… jing is very cool though…

    #84551
    Aslam Doctor
    Member

    I’m also facing same issue.. even I added manually insert query inside code like this (I have stored the values in session)

    $sql=”INSERT INTO wp_bp_xprofile_data (field_id, user_id, value) VALUES(1,$curr_id, ‘”.$_SESSION.”‘)”;
    result=mysql_query($sql)or die(mysql_error());

    This is storing the data in database but not retrieving :(
    @shedmore did u got this fixed up ???

    #84550
    paulhastings0
    Participant

    @pisanojm One of the tools that I love to use with Trac is Jing. It’s free too (which is like… a +10 for brownie points). It helps a ton just to be able to show people visually in real-time what the issue is.

    http://www.jingproject.com/

    #84549
    modemlooper
    Moderator

    In your child theme style.css file it should link to two css files. The links are pointing to your bp plugin folder not your child theme’s _inc folder

    You need to change the url.

    Pisanojm
    Participant

    @paulhastings0 I added annother of my experiences to this trac ticket after trying the diff. patch code on 1.2.5.2 WP 3.0 ….
    https://trac.buddypress.org/ticket/2203

    paulhastings0
    Participant

    @pisanojm, Yes, since upgrading to WP 3.0 the 5 hour time-lag issue reappeared. Since that time we’ve also upgraded BP to 1.2.5 and we still have the issue.

Viewing 25 results - 49,901 through 49,925 (of 68,985 total)
Skip to toolbar