Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,276 through 57,300 (of 68,934 total)
  • Author
    Search Results
  • #65814
    nickrita
    Participant

    Similar question here. I want to see New Blog posts as default.

    I already read this: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    but it doesn’t help, becaus there is not one example for the complete code, only the snippets.

    #65813

    In reply to: BuddyPress Maps

    landshark
    Participant

    Grosbouff,

    This is a shot in the dark and I don’t know how difficult this would be, but what I am looking to do is to have individual groups have locations and have the locations of all groups show up on a map, lets say on the front page.

    This is to allow people to find groups near them by looking at a map.

    Any help would be greatly appreciated.

    #65799
    Sabuntu
    Member

    Thanks everybody for the backup

    Actually, I raised this issue and I found the answers, Thanks to both wpmudev and buddypress docs

    But after activating buddypress on a subdomain, I found it better if I activated it on the root blog, so I will not confuse my members.

    I tried to reverse the process, But I completely failed

    I tried the following maneuvers but non of them succeeded:

    1- I deactivated bp plugin and deleted it –> once installed and activated again it will be activated back on blog 3

    2- I droped the bp tables in the database, installed again but the same problem

    3- I added this code to wp-config:

    define ( ‘BP_ROOT_BLOG’, 1 );

    define( ‘BP_AVATAR_UPLOAD_PATH’, ‘/var/www/wp-content/blogs.dir/3/files’ );

    define( ‘BP_AVATAR_URL’, ‘hxxp://community.example.com’ );

    and tried to activate bp plugin again

    it activated nicely and asked me to choose a theme for buddypress but once choosing a theme I see only a blank white page and I can’t access my dashboard even

    I get to it by accessing another blog and deactivating bp plugin to get through my dashboard

    so I tried another way

    I did all of the mentioned in addition to editing my .htaccess and adding the following codes

    RedirectMatch 301 ^/members/(.*)$ http://community.example.com/members/$1

    RedirectMatch 301 ^/groups/(.*)$ http://community.example.com/groups/$1

    RedirectMatch 301 ^/blogs/(.*)$ http://community.example.com/blogs/$1

    RedirectMatch 301 ^/forums/(.*)$ http://community.example.com/forums/$1

    but non of them helped

    I still have one option to delete blog 3, but I’m afraid I will be stuck and No way to do it back

    I Know I’m asking too much but Please Help Me

    #65795
    SubSanity
    Member

    It appears that the ability to change the rating of Gravatar used in BuddyPress is not exposed in any option form.

    I managed to change it by editing bp-core/bp-core-avatar.php at line 158. Adding . ‘&r=<rating>’ a the end.

    Some information here: http://en.gravatar.com/site/implement/url

    If you wish, I guess you could add additional options to Site Admin->Options and insert the option into the database somehow.

    If there is any plugin that does this for us, I’d very much like to know. Otherwise, I’m just sharing this tiny hack.

    Cheers~

    #65794
    epsi
    Participant

    Firebug is a must, other is optional.

    System: Lenny (debian), Apache, MySQL, PHP

    Desktop: XFCE

    PC: my old slow Pentium III

    Firefox Browser: Firebug, Web Developer, Color Picker, Measure It

    Editor: Geany

    Image: GIMP

    FTP: Filezilla

    Database: PhpMyAdmin

    Command line: $ msgfmt (translation), and $ svn

    CMS: WordPress ;-)

    Framework: None. BuddyPress Core… perhaps someday

    w3school , I always looking for css reference.

    Guess.. my brain is no compete for those ever growing reference.

    And last…

    My sister’s notebook to test css in ie6, ie7, chrome.

    ~epsi — Learning WP since 23 Dec 2009

    #65788
    paulhastings0
    Participant

    I’m using the default theme provided with BP 1.2.1 for the main site.

    At one point while I was still deciding which theme to use on the front I ran Andy’s BuddyPress Template Pack on another theme but then decided to just stay with the default theme in BP 1.2.1 . It was after that I noticed the gravatar/avatar problem. But maybe the problem existed before then?? I don’t know since I didn’t check.

    As I already mentioned I’ve already deleted BP 1.2.1 manually and then manually reinstalled it but still to no avail.

    Do you think it might be something with the default theme?

    #65782
    maledei1
    Member

    Oh, sorry about that last post! I was wrong, you musn’t activate this plugin globally.

    The reason I though that you had to was because the tweetstream-settings link doesn’t show up in the buddypress navigation-bar on the top of the page if you are on a wpmu-blog (like http://blog.testbp.org)

    You need to be on the start page to see it.

    #65776
    bpisimone
    Participant

    @Dwenaus, haha good one! At the moment there’s no hurry for me. I just wanted to check what you think about that. But who knows maybe I will need the feature in a few weeks.

    But again, good plugin, nice implementation.

    #65774

    In reply to: Avatar Upload Issues

    Check out https://trac.buddypress.org/ticket/1970 and see if those fixes help?

    I know there are lots of different server setups and installation types we’re trying to account for, so it’s possible that something could need adjusting.

    #65770
    rich! @ etiviti
    Participant

    I think my situation is somewhat unique as

    $bp->forums->bbconfig = $bp->site_options['bb-config-location']; which is loaded in bp-forums.php is different (subdomain) than the wp root bb-config.php which had a stale reference to the default bb table prefix.

    I’m not certain – but you may be able to call do_action( 'bbpress_init' );

    #65768
    Andrea Rennick
    Participant

    Looks right to me. You got the whole “do this on the SECONDARY blog” part in there. :D

    #65764
    Dwenaus
    Participant

    @andrew_s1 thanks for the code, I’ll add that soon.

    @nuprn1 – I would love to not hard code it, but I was having trouble getting those variables. Can you give me a suggestion on how I can do that. One solution could be to check a db option value, and if it exists (for example in a custom install) then use that instead of the default one. what do you think?

    @Bpisimone – I might get around to comment rating, but that is a pretty low priority because those plugins already exist. However it would be good to combine points rather that have two systems. Things like this that don’t effect the project i’m working on are lower priority. (but donations do make them higher priority. :)

    #65763
    maledei1
    Member

    I have the same problem.

    The buddypress default theme is not activateable since I upgraded to Buddypress 1.2, and is still not solved after upgrading to Buddypress 1.2.1.

    I also get the message:

    The active theme is broken. Reverting to the default theme.

    This error message apparently appears if the activated theme has no index.php or style.css

    here is a snippet from the theme-php:

    /**

    * Checks that current theme files ‘index.php’ and ‘style.css’ exists.

    *

    * Does not check the ‘default’ theme. The ‘default’ theme should always exist

    * or should have another theme renamed to that template name and directory

    * path. Will switch theme to default if current theme does not validate.

    * You can use the ‘validate_current_theme’ filter to return FALSE to

    * disable this functionality.

    *

    * @since 1.5.0

    *

    * @return bool

    */

    Our default theme is and should stay K2 for new users, so we can’t change that. But apparently we need an index.php which the buddypress default theme seems not to have.

    Any Ideas?

    #65762
    sporty
    Participant

    I have exactly the same issue. Am running BP 1.2.1 and the BuddyPress Template Pack 1.0.2 on an IIS7.

    Whats really weird, is I just tried this in IE8 and it worked fine with a particialar file.

    Then I tried it in FireFox 3.5.8 with FireBug enabled and I had the same problem you had, with a different file. I got “500 URL Rewrite Module Error” when trying to GET the picture name I just uploaded.

    I through thats strange and so I went back to IE and uploaded a different file and it also failed.. so not browser related.. it’s something do do with the file itself??. I can’t figure out exactly what but several of the files I’ve tried don’t upload and show the crop – my guess after some experimentation is there is some rule about the minimu file size needed to crop?

    #65758
    snark
    Participant

    Still looking for a member management solution. At the very least, if all of the above isn’t doable yet, can somebody suggest a way to lock all users below a certain level out of the WP admin back-end?

    Right now all user levels, including Subscriber, can log-in and at least see “Dashboard”, “Profile” and “Tools”, but since blogging is not allowed and users can access their Profiles through the Buddypress front-end, I’d prefer to shut everybody below the level of “Editor” out of the WP back-end. Any suggestions? Thanks.

    #65754
    r-a-y
    Keymaster

    Just made a few, minute changes to the secondary blog guide:

    https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/

    @andrea_r – can you give it a once-over since you’re a WPMU guru? ;)

    #65752
    Andrea Rennick
    Participant

    “I came across this code if I like to Set which blog ID BuddyPress will run on:

    define ( ‘BP_ROOT_BLOG’, $blog_id );

    So, if I didn’t find an answer for my first question, I have plan B question ;)

    if I’ve chosen the blog Id to be 3 for example

    would it be like this blog3.example.tld/community “

    The Blog ID has no bearing on the actual subdomain. It’s just internal. So if the blog ID was 3, the 3 would not be in the subdomain.

    #65751

    In reply to: BuddyPress Maps

    gregfielding
    Participant

    I’m getting an error message when I try to upgrade:

    Warning: Cannot modify header information – headers already sent by (output started at /home/housings/public_html/wp-admin/admin-header.php:18) in /home/housings/public_html/wp-includes/pluggable.php on line 868

    #65748
    r-a-y
    Keymaster

    The secondary blog instructions should apply, just change the subdirectory references to subdomain ones if you installed WPMU as a subdomain install.

    I guess the instructions could be clearer, I’ll make some modifications to it when I have some time.

    But @sabuntu, did you know you – yes you! – can edit any page on codex.buddypress.org? Just make sure you are logged in.

    #65747
    r-a-y
    Keymaster

    This is what you’re looking for:

    Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:

    define ( 'BP_ENABLE_MULTIBLOG', true );

    I haven’t tried this out though, but should work!

    #65746
    bpisimone
    Participant

    This thing works well on my test install, very well done @Dwenaus! Right now I’m also using another plugin called comment rating. Any chance you might extend yours to comments also?

    #65745
    rich! @ etiviti
    Participant

    @dwenaus

    Ok, just updated to 1.0.3 and hit another snag. Seems you have the bb_meta table hardcoded as I’m using an external forum install

    nevermind – looks like i have weird issue with an external bbpress install and various prefix values being defined (might be a buddypress bug)

    code012
    Member

    BuddyPress works like a central community, so it’s either you have one BuddyPress website or not.

    What you can do is to install it on a single subdomain.

    like community.abc.com

    then you would have to edit your wp-config.php file, add the following line

    define ( ‘BP_ROOT_BLOG’, 3 );

    the number 3 is your blog id.

    I’ve found the solution from

    http://premium.wpmudev.org/forums/topic/how-to-install-buddypress-as-a-sub-domain

    Thanks to Sabuntu!

    I’m requesting the subdomain installation as a feature though.

    #65743
    code012
    Member

    Hi Sabuntu.

    Thank you so much for your contribution on wpmudev.

    http://premium.wpmudev.org/forums/topic/how-to-install-buddypress-as-a-sub-domain

    You saved me so much time on this.

    I’m adding this post so that maybe it can help out people here as well.

    #65742

    In reply to: BuddyPress Like

    Michael Berra
    Participant

    Yep, me too! :-) Localization or better, all the messages are costumizable from backend. Cool stuff, though! (I think I will add through css a little graphic instead of the text…

Viewing 25 results - 57,276 through 57,300 (of 68,934 total)
Skip to toolbar