Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,376 through 29,400 (of 68,918 total)
  • Author
    Search Results
  • #137214
    shanebp
    Moderator

    @rogercoathup

    BP 1.5.5, WP 3.4, GF 1.6.3.3.4

    Registration attempts via our mobile theme recently started to fail.
    Submit results in refresh of page with fields inputs showing.

    Thought it might be a s2member conflict…
    So confirmation that a GF issue exists is helpful – thanks.

    GF instances, like the reg form, are shared across the desktop and mobile themes.

    The fate of the mobile theme is being decided, so I haven’t dug around much or tried your -disable ajax or -switch hooks fixes.

    So mainly I was just bumping the thread.

    lakhlu
    Member

    Thanks a lot mercime!

    You are a BP magi, thanks once again, it solved all my problems. I just need to play with css file now :)

    just have a look: http://kinogrill.org/members/
    http://kinogrill.org/members/showmeyourstyle/profile/

    Once again, thank you a lot!

    #137211
    Roger Coathup
    Participant

    @shanebp — we use Gravity without problem on a couple of our BuddyPress sites — the fix above repositioning the action has been the only mod we’ve needed to make (other than disabling AJAX form submission).

    Are you having a specific problem with them, or same as @pealo86?

    #137210
    alexcurrie123
    Participant

    I’m not looking to modify the THEME, just create simple links on a page. If I use an HTML image link and insert the link as the buddypress code stated above, that does nothing.

    What code would I insert in place of the link URL for creating a simple link?

    newpress
    Participant

    “CubePoints Buddypress”

    Above Plugin “Limits only members with a certain amount of points access to updates & replies”. I am going to give it a try. I find this whole thing as Psychological. Limiting “User Updates” in this era of spamming is “Logical” and most developers are “Psychos”

    Jason
    Member

    Attention anyone please? I maybe new to the forums, but I’ve been a lurker for a long time. I would help more if I knew more about buddypress, but with the lack of community response It’s kind of a turn off.

    I’m not trying to be rude, but I’m a little perplexed by this community. Any suggestions for me at all?

    #137206
    shanebp
    Moderator

    @pealo86
    I’m also interested in a solution to this.

    What versions, specifically, of BP and G-Forms are you using?

    Did you ask G-Forms about this issue and if so what exactly did they say?

    #137205
    modemlooper
    Moderator

    You type @ then the username like @wakkas or use the mention button on a profile. This is how you post to a user with BP. Also, there are tutorials on adding a post form on a friends profile. Google for it.

    Roger Coathup
    Participant

    @murasaki — you can implement a count on activity updates from a given user — either by creating a custom activity loop and doing a count on the number of items returned, or doing a database query directly (via the WP SQL API).

    You’d then compare this against your upper limit and show the status box accordingly.

    Will require good PHP / WP development knowledge.

    #137203
    angslycke
    Participant

    I’m also looking for a solution to this problem, which seems to involve a lot of different plugins and tweaking as you said. Haven’t heard anything about this being a part of BuddyPress core anytime in the near future unforunately. It should probably be a part of WordPress core in that case since BP uses WP:s user functions.

    edgarcia78
    Member

    What if instead of sending an email I just want a “New Comments Available” logo to show up next to the link that I have to the activity stream? Currently I have a page where I have various links to other pages. It looks something like this:

    -Calendar of Events
    -Group Wall “NEW COMMENTS AVAILABLE”
    -Documents

    So the link that says Group Wall is really directing the user to the activity stream. So anytime there is new activity available you would get that message. How easy would this be to implement?

    Ok @mercime … I went to Edit My Profile and changed my profile name to “test” Now what do I need to do to see all the posts I have made?

    #137198
    #137197

    In reply to: No Registration Page

    Mercime it was an good explanation, thanks for the explanation ! Whether the Pages are associated with components in Buddypress ?

    #137193
    @mercime
    Participant

    @mahdiar have you done some basic troubleshooting? e.g. Change to bp-default theme and deactivate plugins except BuddyPress.to identify what is causing such behavior. Which WP theme are you using with bp template pack?

    #137192
    Gyoo
    Member

    @mercime Thank you for your answer, but by reading what you linked me, I noticed that I was totally wrong on the words I used : I wasn’t talking about the “widget sidebar”, but of the “admin bar” that is on top of the page. On buddypress’ website, I see the WP admin bar, and that’s what I want to have on my own site.
    Then, the answer may be in what you linked, I’ll re-read it to see if I find an answer, but even if I mentioned the Admired theme, I think I’ll get the same “trouble” with any theme (I hope I’ll be understood XD)

    #137191
    Anonymous User
    Inactive

    Thanks, although that doesn’t work either unfortunately!

    I was recommended this too (http://pastie.org/4003689) which looks quite similar but neither seem to fix my problem :O

    @mercime
    Participant

    @workingman you’re welcome. Marking this topic as resolved :-)

    #137189
    @mercime
    Participant
    @mercime
    Participant

    @frank13 @neononcon just go to your profile here at buddypress.org and change “Name (required)” profile field to something other than your username.

    @mercime
    Participant

    @sindbad_chen might be a theme issue. Change to bp-default theme.

    #137184
    raminjan
    Participant

    Also my friend on this side bar thing I just re-follow your code It works 100% Perfect but how can I put this sidebar on the left side so basically if I am using the default template of buddypress, I want it to have three columns left middle and right it already has content and right side bar but I am trying to add the left one. thanks bro again.

    #137181
    raminjan
    Participant

    love you bro also I have another Question if I may ask? and that is I am using the buddypress default theme and was just wondering how to change the layout and also how to make a front page like a login and registration page which would disallow anoymounus from seeing other stuff. if you would like to take a look here is my url: http://www.buddyswired.com.

    thanks my friend.

    by the way your above code was awesome it worked perfectly.

    #137180
    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `
    <?php if (get_option('instyle_integration_single_bottom') ” && get_option(‘instyle_integrate_singlebottom_enable’) == ‘on’) echo(get_option(‘instyle_integration_single_bottom’)); ?>

    `

    with the following for registration/register.php:
    `
    <?php if (get_option('instyle_integration_single_bottom') ” && get_option(‘instyle_integrate_singlebottom_enable’) == ‘on’) echo(get_option(‘instyle_integration_single_bottom’)); ?>

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/instyle/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    #137179
    @mercime
    Participant

    @jomjom No wonder the instructions for compatibility for instyle theme last year was not working for you, the code from instyle’s page.php from last year has changed a lot (see http://pastebin.com/1PcjiXK9 from original poster)

    Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your instyle theme folder in server during the compatibility process.

    Since you’ve revised the BP template files, replace all of them for a clean slate by deleting the 6 BP folders transferred to your theme’s folder in server during the compatibility process -> /activity, /blogs, /forums, /groups, /members, and /registration – then re-run dashboard Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <?php if (get_option('instyle_integration_single_top') ” && get_option(‘instyle_integrate_singletop_enable’) == ‘on’) echo(get_option(‘instyle_integration_single_top’)); ?>

    `

    Save files.

Viewing 25 results - 29,376 through 29,400 (of 68,918 total)
Skip to toolbar