Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 15,851 through 15,875 (of 32,678 total)
  • Author
    Search Results
  • devanijanssen
    Participant

    Is there a way I can add a top navigation bar, similar to WordPress’s admin bar, for my community to use? I had planned on using Tersus Child Theme which doesn’t come with a top navigation bar.

    voopress
    Participant

    Wondering how users can Post Updates which go into the public area. The only two options which show up are My Profile and any Groups which exist.

    I thought this was working when I first started configuring BP.

    Running the following on Centos 6.x.
    WordPress 3.4.2.
    Theme: Frisco for BuddyPress Version 1.6.13
    bbPress Version 2.2.2
    BP-Registration-Options Version 4.0
    BuddyPress Version 1.6.1
    BuddyPress Media Version 2.2.8
    BuddyPress Moderation Version 0.1.6
    BuddyPress Template Pack Version 1.2.1
    BuddyPress Toolbar Version 1.5.1
    Dynamic Widgets Version 1.5.3
    Genesis Connect for BuddyPress Version 1.2
    Google ‘Plus one’ Button by kms Version 1.5.0
    Google XML Sitemaps Version 3.2.8
    If Menu Version 0.1
    Statpress Visitors Version 1.5.2.1
    Unconfirmed Version 1.2
    User Submitted Posts Version 20121120
    WP Mail From II Version 1.0.1

    #147083
    rossagrant
    Participant
    #147082
    CovertOpsKawliga
    Participant

    I think wp_get_image_editor() might be a WordPress 3.5 feature…

    As in: WP3.5 is about to be available for download and I think that will fix our problems.

    #147079
    rossagrant
    Participant
    Number_6
    Participant

    Which table in the database defines which group forum gets displayed in the main bbPress installation? And how might I manually insert a group forum into the main install?

    Here’s a breakdown of facts:

    1 –I have 10 groups.
    2 –Two of which magically appeared on the main install view (and link through to said-group (this is awesome))
    3 –When viewing wp_bb_forums table I see the 8 group forums that are not included in the main view – minus the two that do appear there.
    4 –I see no other related database tables.

    Info:
    Wordpress 3.4.2
    Buddypress 1.6.1

    MaximeAntoine
    Participant

    Hi!

    I am now working on a wordpress website and i have to integrate two features :
    – add an article to “Favorites”
    – add an article to “Read later”
    I am using BuddyPress plugin for users management. User profiles must contain their “favorites” and “read later” articles (articles pubished by admin or someone else).
    But i don’t find the buddypress compatibles plugins to do that.

    Do you know any plugins allowing that ? Or have you got any solutions for solve my problem ?

    Thanks in advance !

    Cordialy.

    #147053
    Zachary DuBois
    Participant

    @themightymo,
    Before I install any of these are they verified for a BuddyPress Multi site install? I’m liking the look of those plugins.

    @dcavins,
    That first plugin hasn’t been updated in a very long time. Not sure if I should trust it. Also, its kind of annoying to manually approve users. I need something more automated.

    If WordPress had reCaptcha integrated that would be sweet.

    #147040
    carpetfizz
    Participant

    Hello,
    I recently set up BuddyPress on a new WordPress site, and I’m having an issue. None of the pages are loading when I click on them in the site. I’m using the default theme as well. The error that the browsers give me is something to do with the redirects. I’m not quite sure what this entails, or what is causing the problem. I’m using Yahoo! Small Business Web Hosting, and my domain is ‘miptoworld.com’. I set it in the hosting CP that the blog will be stored under miptoworld.com/testsite, and to set that as the homepage, so whenever I type in ‘miptoworld.com’ it should go to /testsite, but it just brings up my wp site and on the address bar it says ‘miptoworld.com’. What’s even more strange is that ‘miptoworld.com/testsite’ brings up my admin stuff while typing in just ‘miptoworld.com’ doesn’t. Also, none of these load any of the pages either. Any help would be appreciated, I’ve been trying to figure this out for a couple days.
    Carpetfizz

    #147030
    David Hunt
    Participant

    Ah, it’s already been logged and fixed for 1.6.2. I do wish 1.6.2 had been released already! Would have saved me a few frustrating hours.

    #147011
    Paul Wong-Gibbs
    Keymaster

    The WordPress error message says you need to get its parent theme; this is probably Tersus itself, and I found it on Github: https://github.com/splorp/tersus/

    Install and activate that plugin, and the error will clear for the child theme.

    Please also don’t ping most of the core BuddyPress developers on Twitter in future; these forums are the best place for support.

    #147009
    geoutah
    Participant

    First question: is this a Buddypress theme or just a WordPress theme?

    If this is not a Buddypress compatible theme, this would result in the theme not working.

    Try installing the theme first, without Buddypress. If it works, then you know it is not Buddypress compatible.
    I would carefully review the theme documentation and follow the installation and activation instructions. Most of the problems I’ve had start there.

    #147006
    shanebp
    Moderator

    Yeah, those fields will be empty unless the values are passed by whatever is calling the function that has the do_action ‘bp_before_activity_delete’

    Iffy, but try adding this to the top of your function:
    global $activities_template;

    and then revert to:
    $message .= bp_get_activity_content_body();

    There is definitely some BP way to get the activity content… sometimes it takes some real searching.

    And since the activity id is being passed, there is always the custom query approach.
    If you don’t know how to do that, take a look at $wpdb and get_var
    https://codex.wordpress.org/Class_Reference/wpdb#SELECT_a_Variable

    The query will something like this:
    $content_id = $args[‘id’];
    $content = $wpdb->get_var( “SELECT content FROM wp_bp_activity WHERE id = $content_id” );

    #147005
    devanijanssen
    Participant

    Using:
    Wordpress 3.4.2
    BuddyPress 1.6.1

    Installed BP, default theme functioning but after installing Tersus Child Theme it says it is missing parent theme. Tried to deactivate and install the themes again hit nothing has worked. I’ve also tried capitalizing and not capitalizing ‘BuddyPress’ and ‘Tersus’ for the template. What should I try next?

    #146991

    Topic: Messages

    in group forum Requests & Feedback
    belfresc
    Participant

    Hi, I have a problem with the messaging system.
    When I want compose a message to an user that is my friend, there is no problem, i write his name in the form, I select the name does appear, I write subject and message and it’s all ok.
    But when I try to send a message to an user that is not yet my friend (from message —> compose)
    the system doesn’t recognize his name and I can’t send the message.

    There is another problem.
    I am using the “BuddyPress Message Attachment” plugin that allows me to attach a file in the message. Sometimes I want only send the file, without subject and/or text but I can’t make this because the system says “Error…”
    It’s possible to solve theese two problems?

    I am using wordpress 3.4.2 and buddypress 1.6.1.
    Thanks
    Greetings

    #146969
    David Cavins
    Keymaster

    You can use BuddyPress Humanity to stop bots:
    https://wordpress.org/extend/plugins/buddypress-humanity/

    or the honey pot method: https://github.com/pixeljar/BuddyPress-Honeypot

    If necessary, you can manually approve users:
    https://wordpress.org/extend/plugins/bp-registration-options/

    #146952
    jeellison
    Participant

    Hello Folks,

    I have been struggling with this for weeks now, and I hope somebody can help.

    I have a few problems, which I believe are javascript/ajax related possibly.

    Whenever I click in the activity text field, the submit button does not appear, or if I click on the comment button, it just refreshes the page.

    The javascript console has the following errors on the page :

    Failed to load resource: the server responded with a status of 404 (Not Found) http://strensa.com/wp-content/plugins/buddypress//bp-themes/bp-default/_inc/global.js?ver=20110818

    This file does actually exist and is in the folder as above.

    Now, I have a .htaccess file on the root which contains the following :

    RewriteEngine On
    # WordPress handler
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . / [L]

    And if I delete this and leave it 20 mins and then re-upload it, it starts to work but only for a certain amount of time.

    Can anybody shed any light on this please?

    Additional information.

    the domain : http://www.strensa.com
    you can login with : jon password: jon
    windows server
    plugins installed : buddypress, bbpress, buddypress template pack.

    I have tried a fresh install on another domain and get exactly the same.

    Thanks in advance.
    James

    #146936
    @mercime
    Participant

    @bhupendra13 You can use https://wordpress.org/extend/plugins/buddypress-profile-menu/ to add dynamic links to individual logged-in member’s profile pages

    or

    You can filter the custom menu to insert link/s reserved for logged-in users only. Somethingl like
    add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
    function my_nav_menu_profile_link($menu) {
    if (!is_user_logged_in())
    return $menu;
    else
    $profilelink = '' . __('Visit your Awesome Profile') . '';
    $menu = $menu . $profilelink;
    return $menu;
    }

    #146929
    @mercime
    Participant
    #146925

    In reply to: Themes

    @mercime
    Participant

    @mythusmage You can use any 3 column WordPress theme and then install the BP Template Pack plugin and go through the  Appearance > BP compatibility process.

    #146882
    r-a-y
    Keymaster

    If you want to use the bbPress plugin instead of the bundled forums in BuddyPress, try these steps:

    1. Login to the WP admin dashboard, navigate to “Settings > BuddyPress“. Enable the “Discussion Forums” component and save.
    2. Navigate to “Settings > BuddyPress“.  Click on the “Pages” tab.  Under “Discussion Forums”, select “None” and save.
    3. Navigate back to “Settings > BuddyPress“.  Make sure you’re on the “Components” tab. Uncheck the “Discussion Forums” component and save.

    Edit your “Community” page in WordPress, add the shortcode:

    [bbp-forum-index]

    On a separate line and without any special tags or characters around it.  If you’re using the Visual Editor, change to “Text” mode to ensure there are no special tags.

    See if that helps.

    #146881
    r-a-y
    Keymaster

    I’d check out the BP Skeleton Component sample plugin.  That should show you how to extend the BP_Component class for your new plugin.

    #146876
    rc183
    Participant

    I have juste released my own plugin to force profile completion BP Force Profile : https://wordpress.org/extend/plugins/bp-force-profile/

    Thank you for your help !

    #146875
    rc183
    Participant

    I have juste released my own plugin BP Force Profile : https://wordpress.org/extend/plugins/bp-force-profile/

    Thank you for your help !

    #146874
    rc183
    Participant

    I have juste released my own plugin BP Force Profile : https://wordpress.org/extend/plugins/bp-force-profile/

    Thank you for your help !

Viewing 25 results - 15,851 through 15,875 (of 32,678 total)
Skip to toolbar