Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@con101193 active 1 year, 7 months ago
@DJPaul I have Buddypress on my blog but on the profile pages the title of the field will show but no information will be in it, do you have any idea what this could be? View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    Connor replied to the forum topic Embedding YouTube videos on profile field. in the group How-To and Troubleshooting 1 year, 7 months ago

    Okay cool, thank you :) Iook forward to seeing it,

  • Profile picture

    Connor replied to the forum topic Embedding YouTube videos on profile field. in the group How-To and Troubleshooting 1 year, 7 months ago

    Yep using bp 1.5

  • Profile picture

    Connor started the forum topic Embedding YouTube videos on profile field. in the group How-To and Troubleshooting 1 year, 7 months ago

    I have installed Oembed 0.6beta onto my website, and have added the code define( ‘BP_OEMBED_DISABLE_XPROFILE’, false ); to my wp-config file and also added this code to bp-custom.php: […]

  • Profile picture

    Connor replied to the forum topic Cannot post – Buddypress in the group How-To and Troubleshooting 1 year, 7 months ago

    In future if anyone gets this issue, It was an issue with AJAX, I had to add this to my functions

    require(’ajax.php’);

    Change the bit inside the inverted commas to the _inc/ajax.php if that is where it is

  • Profile picture

    Connor started the forum topic Cannot post – Buddypress in the group How-To and Troubleshooting 1 year, 7 months ago

    I cannot post updates on BuddyPress or favorite posts, My font colors are very bad right now but I can see something happens when I post an update but nothing shows up in the main activity section.

    So if i […]

  • Profile picture

    Connor started the forum topic Crop selection does not work, very faulty. in the group How-To and Troubleshooting 1 year, 7 months ago

    My main website is http://www.utraz.com and the issue is when trying to crop an avatar.

    I have BuddyPress installed on WordPress, in 3 locations on my website, 2 are the most up to date versions and one is about a 2 […]

  • Profile picture

    Connor started the forum topic Buddypress login/logout widget displays a link instead of name in the group How-To and Troubleshooting 1 year, 7 months ago

    Hi when logged in on my website, the sidebar will display a link to the user who is logged in and not the name with a clickable link.

    You can see it using these credentials on Utraz.com

    User: Test
    Password: Password

  • Profile picture

    Connor replied to the forum topic Can't reply to status updates in the group How-To and Troubleshooting 1 year, 7 months ago

    :( Look into global.js on your site, the same issue happened to mine.

  • Profile picture

    Connor replied to the forum topic Remove Mentions and favioute tab in the group How-To and Troubleshooting 1 year, 7 months ago

    Yes its possible you need to add some code to the bp-custom.php which should be in your plugins.

    I’m not sure the exact code for removing them two as they are in the sub menu try these […]

  • Profile picture

    Connor replied to the forum topic Can't reply to status updates in the group How-To and Troubleshooting 1 year, 7 months ago

    Hi, If its the problem I had then your website is not loading Global.JS you need to backup your functions.php file, (use your childthemes one if you have one) then edit it and add this code below near the […]

  • Profile picture

    Connor replied to the forum topic Password Page on Buddy press pages pls in the group How-To and Troubleshooting 1 year, 7 months ago

    Sure, if i understand correctly you only want logged in users to see certain pages.

    Private-buddypress should do the job:

    http://wordpress.org/extend/plugins/private-buddypress/

    Hope that helps.

  • Profile picture

    Connor replied to the forum topic Buddypress login/logout widget displays a link instead of name in the group How-To and Troubleshooting 1 year, 7 months ago

    Thank you so much.

    If anyone in the future gets this issue, my theme is Arras, the childtheme is called BrownBuddy and you have to edit the above code on the functions.php which is located in the BrownBuddy theme’s root.

  • Profile picture

    Connor started the forum topic Favorites do not save in the group How-To and Troubleshooting 1 year, 7 months ago

    If I click the ‘favorite’ button on a post it will just change to a small box, and won’t save as a favorite.

    How do I change this so it either adds to the favorites list or remove the favorite option all […]

  • Profile picture

    Connor started the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 1 year, 7 months ago

    I have an issue on my site where I cannot submit a post without getting a 404 error, I was told it was probably down to the global.js however I don’t know if that is working or not, how do I tell.

    my site is […]

  • Profile picture

    Connor replied to the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 1 year, 7 months ago

    Thank you both for that, it directed me in the right direction… I removed the wp_plugins_dir to the full link and now it works.

    Once again thank you :)

  • Profile picture

    Connor replied to the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 1 year, 7 months ago

    I know I added this code here:

    if ( !function_exists( ‘bp_dtheme_enqueue_scripts’ ) ) :
    /**
    * Enqueue theme javascript safely
    *
    * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script
    […]

  • Profile picture

    Connor replied to the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 1 year, 7 months ago

    Thanks for getting back,

    Nope the wp-CONTENTfile is still there, and all in the correct place buddypress is ROOT>WP-CONTENT>PLUGINS>BUDDYPRESS and the themes are also the same

  • Profile picture

    Connor started the forum topic How to add global.js to functions in the group How-To and Troubleshooting 1 year, 7 months ago

    I have BuddyPress 1.5 and the latest version of WordPress. My theme is Arass and I am using a childtheme called BrownBuddy.

    My issue is I am unable to click the post button without being taken to a 404 error, […]

  • Profile picture

    Connor replied to the forum topic 404 error page when trying to submit on the 'whats-new' form. in the group How-To and Troubleshooting 1 year, 7 months ago

    Hi it does not appear to have worked, I put it in the child theme currently in use and the main theme. Below is my functions.php with the code in it, does that seem correct?

    ?php
    add_action( ‘widgets_init’, […]

  • Profile picture

    Connor replied to the forum topic 404 error page when trying to submit on the 'whats-new' form. in the group How-To and Troubleshooting 1 year, 7 months ago

    lol tracking each other down :L

    Thank you for replying, the code didn’t show up on the post on the wordpress.org one, it says it was moderated, is there any chance you could post it here :)

  • Load More
Profile picture of Connor
  • 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