Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,151 through 7,175 (of 22,621 total)
  • Author
    Search Results
  • #188792

    In reply to: Creating User Contents

    danbp
    Participant

    @allveganspot,

    if you have only one blog, you can give a author status to desired members.
    If you have a multisite install, each member can create his own blog.

    Updates are acessible to any member and can be used with videos and photos.

    If you need some fake content to see how BP&bbBP are working together, use BP Default Data plugin.

    #188775
    Henry Wright
    Moderator

    Hi @beenvy2

    The colour can be changed via CSS. If you’re not familiar with CSS, take a look at this tutorial to get you started.

    Info specific to WordPress can be found in the CSS Codex article.

    #188772
    Henry Wright
    Moderator

    I wouldn’t advise editing the user IDs in the database as I have no idea what would happen when WordPress wants to allocate an ID to the next newest member and you’ve already used that particular ID.

    Which number would you like to start at? If it’s not very big then you could always create some dummy users yourself which would take up the first few IDs? Once real users begin to sign up you can delete the dummy users. To my knowledge, the dummy user IDs won’t get recycled.

    #188771
    danbp
    Participant

    @sapinfoasap,

    use some wordpress filter to achieve this correctly.
    Read this tutorial.

    #188690
    Henry Wright
    Moderator

    Hi @bacigaloop

    Posts are displayed by single.php. Take a look in your theme to see if there is a hook available in that file. If not you could always add one yourself by creating a child theme.

    Ref: https://codex.wordpress.org/Child_Themes

    #188678
    danbp
    Participant

    @sapinfoasap,

    Remove get_sidebar from the template ! Must be done on a child theme / check first your theme support.
    Get an idea of how to do this here (as example)

    #188665

    In reply to: Invalid Activation Key

    danbp
    Participant

    @dylss505,

    it’s an old topic related to BP 1.7. And @mercime already answered to the same question as yours.
    Read about troubleshooting on the BP Codex.

    FYI wp codex gives also general advice on how to debug. You may also find many related topics on this forum.

    Please open a new topic and give your install type, theme name and used plugin and explain your problem, when it arrived, what you already tried, etc

    #188663
    danbp
    Participant

    Hi @jabbajabba,

    create first a child-theme and add this snippet into functions.php or bp-custom.php

    We are going to use one of the existing action hook in the group header template and add it a custom function.

    function jabbajabba() {
    	echo '<a href="#">click here</a>';
    }
    //add_action( 'bp_before_group_header_meta', 'jabbajabba' );
    //add_action( 'bp_group_header_actions', 'jabbajabba' );
    add_action( 'bp_group_header_meta', 'jabbajabba' );

    The snippet has 2 commented action, so you can choose the best place for your link button.

    Reference file is
    buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

    #188648
    Anonymous User
    Inactive

    oopsy spoke too quick, sorry. doing_action( ‘admin_init’ ) is only available since WordPress 3.9

    #188646
    Paul de Wouters
    Participant
    #188626
    danbp
    Participant

    Hi @presis_carsten,

    could effectively be a translation issue. Why ?
    For translation, we (i translate BP into french) mostly use HTML entities for special characters.
    In brief, accented letters in HTML. For instance, if you want to type één you would type &eacute;&eacute;n.

    The only part this should never be used is in the messages, as gettext doesn’t handle mail content.

    And so far i see, the dutch phrase contains such an accented letter (beëindigen)

    buddypress-nl_NL is here. And you’re free to modify it on Glotpress and of course in your copy, with poEdit or similar.

    I checked WP & BP’s nl_NL version on Glotpress and didn’t find the phrase you mention. Could it be you use a very old translation or some notification plugin ?

    DarkPsy
    Participant

    Hello Dan,

    I’m using it in the exact same way I was a week back when everything was working just as expected, suddenly it stopped working.

    I also have this message being displayed

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in ~wordressdir~/wp-includes/functions.php on line 3245 Warning: Cannot modify header information - headers already sent by (output started at ~wordressdir~/wp-includes/functions.php:3245) in ~wordressdir~/wp-includes/pluggable.php on line 1121

    The bbPress plugin isn’t something I feel this is related to. Basically I’m baffled cos it was working a week back and now it’s not. everything is the same way. Even on a clean install it backfires.

    Buddypress 2.0.2.
    WP 3.9.2

    #188615
    danbp
    Participant

    Ajaxim related:
    On the software install instructions page, there is a important notice.

    Unlike Ajax IM 3.41 which was written in PHP, Ajax IM 4.0 uses Node.js. Node.js was chosen for scaling and extensibility but it also requires you to be on a VPS or dedicated server. Node.js and, thus, Ajax IM 4.0 will generally not work in shared hosting environments.

    https://groups.google.com/forum/#!forum/ajaxim

    My subject knowledge HTML and CSS only!!

    I suggest that you search some chat plugin on the WP repo, as it would be a less problem if you have no php knowledge.

    https://wordpress.org/plugins/search.php?q=chat
    https://wordpress.org/plugins/chat/
    https://wordpress.org/plugins/bp-group-tinychat/
    etc…

    #188609
    Anonymous User 13661254
    Inactive

    Hello @nexia
    Thanks for your reply.
    I have understood that there is need for a server of great power.
    I am willing to take two hosting accounts and host the messaging in one and the website on other.
    Although I may have only 10-20 members at a time.
    I have searched for chat scripts on google and the first result was ajaxim
    Can I use this and integrate with my wordpress site?
    If possible please give me an instruction or any link which explains how I can do that.

    Please also state me if there is any other alternative.

    My subject knowledge HTML and CSS only!! 🙂

    Thanks

    #188603
    r-a-y
    Keymaster

    @antimuffin (or anyone else) – Can you try the fix I posted here?

    https://buddypress.trac.wordpress.org/ticket/5831#comment:3

    #188599
    Jean-Pierre Michaud
    Participant

    i know some guys do not like codecanyon and the likes, but here is a guess on what you did not search yet:

    http://codecanyon.net/search?utf8=%E2%9C%93&category=wordpress&term=hide+admin

    #188592
    danbp
    Participant

    @anivarth,

    thesis:

    We have many plugins […]Is there any other for free?

    anti thesis:

    I want to create a social networking site like facebook

    Are you a poor ambitious dreamer ? 😉

    See here what buddypress already can do, and read/learn here what you can do to approach something similar to FB.

    It exist also some theme à la FB. One from many others.

    #188590
    danbp
    Participant

    Do you have a similar one for creating a child template?

    No comprendo ?!!! Do you mean a tutorial for creating a child theme ?
    https://codex.wordpress.org/Child_Themes
    http://code.tutsplus.com/tutorials/child-themes-basics-and-creating-child-themes-in-wordpress–wp-27475

    Did you read both Codex articles ?

    Do you know that search engines exist ?

    danbp
    Participant

    @namrons,

    FYI – bp 1.2: https://buddypress.trac.wordpress.org/ticket/1909

    Also some other tickets about private content and visibility:
    https://buddypress.trac.wordpress.org/search?q=private+activities

    the last activity of the member you’re asking was 1 year, 11 mounth ago.
    and BuddyPress is now on 2.0 cycle.

    Post is now closed.

    #188558
    danbp
    Participant

    @lmolenje,

    BuddyPress works together with the bbPress plugin when you use a forum.

    If you want to add an extra button or a link or whatever, you simply check for the hook you want to use in one of the bbPress template files (bbpress/templates/default/bbpress/…) and attach a custom function to it.

    As example of use, this snippet will add some text above the topic editor. You add it into your child theme functions.php or into bp-custom.php

    
    function my_test_insert() {
    	echo '<strong>My awesome <a href="#">link</a> to third party app</strong>';
    }
    add_action( 'bbp_template_notices', 'my_test_insert' );

    If you don’t understand what’s going on on this topic, here’s a brief tutorial about hooks and filters.

    #188556
    danbp
    Participant

    @bloodslayer,

    by default, WP users cannot publish pages, but only post.
    See here for roles and capabilities.

    A Premium plugin exist who let you do this, FormidablePro, also avaible in a free version. More here.

    And to add a FB like button, search on the plugin repo.

    #188555
    Henry Wright
    Moderator

    Hi @bloodslayer

    wp_insert_post() is a function provided by WordPress which lets developers add pages to the database without the need to access the WP admin area.

    So, as an example, you could use it like this:

    $post = array(
        'post_content' => 'This is some content',
        'post_name' => 'this-is-the-page-slug',
        'post_title' => 'I am the title of this page',
        'post_status' => 'publish',
        'post_type' => 'page',
        'post_excerpt' => 'This is the excerpt'
    );
    
    $post_id = wp_insert_post( $post );

    Notes: $post_id will be the ID of the new page or if wp_insert_post() failed (for whatever reason) it will be 0.

    So that’s how you create a new page programmatically. It’s more of a WordPress thing than a BuddyPress thing.

    #188550
    heilyn
    Participant

    I’m not really sure what button you are looking. Is it something like this kind of plugin?

    https://wordpress.org/plugins/buddyforms-posts-to-posts-integration/

    #188549
    lmolenje
    Participant

    It is essentially a link that I want to add to every forum. Many plugins have this but they only apply to posts and pages. The link will connect to a third party app. I have some custom code that I can embed into the php so that I can link wont take me off my site. However, I am unable to find the forum.php for buddy press in my installation.

    I am looking for it in:
    /apps/wordpress/htdocs/wp-content/themes/buddy

    namrons
    Participant

    Thanks for getting back to me @danbp. I’m using the theme “SocialBuddy” mostly but I have tested this on different themes/versions of Buddypress/versions of WordPress as well as different servers – dedicated and shared and the result is the same everywhere so it appears to be a bug.

    I would be curious to know if you could replicate this:

    1) Inside a PRIVATE group add a status update and then comment on this update. (or add a few comments). All good so far.
    2) Now go to “My Groups” feed and you will see your status update as well as the comments. Try comment on any of the comments and see if they post correctly.

    For me these comments only show up once I have refreshed the page.

Viewing 25 results - 7,151 through 7,175 (of 22,621 total)
Skip to toolbar