Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 23,601 through 23,625 (of 68,948 total)
  • Author
    Search Results
  • Ben Hansen
    Participant

    my understanding is that this issue exists on all buddypress installs (i could be wrong).

    wpmirwin
    Participant

    @ubernaut

    Forgot to ask.. have you tested this on a vanilla WP BP install? I’m just about to build up another environment, but thought I’d ask you first before burning the midnight oil….. 🙁

    Mike.

    #151958

    In reply to: message page absent

    @mercime
    Participant

    @kebecweb What do you mean by front-end dashboard? Please be more specific about your issue. WP/BP versions? What did you see where and what steps did you take? URL’s welcome

    #151955

    In reply to: Multiple forum pages.

    @mercime
    Participant

    @heidilf Not quite sure what you mean. You have a URL to what you want to emulate?

    Or, you can always create a new page and add a shortcode on each page with the specific forum ID
    [bbp-single-forum id=$forum_id] – Display a single forums topics.
    eg. [bbp-single-forum id=23]

    @mercime
    Participant

    @patrykos360 updated with instructions for a full-width page near bottom of page http://wp.me/p1I84P-4p

    #151953
    bruceleebee
    Participant

    Hello,

    Again sorry if that was rude. I know Hugo was trying to help. I just wanted something more actionable (like you have provided).

    Think I found the problem and fixed it… I checked for the /members/ folder but could not find it. Then found that folder in the BuddyPress download and uploaded it into my theme like you said!

    Thanks!!

    #151952

    In reply to: Missing ADD MEDIA

    pjfbncil
    Participant

    Theme is speed plugins buddypress bbpress jetpack When i log in as a registered user and go to post, the add media button is not there tried changing theme still the same. registered users cannot add media to a post or page HostsLikeMe

    #151950
    Ben Hansen
    Participant

    – what did djpaul mean when he said: “Recreated by several users on multiple installs…..” Specifically what “multiple installs” is he referring to?

    multiple places/sites/servers take your pick every instance of buddypress is technically speaking another install.

    – Did you ever get your issue resolved after applying Changeset 6679?

    nah didn’t work for me my issue was bit different from that trac ticket anyway. i suspect it is a database thing of some kind or some kind of bug with my hosting service (wp engine) not really sure cause i can’t replicate it.

    #151949

    In reply to: Missing ADD MEDIA

    @mercime
    Participant

    @pjfbncil You mean Add Media in the Pages > Add New panel or the Posts > Add New panel? BuddyPress does not remove Add Media button or functionality at all.

    What plugins are activated in your installation? What theme are you using?

    #151948
    @mercime
    Participant

    Unfortunately the support for my theme is almost non-existent.

    @bennygill Hugo was trying to help you out. You install the BP Template Pack plugin and run Appearance > BP Compatibility if the theme author added that in the theme’s install instructions. Some don’t. Were you instructed to do so?

    Did you check in wp-content/themes/skematik/ if the /members/, /groups/, and other BP folders are there?

    Have you tried re-uploading your theme manually, i.e., via s/FTP etc. to see if issue is resolved?

    shanebp
    Moderator

    You can always submit a bug ticket on
    https://buddypress.trac.wordpress.org/ticket/4573

    Use the same login you use here. Provide an url where they can see the issue.

    #151942
    Patryk
    Participant
    wpmirwin
    Participant

    @ubernaut

    Thanks for link. I didn’t see that topic.. It’s hard to find things sometimes.

    I’m going to keep looking into it. It’s a crummy bug. I didn’t notice this in testing and I have a live site up where nothing is happening in the activity stream… it’s always 5 + hours in the past! 🙂

    The +5 hours on the records in the WP Admin Activity isn’t very nice, but at lease the end user doesn’t see it.

    Mike.

    Ben Hansen
    Participant

    well i was saying it is a known bug referring back to this thread but like i said i don’t know if theres a ticket yet:

    https://buddypress.org/support/topic/time-fifference-buddypress-activity-and-bbpress/

    #151939
    yadigit
    Participant

    Ok. Do some research on conflicting Java scripts. You may have to take the same code and rewrite it a different way so the codes don’t conflict.. I’m not sure how well you understand java. Also. Go into the config.php in the WordPress and turn on the debugging mode and click the load more button.. You might be able to get an idea of what’s going on if the debugging gives it to you.. Also what’s the site address?
    @amalsh

    #151935
    Hope
    Participant

    Hi @yadigit

    Thanks a lot for your quick reply.. Actually I’m aware of the code in global.js file & I changed the number of shown comments to 2 instead of the default (5) but this is not my problem.

    I’ll describe the problem in more details:
    After changing the number to 2 in global.js file, comments appear on the activity stream just as I want (2 shown comments & the rest are hidden) but when I click on “Load More” buttom, the comments of the newly loaded activity updates are shown totally (no hidden comments).

    So what could the problem be? 🙁

    #151932
    yadigit
    Participant

    @amalsh I’ve never really had a problem with it. Yet again the code listed above was ment for an older version on bp and WP.. It sounds like a conflicting Java or Ajax that could cause the problem. Now the question is, does it do it to every single one or just the ones loaded afew clicking load more.. If its just happening to the ones that is loaded after clicking load more I would follow the code from where the button is and find out how the code is getting loaded.. If I recall it just loops the entry.php file.. I haven’t played with bp for a while but I’ll love to help. Best thing to do is to follow the load more code and find out what its doing.. I’m pretty sure it deals with Java or Ajax.. Probably Ajax (I don’t have the files to look at them).. If the button is powered by Ajax try turning it into a regular html like but don’t have it reload the page..

    after saying all that I just remembered that you don’t have to use the code at all.. I believe it has it built into it already… Inside golbal.js there is a code tords the button where it will hide the comments if they exceed more then 5.. Your best bet is to find that code and change the 5 to a 2 or even a 0 if you like.. I’d search for it inside .js files before editing the .php files and doing what I said before. If you have any problems with it just let me know and I’ll pull up old files and locate it for you

    #151928
    @mercime
    Participant

    @apellicone By default, any member, down to suscriber level (default BP role) can create groups if you do not disable it in Settings > BuddyPress > Settings https://codex.buddypress.org/legacy/configuring-components-v1-6/#settings-buddypress-settings If you deactivate the Members plugin, can regular members create groups?

    wpmirwin
    Participant

    @ubernaut .. Hi Ben,

    Thanks for the quick reply. The only Trac ticket I could find that was close is this one.

    https://buddypress.trac.wordpress.org/ticket/4573

    It only addresses the issue where in WP Admin, the Activity time is +5 hours ahead of local time. The person who reported the problem may also have been in the EST timezone (-5) which means that the straight up GMT time from the dB would be +5 hours ahead of local time.

    However, the Trac ticket was closed by DJPaul 3 months ago. I’m not sure what the protocol is to have it be considered as a possible bug again.

    .. and my issue has another angle in that the Activity time that the end user sees in BP is -5 hours behind local time!

    So relative to local time, I have buddypress related times that are -5 hours, correct time, and +5 hours off. Yikes! 🙂

    Thanks,
    Mike.

    #151920
    @mercime
    Participant

    @ted_myers By default, there is one BuddyPress instance in a multisite installation. So even if you enable multiblog, while you can now have e.g. subdomain.example.com/members in your install, what you can post to and see there is that of BP in the main site.

    If you want to have multiple instances of BuddyPress in your Multisite installation, there are two available plugins for that
    1. ​https://wordpress.org/extend/plugins/bp-multi-network/
    and
    2. ​http://buddydev.com/plugins/buddypress-multi-network/

    #151917
    intimez
    Participant

    Drat! Another plugin that may not work for group forums. I guess it’s time to plan on converting off group forum. For future reference, is there a list of which plugin topic should be posted on wordpress.org and which should remain in the forums here on buddypress.org?

    Thanks @djpaul

    #151913
    Anonymous User
    Inactive

    thanks @mercime

    just added a demo of it :

    #151908
    factorian
    Participant

    @ubernaut

    Many thanks ubernaut.
    I will take a look and let you know how it works out.
    I really appreciate you giving me some new direction. 🙂
    Have a great day!

    #151899
    Hope
    Participant

    Hi @yadigit,

    Thanks for the solution! I have a question maybe you can help me with:
    When “loading more” activity stream, hiding comments doesn’t work i.e. all comments for activity updates appear which is not lovely!
    Why is that happening? How to fix this?

    Thank a lot
    Hope

    #151895
    Ben Hansen
    Participant

    hmm well the behavior you are experiencing is not normal behavior as you can tell by the fact your test site works. it may be that you’re going to have to hire someone who knows more then either of us to fix it. i have a similar problem that developed and is not reproducible (at least not as far as i’m aware):

    https://buddypress.org/support/topic/my-join-group-button-is-acting-funny/

    if the problem isn’t in the files then i would suspect its some kind of database thing i suspect you have a similar issue.

Viewing 25 results - 23,601 through 23,625 (of 68,948 total)
Skip to toolbar