Search Results for 'buddypress'
-
AuthorSearch Results
-
January 29, 2013 at 3:51 am #151962
Ben Hansen
Participantmy understanding is that this issue exists on all buddypress installs (i could be wrong).
January 29, 2013 at 3:49 am #151961wpmirwin
ParticipantForgot 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.
January 29, 2013 at 3:05 am #151958In 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
January 29, 2013 at 2:40 am #151955In 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]January 29, 2013 at 2:36 am #151954@mercime
Participant@patrykos360 updated with instructions for a full-width page near bottom of page http://wp.me/p1I84P-4p
January 29, 2013 at 2:36 am #151953In reply to: [Resolved] Members Profile Missing
bruceleebee
ParticipantHello,
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!!
January 29, 2013 at 2:21 am #151952In reply to: Missing ADD MEDIA
pjfbncil
ParticipantTheme 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
January 29, 2013 at 2:01 am #151950In reply to: [Resolved] threaded comments won't work after update
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.
January 29, 2013 at 1:50 am #151949In 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?
January 29, 2013 at 1:12 am #151948In reply to: [Resolved] Members Profile Missing
@mercime
ParticipantUnfortunately 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?
January 29, 2013 at 12:37 am #151946shanebp
ModeratorYou can always submit a bug ticket on
https://buddypress.trac.wordpress.org/ticket/4573Use the same login you use here. Provide an url where they can see the issue.
January 29, 2013 at 12:19 am #151942Patryk
ParticipantJanuary 29, 2013 at 12:16 am #151941wpmirwin
ParticipantThanks 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.
January 28, 2013 at 11:58 pm #151940Ben Hansen
Participantwell 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/
January 28, 2013 at 11:44 pm #151939In reply to: Collapse and expand comments
yadigit
ParticipantOk. 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?
@amalshJanuary 28, 2013 at 10:54 pm #151935In reply to: Collapse and expand comments
Hope
ParticipantHi @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? 🙁
January 28, 2013 at 10:40 pm #151932In reply to: Collapse and expand comments
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
January 28, 2013 at 10:22 pm #151928In reply to: Trying to allow Author roles to create groups
@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?
January 28, 2013 at 10:19 pm #151927wpmirwin
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.January 28, 2013 at 9:32 pm #151920In reply to: Problem creating Buddypress enabled 2nd site…
@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/January 28, 2013 at 9:29 pm #151917In reply to: Achievements version 3 events for group forums
intimez
ParticipantDrat! 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
January 28, 2013 at 9:13 pm #151913Anonymous User
Inactivethanks @mercime
just added a demo of it :
January 28, 2013 at 8:42 pm #151908In reply to: [Resolved] threaded comments won't work after update
factorian
ParticipantMany 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!January 28, 2013 at 7:59 pm #151899In reply to: Collapse and expand comments
Hope
ParticipantHi @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
HopeJanuary 28, 2013 at 7:49 pm #151895In reply to: [Resolved] threaded comments won't work after update
Ben Hansen
Participanthmm 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.
-
AuthorSearch Results