Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,301 through 24,325 (of 68,948 total)
  • Author
    Search Results
  • #149859
    sosensible
    Participant

    Is there a link or somewhere where it is officially stated? On the addon page it shows 3.4 but not 3.5 currently.

    #149858
    danbpfr
    Participant
    #149857
    Riente
    Participant

    Hello, if you’re still interested I had the same problem and found a solution I described in my blog here

    Glad if I could help 🙂

    #149856
    danbpfr
    Participant

    on the top left, under the logo. create a new topic.

    under the form and the tag line, select the forum “your buddypress”

    #149855

    In reply to: Buddypress 1.7

    VegasKev88
    Participant

    @tarkham Not for nothing, but you’re also using the Vantage theme, which is still fairly buggy as I’m sure you already know. If you need help with Vantage, let me know, as I’ve been chopping it up and cleaning up some of the code for one of my own installs of the theme. You can find me on their forum and PM me at VegasKev

    @jjj John, you were completely right about my comments not being very helpful in my last post on this thread. I should have taken notes when I started seeing the bugs I saw in 1.7 back then, but I was all hopped up on redbull and was working on minimal sleep. That is my fault entirely. My apologies.

    #149854
    danbpfr
    Participant

    of course.

    #149853

    In reply to: Buddypress 1.7

    Sounds like you didn’t completely move all the files in.

    Also, I deleted the full paths to your file server that you pasted; unless you want to make yourself vulnerable to attack, which I would advise against. 🙂

    #149851

    In reply to: Menu tab issue

    Versipellis
    Participant

    @chouf1 Will do, thank you.

    However, I’ve put all this into a plugin for wordpress now and activated it – I am still not getting a tab in my profile. The above code you suggested @chouf1 doesn’t display for me at all?

    Could you possible paste bin the entire plugin code for me to view to see where I am going wrong?

    Thanks

    #149846
    danbpfr
    Participant

    hi,

    to know what is done and not in upcoming BP version, and so on, there is only one address:

    https://buddypress.trac.wordpress.org/report

    When you update WP and BP, do you also update your theme if you use a third party theme ? Troubles you describe let me think you have some JS conflict somewhere.

    #149844

    In reply to: Menu tab issue

    danbpfr
    Participant

    Yes.

    did you checkek skeleton ? It’s a good starting point.

    https://wordpress.org/extend/plugins/buddypress-skeleton-component/

    #149842
    lwaltzer
    Participant

    Yeah, I realize all that. It was a temporary step. In php.ini it’s 128m and it’s been fine. This just helped me figure out where the problem lay if not how to solve it.

    #149840

    In reply to: Menu tab issue

    Versipellis
    Participant

    Yes thanks @modemlooper that has been suggested but I asked a question in regards to whether it requires the usual wordpress plugin info (plugin and author uri’s etc) or not?

    #149839
    Tony
    Participant

    can somebody please show me what the code would look like on my 3-column theme? the walkthroughs only show 2 column themes

    #149836
    Hugo Ashmore
    Participant

    PHP Script Memory limit is there for a very particular reason, it’s set as a limit  to ensure that no script running on the server can end up consuming all the main system memory and thus crashing your whole server, setting what you have suggests all of your machines main memory and you may well run into issues, 128M or 256M should be more than enough to run WP/BP.

     

    I would also not trust to setting this php config from WP check what is actually set using phpinfo()

    #149835

    In reply to: Ajax Error

    danbpfr
    Participant

    hi @somdefabrica,

    have you tested with the bp-default template activated ?

    Deactivate also any plugin except BP and reactivate one by one to try to find a culprit.

    #149834

    In reply to: Menu tab issue

    Versipellis
    Participant

    I’ve just put the file in with my theme – this is how I develop everything to start with on wordpress and never fails. This just means its always hard coded for my testing purposes rather than being a plugin.

    So it should just be bp-custom.php on it’s own in the plugin folder? There is no special code like in wordpress to give the name, uri etc?

    I had looked at the buddypress info you linked to originally and found it lacking in information, it seemed to assume you knew how to develop a buddypress plugin without actually explaining if its the same as wordpress or different.

    If the case is you cannot hardcode any buddypress code outside of a plugin I shall try a custom plugin, if you could possible answer my previous question of the plugin info code for me? Is it the same as wordpress or does it have to define it is buddypress?

    #149833
    danbpfr
    Participant

    delete the content of htaccess and put this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    and create a phpinfo() file at the root of your site and check the exact php version.

    Google to see what is phpinfo if you don’t know

     

    #149832

    In reply to: Menu tab issue

    danbpfr
    Participant

    Where do you try to insert the code ? The code works if you put it in bp-custom.php (this file should be in wp-content/plugins) , i tested it before publishing here and a tab appears on the profile page.

    Copy/pasting from here is odd, take care with cotes.

    I don’t know about a good tutorial. View here and try also bp-skeleton
    https://codex.buddypress.org/developer/plugin-development/creating-a-custom-buddypress-component/

     

    #149830

    In reply to: Menu tab issue

    Versipellis
    Participant

    Thanks for the info but even cutting and pasting your code into my file doesn’t work, no tab appears in my menu.

    I’ve never built a buddypress plugin before so I don’t really know how to set one up – is it the same as making one for wordpress or not? Currently I’m just working with a test file within my local wordpress/buddypress set up, exactly how I test my commercial plugins before actually developing them within the wordpress plugin format.

    Since this doesn’t seem to have any effect – IE, the code you gave does nothing, does it have to be within a plugin already, unlike wordpress which simply has to be accessible? If so, could you possibly link to a buddypress plugin guide (If different to wordpress itself) As I could not find a clear one myself?

    Thanks kindly,

    Versi

    #149829
    sn0zb0z
    Participant

    The hosting site says 5.2. I don’t know that I can upgrade it as I never actually installed it.

    The htaccess file just says “# Do not remove this line, otherwise mod_rewrite rules will stop working
    RewriteBase /

    # BEGIN WordPress

    # END WordPress”

    #149828
    danbpfr
    Participant

    have you php 5.2 or something greater?

    WP requires more as 5.2.4 https://wordpress.org/about/requirements/

    What is in the htaccess file ?

    #149827
    danbpfr
    Participant

    hi @ngoegan,

    you have problems ? Me too ! But what kind of problems ? It’s not working as you expect is not really ” a problem” i guess….

    You can’t find a register page ! Huh , because User registration is currently not allowed. It’s written here: http://livingcm.org/register/

    Go to BP setting and show if you created all the pages needed by BP espacially “register” and “activate”. This must be done. If pages are OK,  check “Anyone can register” from here /wp-admin/options-general.php

    How to do you set up your homepage ? Did you something like a static page or so ?
    Have you changed a slug somewhere ?

    Have you also changed the permalinks from default to something else ? Must be done to use correctly BP : D

    #149826
    sn0zb0z
    Participant

    WP version 3.5. PHP version 5.2 and MySQL is 5.1. Hosting it on 000webhost.com (free host). And single.

    #149825
    danbpfr
    Participant

    Hi,
    who’s your host ? What type of host do you have ? What is your host mysql and php version ?
    What is your WP version ? Do you want to install BP on a single or MS wordpress ?

    #149824

    In reply to: Menu tab issue

    danbpfr
    Participant

    Hi @versipellis,

    Make sure that you only attempt to set up the items after BP has set up its core navigation. You can ensure this by hooking to bp_setup_nav with a priority higher than 10.

    https://codex.buddypress.org/developer/plugin-development/group-extension-api/

    try this in bp-custom.php

    <code>function my_bp_nav_adder() {

    bp_core_new_nav_item(

    array(

    ‘name’ => __( ‘Media Privacy’,’bp-media-privacy’ ),

    ‘slug’ => ‘media-privacy’,

    ‘position’ => 75,

    ‘show_for_displayed_user’ => true,

    ‘screen_function’ => ‘bp_media_privacy_link’,

    ‘item_css_id’ => ‘bp-media-privacy’

    )
    );

    }

    function bp_media_privacy_link () {

    add_action( ‘bp_template_title’, ‘my_media_privacy_title’ );

    add_action( ‘bp_template_content’, ‘my_media_privacy_content’ );

    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );

    }

    function my_media_privacy_title() {

    echo ‘My Page Title’;

    }

    function my_media_privacy_content() {

    echo ‘Add the content loop here’;

    }

    add_action( ‘bp_setup_nav’, ‘my_bp_nav_adder’, 100 );

    </code>

     

Viewing 25 results - 24,301 through 24,325 (of 68,948 total)
Skip to toolbar