Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 40,051 through 40,075 (of 68,919 total)
  • Author
    Search Results
  • #111171
    Alan
    Member

    few things I’d like to change :
    if you’re looking at your own profile then you should see friends activity as default instead of your own,makes more sense to me.
    comments on your own activity should not repeat as activity in your own stream.
    allow users to delete and filter comments and @ mentions on their profile. that way users can delete unwanted comments and @ mentions (SPAM)
    if user is not your friend then he should not be able to comment on your activity stream.
    and of course privacy settings are very important.

    Few other cool things are ,you may know this user and birthday notifications.

    #111167
    Alan
    Member

    No,I don’t want to prove you wrong,it’s just my opinion.

    #111164
    Paul Wong-Gibbs
    Keymaster

    You can do what you, but I think there’s not much scope other than post formats for any more changes to the theme on the upcoming release cycle. If you want to prove me wrong, I suggest making some mockups before you start writing code.

    #111163
    Hugo Ashmore
    Participant

    You will find that currently as things stand all themes for BP are in effect child themes, themeing for BP is not quite the same as themeing for WP. I am presently working through a new theme or at least framework it replaces all theme files , referencing only the JS files in essence, yet many of the files will remain structurally pretty similar, but that is the framework for then tweaking the UX and UI to something that one prefers, then you start to have to get involved in filtering actions and playing around with template tags where you are able.

    This is as different as one is able to take a BP theme I tend not to think of it as a child theme or a re-skining but in truth it is technically a child theme if one was to be accurate about it.

    The bp default theme is probably past it’s sell by date somewhat and there has been vague talk about setting to and developing the next generation theme so give it a go.

    #111162
    JamieWade
    Member

    @bgrun80 No worries mate, glad I could be of assistance!

    #111161
    Alan
    Member

    just another BP child theme?
    no man :( all those child themes look the same,can’t believe people waste their time on developing that kind of things.

    The default theme needs improvements as well,lot’s of things makes no sense to me and it’s kinda messy.
    Especially activity stream.

    #111156
    Brandon Allen
    Participant

    There’s a ticket on Trac that would make this a filter, and would mean that one line of code in your themes function.php could clear everything up (https://trac.buddypress.org/ticket/1150).

    #111152
    Prometheus Fire
    Participant
    #111150
    Paul Wong-Gibbs
    Keymaster

    Regarding the theme: if you want to make your own version, do as hnla suggests. Otherwise, how about mocking up some designs for post formats support and see how things go?

    #111149
    Paul Wong-Gibbs
    Keymaster

    Yep. ‘svn diff > patchfile’ I what I usually do.
    Trunk is where the dev is happening, so if you’ve spotted things you want to fix, check out a trunk install and check that we haven’t fixed it already.

    If you’re looking for things to fix, typically any ticket on trac is valid and warrants a patch, but see if you think you can attack any of the issues in this report. These are the main tickets we still would like to fix for the next release: https://trac.buddypress.org/report/11

    Thanks :)

    Paul Wong-Gibbs
    Keymaster

    The private messaging doesn’t use the email addresses directly. I spent a bunch of hours this last weekend fixing problems with the private messaging system in certain situations involving differences between the user’s log in, and user nickname fields, and when the compat mode constant is set (I assume you have set this in your wp-config.php if you are logging in with email addresses — can you confirm?

    @mercime
    Participant

    Is this then an issue with Messages only? In other words, those who register on your site using email addresses that end with country code extensions receive activation emails?.

    #111134
    hran
    Member

    Cool. What format should patch files be in? Unified diff format?

    James
    Participant

    @el_terko

    ok, latest news from fighting field:
    last code in itself adds working “view” button to every activity, reply buttons still are there.
    function my_bp_activity_type_is_new_forum_post() still returns same error.

    Edit: no need to proceed with this question, I will use code by josemv. thanks again

    #111128
    Hugo Ashmore
    Participant

    Do it then but not the default theme, create a child theme which is essentially re-modeling the default. Themes are in short supply so if you have the ability then I’m sure many will be grateful for an addition to the theme library for BP.

    #111127
    Alan
    Member

    i’d like to contribute by remodeling the default theme :)

    #111126
    Hugo Ashmore
    Participant

    Anyone is able to create a trac ticket for bug notifications or enhancements once created it will await review by one of the three core commiters (those three + 1 are the only ones with commit access on the project), if approved or passed as valid others that actively run trunk/bleeding edge test sites might look at and if necessary feedback and/or test patches as required.

    If you have enhancements / code changes then submit them as patch files that can be tested out on installs.

    #111124
    Brandon Allen
    Participant

    You can use svn, but you want have commit access (http://svn.buddypress.org). As for reporting bugs, and viewing what needs to be fixed, you can do that on Trac (http://trac.buddypress.org). You’ll use the same login credentials to post on Trac that you use to post here.

    #111120

    In reply to: eventpress question

    webmystery
    Participant

    @kunalb Thanks for this great plugin. I want to override the orange color for .ep-event-details specified in events.dev.css. First I put the class in my child theme style.css. This didn’t work until I disabled events.dev.css by renaming it to xevents.dev.css. I’m now trying what you are saying above, and I want to make sure that I understand you correctly. I put /assets/css/events.dev.css in my child theme folder and it does not override the events press style. I also tried putting my own version of events.dev.css in my child theme root and that also doesn’t work. Then I tried putting /mytheme/assets/css/events.dev.css in the buddypress theme folder – no luck there either. I’m going to resort to the rename hack for now, but I’d like to find a more permanent solution. Any suggestions are much appreciated.

    #111114
    Brandon Allen
    Participant

    @gunju2221 I’m well aware that bbPress views weren’t in that file. I wasn’t answering that question. I was responding the the question of where bb_*_topicmeta() functions were located.

    @lockamiz23 That code is a start, but it’s going to need to be cleaned up, and customized to integrate with BP. If I get some time, I’ll see if I can get it working ;) Don’t count on anything soon though.

    #111113
    Brandon Allen
    Participant

    I believe this is your issue (https://trac.buddypress.org/ticket/1796). If so, please add any new information you might have. You can use the same login credentials that you use here.

    #111111
    bgrun80
    Participant

    @JamieWade

    Dude, thank you so much!! I would have never figured it out without your help.

    Muchas Gracias!

    #111103
    Virtuali
    Participant

    bbpress views aren’t in that file.

    Here is a Bb plugin that narrows it down for you, you will need to port it over to buddypress however.

    https://bbpress.org/plugins/topic/bb-topic-views/

    #111088
    Virtuali
    Participant

    Anytime you make changes to the core you will lose them next time you update buddypress.

    #111085
    Virtuali
    Participant

    If it’s giving a bluehost 404 error, than something is wrong with your host, not buddypress. Try contacting Bluehost to see if there are any problems or issues with them or your account.

Viewing 25 results - 40,051 through 40,075 (of 68,919 total)
Skip to toolbar