Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 50,526 through 50,550 (of 68,985 total)
  • Author
    Search Results
  • #83183
    seanx820
    Participant

    has anyone gotten avatar to work w/ login (i.e. use facebook avatar in the buddypress one)?

    #83182

    In reply to: Buddypress 1.4??

    LPH2005
    Participant

    1.2.6 is now showing in the trac – with 2 active tickets – to arrive in about 5 weeks.

    https://trac.buddypress.org/roadmap

    #83179
    @mercime
    Participant

    What WP/MU version are you using? Which theme are you using? In other words, help us help you

    #83178
    @mercime
    Participant

    @TPeterson1055 whether you are on WPMU 2.9.2 or WP 3.0 multisite, just go to dashboard > Site/Super Admin > Themes and make the Theme you want available to everyone “Active” and save.

    #83177

    In reply to: Major theme pain

    thekmen
    Participant

    @lincme hard to tell what header links you want there but i’d suggest looking at a template file that does show the links you want & copying that section of code to that template file.

    #83176

    In reply to: Major theme pain

    lincme.co.uk
    Member

    @thekmen; I’ve lost the plot now as I’m falling asleep, but will have a look tomorrow. Right now, I can’t see why the header links don’t show as they do on all other pages, the various php files filling in, as it were. It’ll probably make sense after a good sleep. Thanks for checking it out.

    #83174

    In reply to: Duplicate time stamps

    lincme.co.uk
    Member

    @nuprn1; Sorry, ‘dumb’ sounds rather insulting reading it back. Too tired. Yes, I’ll filter it somehow so it makes more sense, as it’s very useful. Thanks!

    #83173

    In reply to: Major theme pain

    thekmen
    Participant

    @lincme it looks fine to me, if you want to add ‘header bar links’ you will want to add them to that template file.

    #83171

    In reply to: Major theme pain

    lincme.co.uk
    Member

    @thekmen; Yes, it’s at http://lincme.co.uk/conversation/. The View permalink page works now (thanks for the css tip Rich) but the display is still a bit odd, and there’s no header bar links. I’ll leave it up until tomorrow morning, then back on ‘maintenance’ so it doesn’t scare anyone. :)

    #83169

    In reply to: Major theme pain

    thekmen
    Participant

    @lincme just tried your template file & it works fine for me,
    only thing it was missing is
    php locate_template( array( 'sidebar.php' ), true )
    Have you a live site we can see your issues on?

    #83167
    rich! @ etiviti
    Participant

    i run a local pointed at svn – i’ll grab a screenshot tomorrow morning.

    “Warning: in_array() [function.in-array]: Wrong datatype for second argument in buddypressbp-core.php on line 315”

    #83164

    @hnla I agree with you, and that is what I’d like to do for 1.3.

    @nuprn1 And you deleted the old files, and uploaded the new ones in their place? Can you get some screen shots up for me to see?

    #83163

    In reply to: Major theme pain

    lincme.co.uk
    Member

    @thekmen, It’s pasted at http://pastebin.com/KZhQ1mU3. That includes Rich’s additions (except I forgot the last line, but it makes no difference when in). It’s basically a clone of the Default BP theme. (I’ve tried switching to the Default, and it comes up with the same mess in View permalink). Every other page, including WP pages I construct, or Post pages, all appear perfectly well and within the normal theme page structure, ie., correct width, header, sidebar, content, etc.

    @nuprn1; Update the css width? Sorry, but my head’s a shed at the moment, with trying to sort out a stack of other inconsistencies.

    Edit: I added the following line and the sidebar appears, but in the wrong place. And there’s no header bar and links. My head’s gone! :(

    [?php locate_template(array(‘sidebar.php’), true); ?]

    #83160

    In reply to: Major theme pain

    thekmen
    Participant

    @lincme as code posting is borked here, post your current members/single/activity/permalink.php on http://pastebin.com/ I see no reason that this template would be hard to theme.

    lincme.co.uk
    Member

    @elizawhat; Your post made me think, and I checked our (not yet) live site, which does require email confirmation. Mostly I’m thrashing around at home with a local xammp installation, and can’t remember what I did to make the live one require email conf. The plugin linked to below should do it, although it’s not activated in our site..! Something in WP or BP lets you require email confirmation, but I can’t remember what.

    https://wordpress.org/extend/plugins/bp-xtra-signup/

    #83155

    In reply to: Buddypress 1.4??

    Hugo Ashmore
    Participant

    !.4??? we haven’t arrived at 1.3 yet and currently waiting on 1.2.5 being finalised and tagged

    #83154
    Hugo Ashmore
    Participant

    and I did see alt on each tr earler now don’t! but do see an empty class on the even rows, no matter logged in or out. (did update the checkout to revision 3102)

    TBH I would always choose to do this sort of thing server side rather than client side via the likes of jQuery – as much as I like playing with jQuery.

    #83152
    rich! @ etiviti
    Participant

    @johnjamesjacoby – still having the issue with the alt class being applied to all tr rows (but only on the forums component page for recent topics – if i log in – then the tr alternate ok. viewing the group forum-loop is ok logged out though) plain jane r3102 w/default theme. i digress though – not sure why this is being done via jquery and php (bp_get_the_topic_css_class)

    #83151
    abcde666
    Participant

    @JJJ
    thank you for your hard work to get BP 1.2.5 sorted !

    Why donĀ“t you provide a “Donate-button” for yourself ?

    **********

    just a general question:
    So when I have a my wording customized in my language-file, and there are a few words new in this next version, how do I add those additional words into my .po file ?
    I am using POEDIT, but I did not see any possibility to add additional strings or lines into my .po-file using POEDIT.

    Romik84
    Member

    hey guys, no idea?

    #83141
    Hugo Ashmore
    Participant

    One last thing to consider with the two approaches to zebra striping:

    With the decedent selector approach you rely on the correct markup being written; with an app such as WP or BP this has a drawback due to people being able to write less well structured markup in a plugin and perhaps omitting such elements as tbody (surprising how few can actually construct tables with all the full set of elements and attributes)

    The tr:nth-child approach has the slight benefit that it doesn’t look to the markup stucture for necessary parents or ancestors, simply working on an element that must exist.

    #83140
    thekmen
    Participant

    Just added the latest version of Mystique with BuddyPress templates.
    http://bp-theme-converts.com/mystique-with-buddypress/

    #83138
    alanchrishughes
    Participant

    I’m really surprised nobody has written a plugin for this or the buddypress people haven’t worked it directly into the system yet, I’ve read so many complaints about this over the last 6 months or so.

    #83137
    alanchrishughes
    Participant

    I’m not sure if I would be able to follow all of that, but would that work the same integrating Buddypress and bbPress?

    #83136
    Hugo Ashmore
    Participant

    @johnjamesjacoby revisiting it all I realise that the jQuery snippet was stating apply class to tbody>tr and yes that actually does work quite hapily and on the notification screen, which again makes me wonder what the original problem was as there definitely was one , if it was simply another statement somewhere conflicting that’s fair enough.

    It appears to be ok now, but it is still generating an empty class attribute on the even rows which would look better if it were killed.

    Edit/ empty class attribute appears to be only on the forum component screen? oh and on group forum screen

Viewing 25 results - 50,526 through 50,550 (of 68,985 total)
Skip to toolbar