Search Results for 'buddypress'
-
AuthorSearch Results
-
June 27, 2010 at 6:31 pm #83135
In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
Keymaster@hnla Can you take a screen shot of what you’re experiencing and attach it to the original ticket? My fix to this issue is not the same as yours and Jeff’s. Mine only applies alt styling to rows that are inside a tbody. Table headers are styled independently, which was always the original intent.
June 27, 2010 at 6:28 pm #83134In reply to: BuddyPress 1.2.5 tickets are cleared out
Hugo Ashmore
Participant@Johnjamesjacoby your @mention name is too long

Erm I don’t really get what has gone wrong with this as I stated on that ticket of Jeff’s that I tested and all was ok now I look at the install that I made those changes on and see that all tr receive ‘alt’ which I wouldn’t have missed on initial testing so somewhat puzzled!
One thing could you change it from ‘odd’ to ‘even’ as Jeff’s point was pertinent it’s rather annoying to class the th parent tr with ‘alt’ or use my snippet and add a class specif to parents of th elements so we can easily remove/change styling, not that it’s the best approach.
June 27, 2010 at 6:25 pm #83133In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
KeymasterJune 27, 2010 at 6:23 pm #83132In reply to: BuddyPress 1.2.5 tickets are cleared out
rich! @ etiviti
Participanthave a link to the latest 1.2.5 revision to test it out again?
June 27, 2010 at 6:14 pm #83131In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
KeymasterThe alt styles are now setup correctly, with odd rows getting the alt class all through-out the installation. This includes forums, topics, and settings, all of which were previously working in different ways or not at all. I also added theads and proper th’s so their style would be applied correctly, which they previously were not.
It will look differently than it did before, but this is the way it was always supposed to look.
June 27, 2010 at 6:11 pm #83130In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
KeymasterMade what I think are the final few changes. I’m unable to duplicate the forum alt-striping issue.
bbPress won’t be included in the Trac zip, because it’s setup as an SVN external. It will be in the final zip though.
June 27, 2010 at 5:57 pm #83127In reply to: BuddyPress 1.2.5 tickets are cleared out
Hugo Ashmore
Participant@johnjamesjacoby how fixed it in a different way? it appears somewhat borked now? I thought Jeff’s patch worked well for me in testing but now am confused as removing that couple of lines in global.js shows that the alt class is being applied from elsewhere?
In forums component logged out or in I have an empty class on one tr
June 27, 2010 at 5:48 pm #83125In reply to: BuddyPress 1.2.5 tickets are cleared out
rich! @ etiviti
Participant@johnjamesjacoby also related to this too? https://buddypress.org/community/groups/buddypress-group-forum-extras/forum/topic/forums-index-bug/#post-60122
if i place another table on the forums component – the tr alt class is being applied automagically (which someone reported to each row)June 27, 2010 at 5:48 pm #83124In reply to: New site feature not working
Chris O’Brien
ParticipantPaul: Thanks for the reply. One question before I do: If I disable buddy press…do i lose all the things i’ve configured and members I’ve added? Or will those be saved if i turn the BuddyPress plugin off?
June 27, 2010 at 5:44 pm #83122In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
KeymasterJune 27, 2010 at 5:38 pm #83121In reply to: BuddyPress 1.2.5 tickets are cleared out
Hugo Ashmore
Participant@johnjamesjacoby I noted that you closed the ticket Jeff raised on the alt striping class in line ~822 so I assumed it had been added but checking the 1.2.5 branch default themes _inc/global.js doesn’t show it?
June 27, 2010 at 5:37 pm #83120In reply to: BuddyPress 1.2.5 tickets are cleared out
intimez
ParticipantbbPress files were not found
plugin listed as 1.2.5 but theme is still listed as 1.2.4.1June 27, 2010 at 5:32 pm #83119In reply to: Creating a General Forms Plugin for WordPress!
peterverkooijen
ParticipantWould mm forms work?
Buddypress profile fields are not standard WordPress though. They’re in complicated database tables called xprofile, so if you want to integrate it with anything else fuggedaboutit. You’ll need custom coding.
June 27, 2010 at 5:02 pm #83117In reply to: BuddyPress 1.2.5 tickets are cleared out
lincme.co.uk
Member@johnjamesjacoby; It works now. I’ll hack a couple of things like the profile message being wrong, and also the View permalink (which also shows on the page you clicked to View, so you can view recursively!) Many thanks.
Now, where can I see a lit of what’s changed in this version..? Edit: Found trac, no worries.
June 27, 2010 at 4:51 pm #83116In reply to: BuddyPress 1.2.5 tickets are cleared out
rich! @ etiviti
Participant@johnjamesjacoby on the forums component page – if i’m logged out the alt class is applied to all forum topic rows, log in and alternates correctly.
June 27, 2010 at 4:30 pm #83115In reply to: issue on wp 3.0 install with BP
r-a-y
Keymaster@joyceborneo – Read these instructions and follow them as your life depended on it!
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/For the other people in this thread, the above might help, but might not depending on your use case.
June 27, 2010 at 4:24 pm #83112r-a-y
Keymaster@nit3watch – It looks like you’re only hooking into the save action after the group is created.
Try adding another save action with “groups_create_group_step_save_group-details”:
add_action( 'groups_create_group_step_save_group-details', 'gfield_save_field' );See if that works.
June 27, 2010 at 3:53 pm #83107In reply to: Removing Groups From Forums
r-a-y
Keymaster@alanchrishughes – Here’s such a tutorial to integrate WordPress and standalone bbPress:
http://www.techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/June 27, 2010 at 3:44 pm #83103In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
Keymaster@lincme A few things have changed. Try a full and complete BuddyPress file replacement and report back. I am running the 1.2.5 version (same as you) with the BP Edit Group Slug plugin (which appears to be giving you trouble) and I am receiving no errors with it.
June 27, 2010 at 3:23 pm #83102In reply to: BuddyPress 1.2.5 tickets are cleared out
lincme.co.uk
MemberSheesh. Just got back, downloaded and tried the new bump, and every plugin is failing one after another. Messages like;
Fatal error: Class ‘BP_Group_Extension’ not found in C:xampplitehtdocswp-contentpluginsbp-edit-group-slugbp-edit-group-slug.php on line 27
Removing them fixes it, adding them back; fail.

Edit: Has something changed function-wise? One plugin on reactivation, for example, is giving the following error (shortened);
Fatal error: Call to undefined function is_site_admin()
June 27, 2010 at 2:58 pm #83100In reply to: BuddyPress 1.2.5 tickets are cleared out
rossagrant
ParticipantOnly just noticed this issue in BP 1.2.4 too.
Seems to reflect the name of who is logged in, rather than who the @mention belongs to. Is this now fixed in 1.2.5?June 27, 2010 at 1:19 pm #83095In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
Keymaster@nuprn1 Just patched the branch for that issue. Care to test?
The style.css will get bumped when 1.2.5 is tagged.
June 27, 2010 at 1:17 pm #83094In reply to: BuddyPress 1.2.5 tickets are cleared out
rich! @ etiviti
ParticipantThat message uses the bp_get_displayed_user_username() for the @ and bp_get_user_firstname( bp_get_displayed_user_fullname() ) for the 2nd/3rd references.
BUT if bp_get_displayed_user_fullname() is empty – bp_get_user_firstname falls back on $bp->loggedin_user->fullname
So either the core logic needs to change or you can filter on bp_get_user_firstname and just remove it
JJJ – bump the version number on the style.css?
June 27, 2010 at 12:41 pm #83093In reply to: BuddyPress 1.2.5 tickets are cleared out
lincme.co.uk
Member@johnjamesjacoby; Just a quick note, as I’m off out for a while. I noticed in the previous version of BP that the ‘?’ symbol on the profile age next to the avatar was reporting names wrongly. I hacked it in core, but now it’s back in the new version.
Eg., with a user ‘fred’, when logged in as fred the message is correct. But if I’m logged in as ‘admin’ I get this when looking at fred’s profile (notice ‘admin’ in second sentence);
@ fred is a unique identifier for admin that you can type into any message on this site. admin will be sent a notification and a link to your message any time you use it.
When I hacked it I removed the extra names, as they’re not required;
@ fred is a unique identifier for this person that you can type into any message. He/she will be sent a notification and a link to your message when you do this.
June 27, 2010 at 11:52 am #83092In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
Keymaster -
AuthorSearch Results