Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 45,176 through 45,200 (of 68,972 total)
  • Author
    Search Results
  • #96867
    Round World Travels
    Participant

    I’m using a theme called buddypress daily that I got from buddydress so yeah, I guess so.

    #96866
    Boone Gorges
    Keymaster

    Are you using a custom theme?

    LPH2005
    Participant

    OK…I read through the codex…but it still doesn’t solve my problem of why when I click on register, it directs me back to a home page.

    Most likely you are logged into your site when you are trying that address. I was able to reach your registration page with the link http://exaholics.com/register/

    anindyaray
    Member

    @hnla , @rogercoathup : One thing I donot understand (surrendering that I am a novice) , the snippet suggest that `if user is logged in then the condition is to padd 0px` , but what is need according. to the scenario is `if a user id logged out the padd 0 px , else padd 25 px`
    isn’t it ?

    `
    function cancel_header_padding_for_no_adminbar() {
    if (is_user_logged_in())
    body {padding-top:25;}

    else(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false) ?>

    body {padding-top:0;}
    <?php
    }
    add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
    `

    could it be like this ? I have not tested as I think it has some syntax error

    helpy
    Participant

    I have a german wordpress … and I do not know if I re-translated it exactly to english!

    It is in WordPress Administration ==> BuddyPress ==> General Settings ==> Disable user account deletion?

    ==> example.com/wp-admin/admin.php?page=bp-general-settings

    cu, guido

    #96850

    In reply to: Log IP addresses

    Hamed Takmil
    Participant
    #96847
    pcwriter
    Participant

    @roydeanjr

    Thanks! I’ve almost finished the illustrated theme manual to help newbies (like us!) to get started on customizing the basic theme. Then I still need to update the code for BP1.2.6

    The whole impetus behind the development of this theme was to provide as simple a framework as possible while offering several options and as much easy customization as possible for non-techies. All that while keeping the pricetag low (premium = $20), yet still offset the time invested for development and support.

    However, along with the unexpected code updates and my father’s declining health (I’m taking a week off to spend some time with him) comes an unfortunate delay: the freebie will be available by the end of the 2nd week of November, while the premium should follow a few weeks after that.

    I apologize in advance for the delay everyone, but please take consolation in that the premium will include a few surprises.
    Ooh… anticipation is a fun thing! :-)

    #96844
    r-a-y
    Keymaster

    @bazonline – You shouldn’t have much trouble then. Just activate bp-default on the community blog only and not on all the blogs. If you’re just having problem with the page ``, go into your community blog’s general settings and change the blog title:<br /> <a href="https://codex.wordpress.org/Settings_General_SubPanel" rel="nofollow">https://codex.wordpress.org/Settings_General_SubPanel</a></p> <p><a href='https://buddypress.org/community/members/aweathers/' rel='nofollow'> @aweathers</a> – Like I said, you need to modify the header.php file in your child theme to call the main site’s header image. Calling the main site’s header image requires a little bit of PHP coding. Or if you know you’re never going to change the header image, just hardcode the image URL into header.php.

    pnm
    Participant

    @helpy

    I have the same config as Falcon Show – WordPress – 3.0.1 and BuddyPress – 1.2.5.2

    I couldn’t figure out where the option “user cannot delete itself” is, either in buddypress/wordpress dashboard. Can you please tell me where can I find this option? ( I am using default BuddyPress theme). Thanks.

    #96827

    The buddypress was a fresh install on a fresh WP I may give that a try :-)

    #96826
    danbpfr
    Participant

    Ooooh, i think this is a normal behaviour of BP. The page is called side wide activity, not each blog user activity.
    you probably could use this plugin:
    https://buddypress.org/community/groups/bp-import-blog-activity/
    or ask @boonebgorges for further details

    anindyaray
    Member

    @hnla : Ok! but nothing to say sorry , Your tried to help me a lot , Thanks :)

    #96808

    In reply to: eventpress question

    kunalb
    Participant

    @ovizii That is not intended behaviour; the plugin has it’s own templates built off the default theme for BuddyPress; if you’re using a custom theme you’ll have to add your own templates. You might be able to get by with just changing the styles of the EventPress templates; the theme files are stored under eventpress/themes/bp and buddypress-custom-posts/themes/ . Any file you place in your own theme folder with the same name/relative path will directly over-ride these default theme files.

    #96806
    Boone Gorges
    Keymaster

    It’s not really possible to have multiple BuddyPress networks running from the same WordPress installation (though it might be possible some day down the road). Your users will have to be satisfied with their own groups, or they’ll have to install BuddyPress on their own WP installation.

    anindyaray
    Member

    @hnla: :) Thanks :) … but I had tried … , yet I tried once again … but in vain , I am pasteing the code

    `function cancel_header_padding_for_no_adminbar() {
    if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false && !is_user_logged_in()) ?>

    body {padding-top:0;}
    <?php
    }
    add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );`

    this is what I tried :( , but with no luck

    With this function , with or without the && !is_user_logged_in() thing, padding is gone for everybody(logged in and logged out user both)

    @rogercoathup : Thanks for the suggestion I will try to start learning , Everything has a first time :) , actually I’m very much uncomfortable :)

    #96804

    In reply to: Send invites for group

    Boone Gorges
    Keymaster

    Out of the box, BuddyPress only lets you send group invitations to people you’re friends with. It’s a spam prevention measure. If you want to bypass it, install Invite Anyone https://wordpress.org/extend/plugins/invite-anyone/.

    #96802

    In reply to: jquery problem

    thelandman
    Participant

    @ovizii, do you have a link to the site? Go to your site, view the source. Check if any plugins have tried to load jquery in within the tags of the site.

    The Real Dave O.
    Participant

    OK…I read through the codex…but it still doesn’t solve my problem of why when I click on register, it directs me back to a home page.

    #96797
    junger
    Participant

    @r-a-y

    That’s exactly what I needed. Thank you!

    Not to be a Debbie Downer, but it’s frustrating that the search functionality on this site is so subpar that I couldn’t find that after a long time looking. I don’t know how many times I’ve searched for something, tried to click on “page 2” of results only to get a not found page. It can’t be just me, right?

    #96794
    rich! @ etiviti
    Participant

    a cheap/simple method: if they share the same db – you could setup each wordpress instance to the same custom_user_tables

    #96788

    In reply to: Club Belote

    Roger Coathup
    Participant

    @rossagrant – cartoons were in house by the client.

    Roger Coathup
    Participant

    @anindyaray – to write your own theme for BuddyPress, you will need to have a basic knowledge of PHP. The PHP ‘if’ statement is fairly fundamental.

    Checking the tutorial on the PHP site would be a good start: http://www.php.net/manual/en/index.php – then your questions on here can be BuddyPress specific, rather than PHP, allowing this forum to help you (and others) more effectively

    Hugo Ashmore
    Participant

    @svenson
    Your comment has no bearing on this thread, so not sure why you posted it here.

    if you wish to contact Boone please use appropriate methods, either an update directly using the @mention system or post your comment in the appropriate group for the plugin you refer to.

    Hugo Ashmore
    Participant

    @twinfinity I am support for two web hosting forums, I understand very well to search first

    Thanks for trying, and apologies on behalf of the site search for not returning you any useful results – site search does need a bit of tuning :)

    I tend to search on more general broad terms due to this, I used ‘duplicate’ and it returned, as first reply, the post Ray linked to.

    #96779
    Anton
    Participant

    @paulhastings0

    So it won’t display anything when you are not logged in?

Viewing 25 results - 45,176 through 45,200 (of 68,972 total)
Skip to toolbar