Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,451 through 10,475 (of 22,660 total)
  • Author
    Search Results
  • #149897

    In reply to: Register Error

    Cidade Sonho
    Participant

    I use this plugin https://wordpress.org/extend/plugins/bp-disable-activation/

    working 100%, but … 😡

    #149889
    Ben Hansen
    Participant

    i much like yourself don’t have much if any programming skills but reading your post gives me two thoughts.

    #1 not sure i agree with you about the child theme thing unless you are saying the people shouldn’t need to know html/css in order to customize html/css. if you are not saying that then i think the regular wp child theme doc should be fine. https://codex.wordpress.org/Child_Themes

    #2 we (i use that term loosely) are actually working on a new default theme it’s called turtleshell which if I’m not mistaken is being designed as a completely fresh UI/X perspective and responsive from the ground up. i think you are more then welcome to be a part of that process, if you want more info start here: http://bpdevel.wordpress.com/

    bonus the plan for 1.7 is (i believe) to make it work with any wp theme by default so maybe that this something to consider as well.

    #149877
    Paul Wong-Gibbs
    Keymaster

    The first issue is fixed by a 1.6.3 update, which we will be releasing very soon.

    I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.

    Third issue is a WordPress setting; see http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress

    #149876
    Paul Wong-Gibbs
    Keymaster

    We have a 1.6.3 out very, very soon to address a few minor issues, but BP is compatible with WP 3.5, yes.

    #149871
    modemlooper
    Moderator

    You do not install BuddyPress through the WordPress theme upload. Upload or install the plugin via the plugin upload or add new. Then you choose the BuddyPress theme via Appearance > themes

     

    https://codex.buddypress.org/user/setting-up-a-new-installation/

    #149870
    Ben Hansen
    Participant

    creating a gallery sounds like a wordpress thing not a buddypress thing per se. also might be helpful to send a link to your site or at least tell us what theme you are using.

    #149864
    nkarafo
    Participant

    Thank you for your reply but I made the changes but still nothing. Also, I disable ALL the plugins and there is only buddypress 1.6.2 installed with it’s default theme and nothing else at all. I CAN upload media files within wordpress normally but I cannot upload photos as avatars in buddypress profiles, groups, etc.

    I also tried buddypress 1.6.1 but still the same..

    🙁

    #149863
    modemlooper
    Moderator

    You should set up a test environment if you plan on running a BuddyPress site. Test versions/plugins. current bp has a few minor issues with 3.5.

    #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
    #149854
    danbpfr
    Participant

    of course.

    #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/

    #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?

    #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

     

    #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 ?

    #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 ?

    #149816

    In reply to: Buddypress 1.7

    @johnjamesjacoby
    Hi i downloaded the trunk version and tried to activate it on my test site and received a error. WordPress is 3.5 version and downloaded the trunk from the above given link…Here is the error i received

    Plugin could not be activated because it triggered a fatal error.

    Warning: require(wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php) [function.require]: failed to open stream: No such file or directory in wp-content/plugins/trunk/bp-loader.php on line 401

    Fatal error: require() [function.require]: Failed opening required ‘wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in wp-content/plugins/trunk/bp-loader.php on line 401

    #149790
    wpte
    Participant

    uhm… that’s not the patch I applied. This patch @mercime is suggesting is newer. It’s not always a good idea to use patches from upstream, there might be incompatibilities. Like you say, you don’t have all the files

    I used the patch attached to the ticked: https://buddypress.trac.wordpress.org/attachment/ticket/4510/4510.patch

    I suppose for now it’s ok to use the patch I used, in the new version of bp the patch will be included automatically.

    #149784
    danbpfr
    Participant

    Hi Barry,
    sorry to begin with a bad news: buddypress is buddypress and facebook is facebook. To have the same as FB, you have… FB !
    But the trend is the trend and you’re not alone to ask for the same thing. So a plugin still exist that allows you to create an administer your Facebook fan pages directly from WordPress.
    This is the nearest i know so far to respond to your question ” which creates fan pages exactly like facebook”
    Unfortunately, the plugin’s FAQ tells
    Will this plugin work with BuddyPress?
    Meh, yes and no. We’ve had reports that it does look odd and behaves strangely in BuddyPress.
    Should be tested, huh ?

    https://wordpress.org/extend/plugins/fanpage-connect/

    So you have probably to imagine your own solution after grabing a bit here:
    https://wordpress.org/extend/plugins/search.php?q=buddypress+profile

    #149778

    In reply to: Avatar Upload Error

    danbpfr
    Participant

    @cannedbear,

    BP 1.6.2 should be installed with WP 3.5…. You’re not alone, read here: https://buddypress.trac.wordpress.org/ticket/4713

    tchuss !

Viewing 25 results - 10,451 through 10,475 (of 22,660 total)
Skip to toolbar