Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 11,626 through 11,650 (of 22,602 total)
  • Author
    Search Results
  • #138576
    mrjarbenne
    Participant

    You can probably get back into your admin panel by “deactivating” some or ALL of your plugins. You can deactivate all of them by just changing the name of the wp-content/plugins folder via an FTP software to something else (pluginz). If you are sure that it is Buddypress that is the offender, you can just go in and delete the wp-content/plugins/buddypress folder and see if that gets you back in (don’t worry: all your content from BP is stored in the MySQL table, which is separate from your plugins directory, so you won’t lose anything by deleting a plugin: you can always download another version through the plugin installer).

    Alternatively, if you think it’s a theme issue, do the same thing only with the theme. Delete the Mingle folder in wp-content/themes and Buddypress should revert back to the BP-Default theme. If it doesn’t, delete Mingle and Buddpress (the plugin) and then re-download Buddypress and activate the default theme.

    As Tammi pointed out, it looks like Mingle is compatible with 1.6. http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056

    #138561
    Tammie Lister
    Moderator

    I’m not sure if the Invite anyone plugin (https://wordpress.org/extend/plugins/invite-anyone/) has been updated yet to work with BuddyPress 1.6. If it’s not then until it has it wouldn’t be recommended to use with 1.6.

    #138557

    In reply to: 1.6…. uh wow.

    BlinkyBill01
    Participant

    I haven’t updated because I use so many custom bits. But seeing as how so many things changed, I have to ask… why?

    Didn’t 1.5 make significant changes to custom BuddyPress usernames, only to remove it in 1.6 to use the default WordPress naming scheme? So this means we’re back to lowercase names?

    I can understand making changes to previously broken code, but when other thing aren’t broken, why fix them?

    David
    Member

    I have discovered the problem. I use the Invite Anyone plugin – https://wordpress.org/extend/plugins/invite-anyone/ but have a custom function that removes the “Send Invites” tab from the user community. It is a closed community and I only wanted the functionality within groups.

    I use a function that contains $bp->bp_nav= false; to remove it. As soon as I removed that, it worked. I have tried using bp_core_remove_subnav_item( $bp->member->slug, ‘invite-anyone’ ); but that does not work.

    Thanks for the assistance. I should have done some 101 testing first but appreciate the quick look.

    #138543
    Tammie Lister
    Moderator

    Not that I am aware no, it’s part of the new merging with the WordPress admin bar.

    #138530
    Chinesefm
    Member

    Yes, so do I. Following the instruction from Internet, I have been tried so many times to modify the file ” httpd.conf ” on Apache server. But failed. I was also try to creat .htaccess file but the computer display to me that can not with “.”,because this type of file name only for system.
    Who could be help me to install the buddypress? Or give me solution details?
    My server: Mac OS X Server(mountain lion)+apache2.2+php5.3 with WordPress 3.4.1+buddypress 1.6+frisco theme.

    #138506
    charlietech
    Participant

    ‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.

    Alternatively, you can use:

    ‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’

    You can also select to show or hide the WordPress admin bar on your own profile.

    If none of those work for you then you may need to look see if your theme is forcing something.

    #138505
    johnyonutz
    Participant

    Any help please ?

    After updating to 1.6 my wp-admin area went blank…

    Deleting buddypress folder from /plugins did not help me..

    I eagerly await any helpful response..

    Looking to shoot that trouble..

    #138503

    In reply to: Scope of plugins

    modemlooper
    Moderator

    BP uses its own registration but every user is signed up to the WordPress blog BP is installed on. Most WP plugins work with BP. You should do your own testing to verify.

    #138498
    Tammie Lister
    Moderator

    The BuddyBar has been merged with the WordPress bar in this version of BuddyPress. It actually has a lot more functionality. There is some discussion on this topic https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-use-old-buddypress-admin-bar-if-i-dont-want-to-use-this-new-one-in-1-6/ that may give you a few more options.

    #138488
    Nunca
    Member

    After Updating buddypress, admin side throw me this error:
    Fatal error: Call to undefined function bp_displayed_user_id() in C: wamp www wordpress wp-content plugins buddypress bp-core bp-core-template.php on line 1117

    any idea?

    solution: For Version 1.6, the database version (bp-db-version in wp_options) changed to 6066, and the Trac revision was 6231.

    #138487
    Art Lo
    Participant

    Hi!
    Is there reaaly anybody from BuddyPress answering to all these questions?
    It’s a shame launching a new update and NOT SUPPORTING us. Plase somebody Answer.

    I have upgraded from version 1.5 to 1.6 but nothing’s working.
    I decided to uninstall 1.5 and then install 1.6 but no files or option are showing after installing it through ftp since installation directly from WordPress does not work.
    What’s this bug and and can I fix this?
    Thanks;

    #138485
    Roger Coathup
    Participant

    @modemlooper, @danpkraus, @charlietech

    You can enhance the WordPress menu system to support dynamic links (including BuddyPress profile links) – there is a specific filter that you need to use.

    Please take a look at this other recent forum thread, and the link on there which has all the details: https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-create-new-dynamic-menu-including-bp-links/

    You’ll need to be a competent PHP developer, but if so, it’s relatively straightforward

    Joshua
    Participant

    The old bar is deprecated. Use an older version of BuddyPress if you want to use the old bar. Please note the 1.6 notes (no pun intended):

    In the Highlights section (https://codex.buddypress.org/releases/version-1-6/#highlights):
    Toolbar — complete integration with the WordPress Toolbar.

    Also in the General section (https://codex.buddypress.org/releases/version-1-6/#general):
    BuddyPress now uses the WordPress Toolbar. The BuddyBar has been deprecated. (#3596, #3661)

    FYI, the WP bar is much better and you are able to customize it fully with the available hooks.

    #138475
    courtg9000
    Member

    I ran the auto update. Now I cannot access the admin panel for any of my wordpress/buddypress site. I need to be able to approve 30 new members asap! Please help!

    #138471
    Tammie Lister
    Moderator

    Hi Charlietech, the BuddyPress admin bar is now merged with the WordPress one.

    So, you can use this:

    ‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.

    Alternatively, you can use:

    ‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’

    You can also select to show or hide the WordPress admin bar on your own profile.

    If none of those work for you then you may need to look see if your theme is forcing something.

    Just a slight point on top though, if possible can you only start one thread per question as it does help to focus responses?

    #138442
    danpkraus
    Participant

    Depending on how you have your navigation set up you could add the ‘Profile’ page to your nav menu using the WordPress menus interface. I have mine added to the ‘primary’ menu and it shows up :) Hope this helps.

    #138441

    In reply to: Display user’s field

    aces
    Participant

    https://codex.wordpress.org/Function_Reference/wp_get_current_user works with buddypress… I use it like this.

    To personalise the admin bar I use something like this (bp version 1.5.7)

    @mercime
    Participant

    @michaelsanborn All bbPress versions are located at https://bbpress.trac.wordpress.org/browser/tags Just click on the version you want and in the next panel, download zip on click near bottom of the screen. Having said that, you know that the old stand-alone bbPress versions are only compatible with much older and less secure WP versions.

    If you or someone else updates the converter, you should take into consideration that the BP Group Forums will be integrated into the bbPress plugin sitewide forums. https://bbpress.org/support/

    #138439
    @mercime
    Participant

    == I was wondering if there are any projects like this in development now? ==

    @piofcube not that we are aware of. The best place to suggest/ask for either a WP and/or BP plugin like that would be with the developers of WOW to help promote and elevate the game. Btw, did you check out any of the plugins listed https://wordpress.org/extend/plugins/search.php?q=warcraft&sort=

    #138429
    Roger Coathup
    Participant

    If you want validation as they type / enter — hook some jQuery onto your form. [That’s standard jQuery form validation, for which you’ll be able to Google for plenty of examples]

    In your jQuery, you can call out (POST) to your PHP validation function. Look up AJAX in WordPress for details on how to do this – in particular you are interested in using admin-ajax.php and registering your function as an action. You then specify that action in your jQuery AJAX call.

    You might also want to look at some of the WordPress data validation functions.

    Tammie Lister
    Moderator

    I’ve not tried it myself but you could try this plugin: https://wordpress.org/extend/plugins/buddypress-login-redirect/

    Roger Coathup
    Participant

    Responsive web design (as it’s known) is a major subject area — basic fluid designs are one approach (percentage widths and so on, and will help with your white space concern), but it’s a much richer field than just that.

    Check out a book such as: http://www.abookapart.com/products/responsive-web-design/

    You can also look at some of the responsive ‘frameworks’ as a base for your site – twitter’s bootstrap, zurb’s foundation, or Andy Clarke’s 320 and up.

    You’ll also find plenty of responsive themes for WordPress (2011 included), that can be enhanced to support BuddyPress.

    Michael Sanborn
    Participant

    Thought I’d bump this, since I really want to know… there ought to be a way to convert WordPress posts and their associated comments to forum threads. The script at:

    http://code.google.com/p/wordpress-to-bbpress-converter/

    requires the standalone version of bbPress. The bbPress legacy download page:

    https://bbpress.org/download/legacy/

    returns “Error 404 – Destination not found” messages for all links to the old standalone bbPress. And anyway, surely there’s a more recent way of accomplishing this? Any help would be appreciated.

    #138397

    In reply to: Mapping Users

    PiOfCube
    Member

    I don’t want to come over as all doom and gloom especially as this is my first post but I would think long and hard before adding such a feature. At first glance, many website owners (including some well known ones) think this is a great idea… but, think long and hard about this.

    Many users will enter their “real name” when they register. If you add a postcode field (which would be required to add map pins), most users will have given sufficient information to pinpoint them to their front door.

    There are many public records that can be data-mined by bots. One of the trends these days is for a bot to trawl the data provided by websites such as those hosted by WordPress (because it is open source, they know exactly what to look for) and then cross-reference that with public information (phone books, Facebook, electoral register, etc… Given a surname and a postcode, this would be enough to allow these bots to start collecting data for possible identity theft.

    I have seen many sites (including a well known newspaper) do this without thinking of the consequences but after I pointed this out to them, the feature was removed within a few hours (which is extremely unusual at the best of times). I guess after they contacted their legal advisors, they were told that they faced extreme liability if it were found that this kind of data-mining of their site lead to mass identity theft (particularly after the “phonejacking” fiasco).

    Just a thought and all the best for your sites.
    -PiOfCube

Viewing 25 results - 11,626 through 11,650 (of 22,602 total)
Skip to toolbar