Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 34,201 through 34,225 (of 94,540 total)
  • Author
    Search Results
  • #156665
    generalmacbeth
    Participant

    I’m using the following:

    `
    define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 250 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 250 );
    `

    in my bp-custom.php file which is located in my plugins folder (not plugins/buddypress).

    Unfortunately, it doesn’t seem to be working. Avatars are still being sized to 150 x 150. Can someone tell me why this isn’t working?

    Also, is there a way to disable the cropping option?

    #156663
    hkcharlie
    Participant

    Can anyone help me with the layout of my buddypress default theme on a mobile device.

    With almost all other themes, they look exactly the same on my phone as  on the net, but my buddypress default theme, looks a complete mess.

     

    Anyone know what I’m talking about ?

     

    #156662
    Asynaptic
    Participant

    @ubernaut :

    “In my experience the notion of a perfect host is a canard….but WPE aside from any deal killing kind of quirks is the best platform you could be hosted on”

    O_o

    So there is no perfect host… and WPE is that host.

    Got it.

    And anyone who has a host that provides better servers, better tech support and cheaper rates is what? lying?

    oookeeee

    I suppose we’ll have to agree to disagree then

    🙂

    #156661
    Tanya
    Participant

    Unfortunately as that says nothing about the types of requests going to the Ajax file, it’s not very helpful.

    Is your site using an object cache?

    I’m not quite sure what an object cache is. If it helps, I am using CloudFare with my website.

    How do I find out what requests are going to the Ajax file?

    As for Ajax it is being used far too much, people don’t seem to get why it oughtn’t to be or when it’s even suitable to be used – people love gimmicks and that’s all Ajax is – even if I do like using it myself.

    I have disabled WordPress’ autosave in posts too, which I think uses ajax. As far as I’m aware, I haven’t put any ajax on my website, so I’m assuming the ajax calls must be from the plugins.

    My plugins, if this helps:
    – Advanced Custom Fields
    – Akismet
    – bbPress
    – bbPress Topics for Posts
    – BP Template Pack
    – BuddyPress
    – BuddyPress Custom Profile Menu
    – Custom Post Template
    – GD bbPress tools
    – Google Analyticator
    – Google XML Sitemaps
    – Restrict Content Pro
    – Use Google Libraries
    – WordPress Backup to Dropbox
    – WP Minify

    I’m going to try and move it to the Virtual Server on MT.

    #156659
    jacqueschester
    Participant

    Hi. I’m the guy.

    I would note the fact that he states that the CEO issued personal apology and reimbursement for the migration issue, thats seems like at least they took the issue seriously at some point.

    Only after it reached the front page of Hacker News (they didn’t really seem too fussed otherwise). My favourite part is where Jason Cohen — not having read my rant at all — called me “bitter and hateful” and a “hater” on Twitter.

    WP Engine is the only company that provides both phone support and specialized wp hosting as far i know.

    The phone support was as useless as the email support. I know, because I stayed up late for several nights. My favourite part is that my sites would go down most of the damn time, I would ring and I’d press the number to get urgent after-hours-on-call-right-away-sir support … and nobody would answer. You know what my favourite sound is? Two minutes of ringtone on an international call.

    This happened several times.

    It is also the only hosting company i know that Automattic is financially involved in, to me that means something

    Argumentum ad verecundiam is no guarantee of good service, as I discovered.

    aside from any deal killing kind of quirks is the best platform

    My “deal-killing quirk” was believing their marketing copy: that they could migrate and host mainline code, including multisite. They couldn’t.

    #156653
    bp-help
    Participant

    This tutorial is decent but if your using different versions of WP, BP, and a different theme then expect to have to make some adjustments. It is a good starting point though!
    http://wpmu.org/how-to-create-a-custom-buddypress-members-directory/

    michaelvash7886
    Participant

    Buddypress 1.6.4
    Wordpress 3.5.1

    I’m working with a custom theme that adds two article types. I’m trying to determine where in Buddypress the call is made to pull articles into the activity stream after I check the box.

    Site is at: http://gamersarcadia.com/thisisbeta/activity . Normal articles are fine, but the two custom article templates are not coming in.

    #156650
    @mercime
    Participant

    @ebraxton30 Deactivate BP Template Pack plugin. Salutation theme, as I remember it, has BuddyPress template files already in theme’s folder.

    ebraxton30
    Participant

    Hi there…

    All of my buddypress buttons are white and I’m not sure what CSS commands to use to change the color of the font.  The Join Group button is duplicated for some reason on the Groups page.

    Additionally, none of these buttons are showing up in Firefox or Chrome.  Only Safari.

    Members

    #156648
    Paul Wong-Gibbs
    Keymaster

    Anything’s possible, but I haven’t tried doing this before.

    #156647
    Magi1053
    Participant

    I have not done anything yet. I have done an extensive search, but found nothing that will allow me to enable special characters in buddypress user registration

    #156644
    designnz
    Participant

    Im using custom posts with buddypress and have got my posts into the activity stream. however each post has a certain life span and i want to remove to activity items when the post is not in publish status?

    How would i go about this?

    Latest buddypress and latest wordpress.

     

    Thanks

    #156641
    robertfrost10
    Participant

    I am looking for tutorials on creating a custom template within the “..members/single” folder any tips? I have already setup a child theme for buddypress 1.7 beta

    bp-help
    Participant

    @chouf1 with your help and hnla’s I have this working but even with the above examples in how to get the counts in a drop down I am not certain how to do this. Where do I place:

    echo bp_friend_get_total_requests_count( $user_id );

    echo bp_get_total_unread_messages_count($name );

    echo count($notifications);

    In the code because it either fires off an error or it actually echo’s the code. What am I doing wrong? Thanks again for all your help! 🙂
    `
    function custom_toolbar($wp_toolbar) {
    global $wp_admin_bar;

    if ( is_user_logged_in() ) {

    $wp_toolbar->add_node(array(
    ‘id’ => ‘bp-notifications’,
    ‘title’ => __(‘ ‘),
    ‘href’ => bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/notices/’,
    /*’meta’ => array(‘class’ => ‘notifications’)*/
    ));

    $wp_toolbar->add_node(array(
    ‘id’ => ‘user-friends’,
    ‘title’ => __(‘ ‘),
    ‘href’ => bp_loggedin_user_domain() . bp_get_friends_slug() . ‘/requests/’,
    /*’meta’ => array(‘class’ => ‘menupop’)*/
    ) );

    $wp_toolbar->add_node(array(
    ‘id’ => ‘user-messages’,
    ‘title’ => __(‘ ‘),
    ‘href’ => bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/view/’,
    /*’meta’ => array(‘class’ => ‘menupop’)*/
    ) );
    }
    }
    add_action(‘admin_bar_menu’, ‘custom_toolbar’, 999);
    `

    #156637
    @mercime
    Participant

    @talkgridadmin initial scan of your theme reveals that you would have to revise 17 template files from the 6 BuddyPress folders transferred to your sportsedge theme folder in server during the BP compatibility process.

    You could opt to wait for BuddyPress 1.7 which will automagically transfer required BP template files and you’d just need to delete the 6 BP template folders from your theme folder and deactivate the BP Template Pack plugin — unless the theme has added its own templating system

    To check which is the recommended course, open up your theme’s page.php file, copy all and paste into pastebin.com, click submit and post the generated URI here

    #156635
    TalkGridAdmin
    Participant

    Hello all,

    WordPress Version 3.5.1 | BuddyPress 1.6.4

    I am using a premium theme from ThemeFuse called SportsEdge and I have installed BuddyPress successfully to my website. I am no coding genius and I am currently stuck trying to figure out how to fix the alignment. I am including a screenshot of the user groups page to show you whats going on but you may also go to http://www.talkgridiron.com to actually see the website live.

    I sorta got things looking better on the activity page, but still not 100% perfect.

    Could somebody please help me fix this or point me to a tutorial video explaining how to do this?

    – Justin

    Unsal Korkmaz
    Participant

    Thanks a lot ^^

    For people already started to use FirmaSite theme: dont forget to keep your eyes on Tip & Tricks! I am sending some pretty neat customizations that you can easily use 🙂

    #156632
    @mercime
    Participant

    @nahin This happens when you have a multisite installation and you activate BuddyPress in subsite’s admin and not network-wide in Network Admin > Plugins. Is this the case with your installation?

    @mercime
    Participant

    @unsalkorkmaz per your request, changed links and info in your original post. Congratulations on passing the WP theme review process 🙂

    How to download:
    http://theme.firmasite.com
    The theme has been approved by the WP Theme Review Team and will soon be available for download at the WordPress Theme Repository.

    #156630

    In reply to: Creating Group Forums

    @mercime
    Participant

    @zaghareet deactivate Discussion Forums in Settings > BuddyPress Components panel. Follow the instructions at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    #156629
    @mercime
    Participant

    Note: Deactivate BuddyPress and create a network as posted above. Make sure that your multisite/network is working before activating BuddyPress.

    #156627
    @mercime
    Participant
    #156626
    zaghareet
    Participant

    Hello, if anyone can help me I’d greatly appreciated. I am starting with a clean install of wp 3.5.1 and the latest BP. My groups work great. I want forums in groups. If I go to Settings > Buddypress > Forums and then click on either “Install Group Forums,” “Use Existing Installation” or “configure Sitewide Forums” (which I don’t want), I get

    You do not have sufficient permissions to access this page.
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Anybody have any suggestions on what I should do next? Thanks.

    #156625
    LudachrisGSX
    Participant

    I’ve built a nice small business around vBulletin over the past 10 years. It’s a community site that thrives on user-generated content. And though I’ve had success building a site with that platform I’m not in love with the direction it’s gone – it doesn’t seem to have kept up with the trends of the modern community trends (at least, in my opinion). I think Forum sites will remain strong for a while but will eventually evolve, and I don’t know that vBulletin is going to be in the best position for that transition, which is why I would like to find a different platform to build the next community-driven project around.

    Though I’m critical of vBulletin’s outdated approach to online communities, I’ll be the first to admit that the script has been very scalable and inviting to millions of users looking to connect with (and interact with) others who have a common interest or passion. My next project will need to be built on a platform that can scale at least as well as vBulletin. I can jump over to Google and find countless websites with thousands of online users based on vBulletin, I haven’t found a way to do that same exercise with BuddyPress. The other script I had been seriously considering was phpFox, but I’m growing a little leery about the code and its ability to scale. I just don’t want to get to the point where we’re getting a lot of concurrent users and find that we chose the wrong platform.

    Here’s a list of requirements:

    – Scalable, able to easily handle a few thousand users online at a time
    – Not buggy, don’t want to spend a fortune fixing things that should work
    – Easily modified, with lots of plugins and a big dev-for-hire network
    – Has a ton of social media and community features out of the box
    – Easy to build out different content types and expand upon existing features, like:
    — More robust profile pages, with custom fields added by admin
    — Sub-profile pages, like: User Profile > Vehicle Profile 1 > Vehicle Content (info, videos, photos, blogs, etc)
    — Ability to plug in Facebook-like features
    – Not bloated – unused features can be turned off or removed (something I didn’t like about vB)
    – Easily optimized for search engines, especially the profiles
    – Solid support community where we can get help when we get stuck
    – Secure, obviously

    Again, I’ve been very close to choosing phpFox, as it has most of the features and plugins we’d need right out of the gate, with very little custom work to do what we want. But the built-in SEO features appear to be a little lacking and trying to fix the issues seems to raise flags in the code structure, which brings up questions about the scalability and overall capabilities of the script when the plan is to have a large site with thousands of online users at one time.

    My concerns about BuddyPress – it’s open source, which is risky to build a business around when you’re looking to customize it and add plugins. At least with a paid product you can get some level of support, but once you customize it, you lose out on that a bit. I’m also worried about it being based on a blogging script. A social media/community plugin for a blogging script seems like a risky move, compared to buying a script that is built specifically for a community site (like phpFox or vBulletin).

    I know that asking this here will come with a BP slant, but that’s fine. I really want to find out more about the benefits of the script, why it would be a better choice than something like phpFox or vBulletin, and this is obviously the best place to get that.

    #156622
    Hugo Ashmore
    Participant

    Has @Chouf1 not answered that question on the lst comment on this thread he linked to?:

    https://buddypress.org/support/topic/how-to-split-out-buddypress-notifications-drop-down-items-to-their-own-top-level/

    Those various references should point you to the functions you need to work with.

Viewing 25 results - 34,201 through 34,225 (of 94,540 total)
Skip to toolbar