Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@aces active 14 minutes ago
hmmn, I think that plugin error referenced on the compatibility guide is not the one the error relates too…. ie it should be buddypress registration options not buddypress private community View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    Hugo replied to the topic Responsive homepage layout conflict in the forum Installing BuddyPress 1 day, 16 hours ago

    @andy_blanc ok without necessarily knowing how the homepage was meant to look it wasn’t apparent their was an issue but as I see now a ‘working’ correctly? front page I assume you have things sorted, looking at the working page guessed the theme relied heavily on JS which was likely the issue but @aces I think nailed that issue down and you have…[Read more]

  • Profile picture

    bp-help replied to the topic Is there a way to add a list of 168 city to profile fields automatically? in the forum How-to & Troubleshooting 2 weeks, 1 day ago

    @walid3 @aces
    I was thinking of suggesting something along the same lines and just adapt it for cities
    same author @modemlooper .
    Seems like this would be simpler to me anyway:

    https://gist.github.com/modemlooper/5043768

  • Profile picture

    Hugo replied to the topic White line under head menu in the forum Installing BuddyPress 2 weeks, 5 days ago

    However reviewing @aces link and post suggests that would be a likely cause, it’s troublesome the adminbar and the spacing it requires due to it’s out of flow nature and login/logout, view or not view, states.

  • Profile picture

    @mikey3d replied to the topic After upgraded BP 1.7, some codes in functions.php didn’t works in the forum Installing BuddyPress 1 month, 1 week ago

    Thanks @hnla and @aces

     

    @hnla – there is no reason I choose buddybar, it’s just a choice. It takes awhile for me to style CSS on WP toolbar what I want. So I kind of get pretty close what I want.

     

    @aces – Yes it does work. Great, I have an optional either toolbars. :-)

  • Profile picture

    @mikey3d replied to the topic Buddybar: Background Color Overlap in the forum How-to & Troubleshooting 1 month, 1 week ago

    @aces – Thanks, it works with functions.php. I have trying to figure it out, it’s pretty impossible. :-)

  • Profile picture

    @ChrisClayton replied to the topic Removing ‘Global RSS Feed’ in the forum How-to & Troubleshooting 5 months, 2 weeks ago

    You could use the die function that @aces provided but hook it to the BuddyPress actions (for site side feeds that’s ‘bp_activity_sitewide_feed’)

    Eg.
    add_action('bp_activity_sitewide_feed', 'fb_disable_feed', 1);

  • Profile picture

    Maruti Mohanty replied to the topic Removing ‘Global RSS Feed’ in the forum How-to & Troubleshooting 5 months, 2 weeks ago

    @aces I have used http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally but this works only for the WP pages and not for the BP pages.
    then i used
    function […]

  • Profile picture

    Arne replied to the forum topic SSL too many redirects in the group How-To and Troubleshooting 8 months ago

    Hi @aces thank you for your input, I am using private buddypress that was refered to in thread you mentioned but deactivating all plugins except buddypress did not change anything. I have set up a fresh new buddy […]

  • Profile picture

    frank thirteen replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File in the group How-To and Troubleshooting 9 months, 3 weeks ago

    @aces. I am looking through your response. Where do I define the location of my Mystery Man graphic inside your code solution?

    I have it located at ../wp-content/themes/my-theme/images/mystery-man.jpg

  • Profile picture

    Paul Gibbs replied to the forum topic Registration Page Has Prepoulated Full Name Field! HELP in the group How-To and Troubleshooting 10 months ago

    @aces Yes, but it wasn’t obvious to me that setting the user_id to -1 would stop it matching against profle field data with user_id = 0, as I didn’t expect that situation to ever occur! :)

    Two problems here. […]

  • Profile picture

    Fabi replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 11 months ago

    @aces Looks like it’s not woking in 1.6

    Any idea how to do a bp_core_redirect maybe to 404.php?

    @djpaul

    My code:
    `function disable_feed() […]

  • Profile picture

    sarah posted a new activity comment 1 year, 1 month ago

    @aces can u help me? i have no1 and ive been working on this for 12+hrs

    View Conversation
  • Profile picture

    @mercime replied to the forum topic Integrating Existing Theme with Buddy Press Help?? in the group How-To and Troubleshooting 1 year, 1 month ago

    @aces Yes, did them all so far, but all are welcome to help out :-)

    @jkrysto what’s the name of your WP theme? Open up your theme’s header.php file, copy all, then paste code to pastebin.com, click submit, […]

  • Profile picture

    Paul Gibbs replied to the forum topic How come the search function here just doesn't work in the group How-To and Troubleshooting 1 year, 1 month ago

    The search being broken is pretty annoying, and we’re aware of this. Until we can get it fixed, you’ll need to do a google site: query, like @aces suggests.

  • Profile picture

    @mercime replied to the forum topic Please help me translation in the group How-To and Troubleshooting 1 year, 4 months ago

    Kudos @aces :-)

  • Profile picture

    jordash replied to the forum topic Buddypress Robots.txt, Indexing, Sitemap Generator and other SEO things… in the group How-To and Troubleshooting 1 year, 5 months ago

    @aces That way you would have to add each page 1 at a time, is there a way to do it automatically. (My Forum’s have thousands of pages so adding them individually is pretty much impossible.)

  • Profile picture

    jordash replied to the forum topic Buddypress Robots.txt, Indexing, Sitemap Generator and other SEO things… in the group How-To and Troubleshooting 1 year, 5 months ago

    @aces

    I tested out that plugin, I couldn’t see any options to add in my forums and stuff to the XML file in the settings page, does this still work?

  • Profile picture

    micbow posted an update 1 year, 5 months ago

    @Aces @Aces Thanks for your help

  • Profile picture

    dude posted an update 1 year, 5 months ago

    @Aces @Aces I’ve just come across this about creating a functions.php for my child theme taken from here –> http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    ” You must make sure you give your child theme functions a unique name, otherwise they will clash with the parent.”

    Is this correct..?

  • Profile picture

    dude replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 1 year, 6 months ago

    many thanks @aces !!
    respect man :)

    I haven’t tried it yet as I wanted to see if there was an alternative way of backing up just the file/s I am working on, in the past, I’ve encountered site breaks during […]

  • Load More
Profile picture of aces
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out