-
hnla posted on the forum topic BuddyPress.org Changes: (Action Plan) in the group Requests & Feedback: 15 years, 8 months ago
Old thread BeckB.
https://buddypress.org/community/groups/buddypress-org-ninjas/home/Is the better place now for site comments / suggestions etc
-
hnla posted on the forum topic For Problems Or Broken Things With The Recent BuddyPress.Org Redesign in the group Requests & Feedback: 15 years, 8 months ago
@BeckB this and the other thread are a bit old to be resurrecting.
Thoughts and suggestions/comments about the site in general are now best made in the group dedicated to the improvement of buddypress.org
https://buddypress.org/community/groups/buddypress-org-ninjas/home/
We’ll leave this thread as read only.
-
hnla posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 15 years, 8 months ago
@pcwriter Patrick you have changed the plugin directory name but you haven’t updated the loader file include path to reflect this.
-
hnla posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 15 years, 8 months ago
Re the additional elements added, There are two approaches: the embedded style rules could be combined, outputting a series of ‘style’ tags clutters the head; better that those display:none rules are injected into the same style tag function. I think though the correct approach with these adminbar elements is to use remove_actions rather than style […]
-
hnla posted on the forum topic qTranslate has crashed my website.. not sure how to resolve it in the group Third Party Components & Plugins: 15 years, 8 months ago
To restore BP/WP force deactivate the plugin by FTP /SSH/control panel access and renaming or deleting the plugin.
-
hnla posted on the forum topic activation email / new users in the group How-To and Troubleshooting: 15 years, 8 months ago
@dinoraptor101 this thread is a year and 7 months old, generally old threads aren’t resurrected can you start a new post for any issues you are having. fwiw if email servers are rejecting out of hand you need to check your mail delivery notification for error codes that should tell you why, if no failed delivery […]
-
hnla posted on the forum topic Manual Upgrade in the group Installing BuddyPress: 15 years, 8 months ago
Probably the better way to proceed anyway, I always upload manually , having first disabled all BP dependent plugins then deactivate BP itself, then remove or rename the folder and upload the new one then reverse the process for deactivation of plugins reactivating new BP, checking that’s ok then enabling the other bp plugins one […]
-
hnla posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 15 years, 8 months ago
Added the ‘Community’ label conf variable and corrected the globals
-
hnla posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 15 years, 8 months ago
Good spot, that’s why second eyes are vital, also the $hideMainNav doesn’t need to be globally scoped as the function sits outside pages() and the variable is already in the main page scope so no global required for it. Not sure how the process works for uploading plugins but would guess it hasn’t been approved […]
-
hnla posted on the forum topic buddypress with wordpress 3.0.1 in the group How-To and Troubleshooting: 15 years, 8 months ago
Assuming you answered an implicit affirmative to Paul’s question about editing the correct file, did you restart your Apache? server for the changes to take effect (apologies if teaching grandmother to suck eggs 🙂 )
-
hnla posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 15 years, 8 months ago
new adjustments: typo corrected; http://pastebin.com/TA4vGHT5 Config section created at top of file – labels all set from that point by user Hide main nav links function created to add embedded styles via add_action dependent on user setting $hideMainNav = true Hiding the main nave through CSS isn’t really the best option as it leaves the […]
-
hnla posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 15 years, 8 months ago
What starts out as appearing to be a simple requirement, nearly always evolves to something else 🙂 admin area would be next step, however in some senses it’s starting to over complicate things. An alternative is to create a conf file with a series of options similar to the one written to flip flop the […]
-
hnla posted on the forum topic Looking for a great 3 column theme compatible with older versions of IE in the group Creating & Extending: 15 years, 9 months ago
Yep I’ve added it to a ever growing to do list, not sure when I’ll be able to get round to it but definitely will at some point as it’s a shame that bp-default doesn’t render well on IE >= 7
-
hnla posted on the forum topic Looking for a great 3 column theme compatible with older versions of IE in the group Creating & Extending: 15 years, 9 months ago
‘Attempts’ being the operative word. it’s a shame as all that’s really required is a little knowledge and experience, IE issues are not really that hard to cope with, the use of combinator selectors that IE6 doesn’t understand is just plain wrong and unnecessary, and generally only used where rulesets were desired to be hidden […]
-
hnla posted on the forum topic Looking for a great 3 column theme compatible with older versions of IE in the group Creating & Extending: 15 years, 9 months ago
No it’s not hard to believe, many organizations still use IE6 and can’t change as they have proprietary in house apps written for it. I’m afraid the truth is that too many younger coders and not so younger are are happy to assume that IE6/7 is dead and they don’t need to code with correct […]
-
hnla posted on the forum topic Looking for a great 3 column theme compatible with older versions of IE in the group Creating & Extending: 15 years, 9 months ago
Older version of IE? which specifically? IE6? If so I’m afraid you’ll be out of luck or at least search long and hard to find themes that work with IE6 they should! but most won’t have taken this older browser into account bp-default hasn’t – by the look of things – done any or much […]
-
hnla posted on the forum topic How to allow members to create their own blogs? in the group How-To and Troubleshooting: 15 years, 9 months ago
That’s the one 🙂 Follow the steps carefully and fully.
-
hnla posted on the forum topic How to allow members to create their own blogs? in the group How-To and Troubleshooting: 15 years, 9 months ago
There is a how to guide if you search the WordPress codex
-
hnla posted on the forum topic How to allow members to create their own blogs? in the group How-To and Troubleshooting: 15 years, 9 months ago
It’s very simple as long as you are running WP MU or WP 3.0 and if WP 3.0 you must have manually configured it for Multi site functionality (You don’t say what you’re running on!)
Then you simply need to set the option allow users to register accounts and blogs in main admin options.
-
hnla posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 15 years, 9 months ago
quick adjustment to give choice on wp_list_pages, but this ought to be carried through to the wp_nav_menus which I’ll leave as an exercise for the class 🙂
- Load More
@hnla
Active 7 years, 10 months ago