-
hnla posted on the forum topic Found a bug! in the group How-To and Troubleshooting: 14 years, 8 months ago
No it’s far more likely to get lost here actually If posted as a ticket on trac it has to be reviewed by a core developer and they are the only ones that can apply patches or at least commit patches – if people have the skills they are at liberty to fix the issue […]
-
hnla posted on the forum topic Found a bug! in the group How-To and Troubleshooting: 14 years, 8 months ago
before everyone just redirects me to the buddypress trac to report the issue, *just read what the problem is*
Ok will do, now can you post it on trac please 🙂
-
hnla posted on the forum topic Top Nav Bar Display Problems in the group How-To and Troubleshooting: 14 years, 8 months ago
If you are talking about the adminbar (very top) then the template plugin references the file from the bp-default theme in the buddypress plugin directory but you can disable that file and code your own styles or place a copy of the file in your themes folder and add an @import call to it in your […]
-
hnla posted on the forum topic Will BP work with other themes and plugins? in the group How-To and Troubleshooting: 14 years, 8 months ago
@Chaotic_Cannon You are forcing mercime to follow and respond to two threads on the same topic while trying to get you to focus on one; note the links posted! Please stop this 🙂 it’s bad board nettiquette, choose one thread (likely this one given the direction of the questions) and stick to it.
-
hnla posted on the forum topic BP Privacy v1.0-RC1 is now available! in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 14 years, 8 months ago
The two plugins do not appear to be anything like comparable, if you simply want to be able to allow users to decide what of the various xprofile fields are visible then I guess this Jeff Farthings plugin does the trick, However BPC provides a far more serious look at privacy, take for example being […]
-
hnla posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 14 years, 8 months ago
I have to ask, why a custom post over a custom table? Why do we start to favour using custom posts for this kind of thing, seems a perfectly reasonable use of a custom WP table. It may very well just be me being slow and dense in seeing why custom posts are so wonderful, […]
-
hnla posted on the forum topic Top Nav Bar Display Problems in the group How-To and Troubleshooting: 14 years, 8 months ago
A SC isn’t going to be much use to someone trying to help you with coding issues 🙂 You simply have styling issues and need to work through the stylesheets adjusting where necessary you may or probably have still to ensure that the markup in BP files copied to your wp theme match to the […]
-
hnla posted on the forum topic BP Privacy v1.0-RC1 is now available! in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 14 years, 8 months ago
Guess thats the kind of negative comment that helped Jeff arrive at his decision 🙂
-
hnla posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 14 years, 8 months ago
Quick install of invite-anyone for first time on a non multisite WP 3.05 / BP 1.3 (note 1.3 checkout from approx four weeks back before JJJ started changes) N.B realise a work in progress, but noted for the record: Installed without hitch, everything looks ok, only issue was it sent invite to who.example.com so addie […]
-
hnla posted on the forum topic Invite Anyone 0.8 testers wanted in the group Invite Anyone: 14 years, 8 months ago
Cool, chucked it over the version I made the markup changes on (1.2.7/3.03) seamless upgrade, no obvious issues. Single email textarea is much neater and leaner on markup ‘a good thing’ Be nice if instead of submitting valid emails and chucking us back to screen with notification of failed one we either simply returned the […]
-
hnla posted on the forum topic BP Privacy v1.0-RC1 is now available! in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 14 years, 8 months ago
🙂 your asking for support for a plugin only just released into the community, although I’m sure that those that have downloaded and run this pluigin to start testing with will try and help, it’s probably not wise to rely on that, this will be something that people are going to have get to grips […]
-
hnla posted on the forum topic The server responded with a status of 404 (Not found) in the group How-To and Troubleshooting: 14 years, 8 months ago
Sorry it doesn’t really give me anything to go on, I would suggest trying to get everything back to the original default folders, ensure template pack is correct and that it’s using stylesheets i.e they haven’t been turned off in the dashboard options. What was suggested before should have worked, that it didn’t suggests other […]
-
hnla posted on the forum topic Can't use bp_get_profile_field_data in the group How-To and Troubleshooting: 14 years, 8 months ago
try:
xprofile_get_field_data()There have been quite a few threads on th subject of xprofile data so also have a little search as I’m not sure what parameters you’ll need to feed through, other than ‘field name’ or it’s ID ‘8’
-
hnla posted on the forum topic How to display user avatar horizontally? in the group How-To and Troubleshooting: 14 years, 8 months ago
Simple approach (guess I was overthinking what you were after ) if you don’t want the sidebar whatsoever when viewing an account/profile view would be to remove the sidebar call altogether.
in:
member/single/home.phpcomment out the sidebar function thus:
Then you’ll probably need to adjust your styles for that specific page.
-
hnla posted on the forum topic How to display user avatar horizontally? in the group How-To and Troubleshooting: 14 years, 8 months ago
Just use a conditional check to see if displayed user == to logged in user, you can see those sorts of conditions at work if you look through profile pages for views that only show for the actual profile user or items that only show if you are logged in, then simply compare the two […]
-
hnla posted on the forum topic Child themes fail scan when added to repo. in the group BP-Default: 14 years, 8 months ago
I just have that widget page template theme in the repo that people really want. All it is is a page template and CSS plus functions for widget areas. Ah ok, see what you mean and the scan is naturally unable to adjust it’s parameters. Including something like a usable template that can be set as […]
-
hnla posted on the forum topic How to display user avatar horizontally? in the group How-To and Troubleshooting: 14 years, 8 months ago
It’s simply a case of understanding the weight of selectors, now you have an id on the ul you should be able to weight the selector set in your favour i,e: #avatar-block-inline li.item-avatar-online a img {} if necessary add classes to the a or img elements changing the class names as I have may well […]
-
hnla posted on the forum topic How to display user avatar horizontally? in the group How-To and Troubleshooting: 14 years, 8 months ago
For starter it’s a list of items, so a good start would be to rewrite the markup using appropriate semantic elements, in this case a ul construct:
<a href=""> </a>
Try not to add inline styling, it’s only used by scripting and shouldn’t be used when it can be avoided, style the elements using […] -
hnla posted on the forum topic Child themes fail scan when added to repo. in the group BP-Default: 14 years, 8 months ago
REQUIRED: Could not find DOCTYPE in the PHP files. A DOCTYPE declaration must be in the header of the page. How does that one figure then, is that list a result of simply skinning a parent theme i.e a stylesheet but no files as such, regardless bp-deafult may pass but child themes will struggle, not […]
-
hnla posted on the forum topic The server responded with a status of 404 (Not found) in the group How-To and Troubleshooting: 14 years, 8 months ago
Path will be wrong ../ is a directory notation that instructs to move one level up to find a file, if both files at same level then simply state the file name
- Load More
@hnla
Active 7 years, 3 months ago