-
hnla posted on the forum topic BP Follower Plugin does not work with Invite-Anyone in the group Invite Anyone: 15 years, 10 months ago
Ah; that darn plugin is just too friendly 🙂
-
hnla posted on the forum topic BP Follower Plugin does not work with Invite-Anyone in the group Invite Anyone: 15 years, 10 months ago
With what other details Erich? I have invite-anyone working just fine – or so it appears – on WP 3.0 BP 1.2.4.1 with followers installed and friends enabled, disabling friends makes no difference, other than the directory listing is empty in a group view?
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@nuprn1 I presume that you have seen Jeff’s ticket on the same issue -said for no particular reason 🙂
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@johnjamesjacoby At risk of the subject becoming a tad boring 🙂 back to the zebras: For the moment, so I can move on I have adjusted bp-forums-templatetags.php – function bp_get_the_topic_css_class() ~580 to the snippet below to deal with the empty class attr: if ( 0 == (int)$forum_template->topic->topic_open ): $class .= ‘ closed’; else: $class…[Read more]
-
hnla posted on the forum topic Buddypress 1.4?? in the group Requests & Feedback: 15 years, 10 months ago
!.4??? we haven’t arrived at 1.3 yet and currently waiting on 1.2.5 being finalised and tagged
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
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 […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
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 […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@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. […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@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 […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@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 […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@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?
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
CVS is vital for projects, and I had once pushed for using SVN on a web app project but was overruled by the rest of the team as they thought it would be too confusing! I was proved right and they regretted not implementing it. If I ever have cause to implement a CVS in […]
-
hnla posted on the forum topic BuddyPress 1.2.5 tickets are cleared out in the group Requests & Feedback: 15 years, 10 months ago
@johnjamesjacoby ok I checkedout trunk which on reflection was not what I intended as that is bleeding edge soon to be tagged 1.3 isn’t it? On a side note there installed that for fun and it breaks straightaway with an undeclared function bp_page_title() which isn’t a new function! It’s been a while since I used Subversion […]
-
hnla posted on the forum topic Buddypress CSS Validation Error Reporting in the group How-To and Troubleshooting: 15 years, 10 months ago
No you’re not the only one I raised a ticket on the matter. Problem is that for the moment you shouldn’t use that hide adminbar unless you make some changes. The issue is that there is a function that checks to see if disable adminbar is true and if so it generates a style tag […]
-
hnla posted on the forum topic I'm no longer super admin. What happened? in the group How-To and Troubleshooting: 15 years, 10 months ago
but you are only ever displayed as ‘Admin’, you don’t show as ‘Super Admin’ that is just a menu item or category that all admins should see, or so I thought? have you actually lost the dashboard menu headed ‘Super Admin’? Ought to also point out that this forum is really for BuddyPress specific issues, […]
-
hnla posted on the forum topic Is bp dying a slow death? in the group Miscellaneous: 15 years, 10 months ago
@foxly would love to test the nightly, could you fix the link to the build? or is it me?
-
hnla posted on the forum topic BuddyPress Dev Chat – in the group Miscellaneous: 15 years, 10 months ago
😆 it is stickied it just doesn’t actually stay at the top of the lists. it’s going to get very boring bumping it every five minutes Paul.
I will attempt to get an outline topic posted to the bpdevel post, hope others will too!.
-
hnla posted on the forum topic Is bp dying a slow death? in the group Miscellaneous: 15 years, 10 months ago
<quote JJJ> because no one is testing the branch and no one is reporting back how various fixes have affected them. </quote> If that is the case how have any branches arrived at RC/stable stage. Is this one of the fundamental issues with the project development as I’ve wondered how it is that releases seem to have […]
-
hnla posted on the forum topic Is bp dying a slow death? in the group Miscellaneous: 15 years, 10 months ago
@mrmazz I’m glad you drew attention to that metaphor as it worried me somewhat and simply asking that everyone and their dog pitch in and submit patches can well be a recipe for disaster.
-
hnla posted on the forum topic Is bp dying a slow death? in the group Miscellaneous: 15 years, 10 months ago
Back to my comment to Andy to give those guys that know their way around BP commit access it will lighten the load on Andy & John James.
There is a interim fix for the activity stream on front page issue and if I could find the link I’d post it 😉
- Load More
@hnla
Active 7 years, 10 months ago