Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,351 through 57,375 (of 69,016 total)
  • Author
    Search Results
  • nickrita
    Participant

    Nobody here who can help? It’s the only problem I still have before I can upgrade my site to bp 1.2.1.

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

    an I tried <?php if ( bp_has_activities('action=new_blog_post') ) : ?>

    instead of <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>

    in activity-loop.php, but then only the new blog posts are shown, no matter which options I take.

    I want the new blog posts only as default and not as only option.

    Please, if anybody could be so kind to tell me the code and where to put it, I would be vergly glad.

    #65825

    In reply to: Location Profile Field

    Nick Watson
    Participant

    here’s the ticket:

    https://trac.buddypress.org/ticket/2089

    @xspringe

    Yeah, I saw that post, I was really disappointed that they took it out.

    #65824

    In reply to: Location Profile Field

    xspringe
    Participant

    There used to be the possibility to use pre-built fields to the registration form (as described here: https://buddypress.org/forums/topic/what-happened-to-add-prebuilt-field), which would take care of at least part of this problem. But it appears this is no longer supported for 1.2.

    So I definitely support the request for the ability to add pre-built registration fields.

    #65822
    Roger Coathup
    Participant

    A further thought (comments / corrections appreciated):

    If you make your modifications in bp-custom.php it will affect your entire BuddyPress installation (regardless of which theme you are using)

    If you make your modification in functions.php it will only affect the theme where you have made the changes. i.e. select a different theme and you will lose the changes.

    #65821

    In reply to: BuddyPress Maps

    grosbouff
    Participant

    @Landshark : should not be very difficult to do :

    The BuddyPress Maps plugin has been made to be flexible…

    You have to extend the buddyPress groups plugin, allow the admin to add a map and then display it.

    I can give you some infos if it’s difficult for you, but i don’t have the time to code it myself.

    By the way, check this post too : http://dev.benoitgreant.be/?p=162

    #65818

    In reply to: BuddyPress Maps

    paulhastings0
    Participant

    Looks like an excellent plugin in the works. I’m looking forward to it.

    #65815
    nickrita
    Participant
    #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

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