-
jonnyauk replied to the forum topic Removing menus not working in BuddyPress 1.5 – help please;) in the group Creating & Extending 13 years, 2 months ago
Thanks @boonebgorges – that’s perfect!
Just in-case anyone else comes across this, here is the complete final function for removing the various navigation items from the group menu in BP1.5:
`function […]
-
jonnyauk replied to the forum topic Removing menus not working in BuddyPress 1.5 – help please;) in the group Creating & Extending 13 years, 2 months ago
So, the above function works for other menus I’ve tried (under profile) – but I can’t interact with the ‘groups’ menu… I have tried the following in the function above:
`bp_core_remove_subnav_item( […]
-
jonnyauk replied to the forum topic Removing menus not working in BuddyPress 1.5 – help please;) in the group Creating & Extending 13 years, 2 months ago
Ah, my mistake – this code does actually work HOWEVER , I can’t get it to hide ‘Send Invites’ or anything else under the group menu… do I have to do something different?
`function […]
-
jonnyauk posted an update 13 years, 2 months ago
Is feeling warm and fuzzy about BuddyPress – it’s nice around here, I may stick around for a while;) Thanks for all the help and support – you guys ROCK!
-
jonnyauk replied to the forum topic Is it possible to remove steps from group setup – ie avatar/invite friends (BP1.5)? in the group Creating & Extending 13 years, 2 months ago
As an aside (and to be complete on subject if someone comes across this issue!) you will obviously need to alter your template to remove the display of the group avatar – but this is simple template level code;)
-
jonnyauk replied to the forum topic Is it possible to remove steps from group setup – ie avatar/invite friends (BP1.5)? in the group Creating & Extending 13 years, 2 months ago
Thanks @DJPaul – you got my issue in one – I need to keep user avatars functionality, but disable group avatars and the creation step… so many thanks for your answer on this one;)
Just to clarify, in-case […]
-
jonnyauk replied to the forum topic Is it possible to remove steps from group setup – ie avatar/invite friends (BP1.5)? in the group Creating & Extending 13 years, 2 months ago
BUMP – Sorry – anyone got any tips on this – I really don’t want to hack it out of the core code, but really need to remove this step in the group creation process. It’s obviously easy enough not to display the […]
-
jonnyauk started the topic Resolved-Is it possible to remove steps from group setup – avatar/invite BP 1.5? in the forum Creating & Extending 13 years, 2 months ago
I am working through a very custom BuddyPress site built on the trunk dev version of BP1.5.
I was wondering if it is possible to remove the avatar step in group setup – I can see if I click through creating my group, when I get to the avatar step if I exit out of the group creation process the group is successfully created – with or without an…[Read more] -
jonnyauk started the forum topic Is it possible to remove steps from group setup – ie avatar/invite friends (BP1.5)? in the group Creating & Extending 13 years, 2 months ago
I am working through a very custom BuddyPress site built on the trunk dev version of BP1.5.
I was wondering if it is possible to remove the avatar step in group setup – I can see if I click through creating my […] -
jonnyauk started the forum topic Removing menus not working in BuddyPress 1.5 – help please;) in the group Creating & Extending 13 years, 2 months ago
I’m developing on the trunk version of BP and seem to have hit a bit of a road block when trying to manipulate the BuddyPress menus.
As per […]
-
jonnyauk started the topic [Resolved] Removing menus not working in BuddyPress 1.5 – help please;) in the forum Creating & Extending 13 years, 2 months ago
I’m developing on the trunk version of BP and seem to have hit a bit of a road block when trying to manipulate the BuddyPress menus.
As per https://bpdevel.wordpress.com/2011/08/05/how-bp-1-5-load-order-changes-may-affect-your-plugins-or-themes/ I have tried the following functions wrapped up in a function and hooked upto bp_setup_nav ie:
function…
[Read more] -
jonnyauk replied to the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy 13 years, 3 months ago
I was able to do some testing Friday, but have been looking at this again today… sorry @ddean – it doesn’t seem to be working quite right just yet […]
-
jonnyauk replied to the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy 13 years, 3 months ago
Thanks @ddean – REALLY appreciate you looking into this for me and working on it. I’ll be able to begin testing Thursday (28th) evening hopefully – and […]
-
jonnyauk posted on the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy 13 years, 3 months ago
@ddean – Following on from the previous post, I was wondering if you had a chance to look into my previous post – with the patch in-place (new filter) is it now possible to get this plugin working with 1.3? I have had a good look […]
-
jonnyauk posted on the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy: 13 years, 4 months ago
@ddean I’ve tested out the current code from branches/1.3-compatible, it stops the group creation process even with errors sadly with the undefined BP_GROUPS_SLUG constant error. Do you have much work to reconfigure the plugin to use the proposed filter in https://buddypress.trac.wordpress.org/attachment/ticket/3312/ – By the sounds of it this is…[Read more]
-
jonnyauk posted on the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy: 13 years, 4 months ago
Sssshh, don’t worry Paul – I won’t tell anyone! Joking apart, I can’t wait to hear your BuddyPress talk at WordCamp Portsmouth UK this year – it’s going to be a fantastic conference;)
-
jonnyauk posted on the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy: 13 years, 4 months ago
@ddean Wow – thank you so much for getting into this 1.3 issue so quick and putting all that time in, I’ll be testing the 1.3-compatible version as soon as I can. Although I’m reasonable with PHP and know WordPress well – my BuddyPress knowledge goes nowhere near this deep, but i’ll be happy to share […]
-
jonnyauk posted an update 13 years, 4 months ago
@ddean Hi David – could you please contact me through http://jonnya.net/contact/ so we can open up a dialogue regrading your BP Group Hierarchy plugin – I am willing to fund some potential development on it if you have the capacity.
-
jonnyauk posted on the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy: 13 years, 4 months ago
Hi David, thanks for your quick response – as a WordPress plugin developer myself I understand how tricky it is to keep up with development of a plugin as the platform (WP and BP) develop… especially as there is no financial payment! I understand what you mention in your post – sounds like there could […]
-
jonnyauk started the forum topic Issues with BP1.3 trunk development version in the group BP Group Hierarchy: 13 years, 4 months ago
Firstly, congratulations on putting this together – great work! I am very surprised that this is not a more requested feature – hierarchy in groups seems like pretty essential functionality for organising groups! However, I wanted to report what happens on BP1.3: I am using: – BuddyPress trunk development version (v1.3-bleeding) – WordPress v3.1.3 – […]
- Load More
@jonnyauk
Active 8 years ago