Fourmi
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results with custom postsNo it’s not that huge but it’s enough to be a very important part of the website!
Here’s the link:
http://www.damasketdentelle.com/home/?s=design (the keyword “design” should show 119 results according to the top 25 words).Thank you so much for your help!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results with custom postsAbout 1500.
Forum: Plugins
In reply to: [BP Group Hierarchy] Renaming nav item labelsBump!
I’d like to know more about the functionality bp_group_hierarchy_directory_order_sort that you’re planning to add and to have an idea of when you will add it.
Thanks a lot!
Forum: Plugins
In reply to: [BP Group Hierarchy] Renaming nav item labelsHello David,
Thank you very much for the new filter! I’ll change the way I coded it so I can use it.I’m also looking for a way to sort an array of groups with the same options of the default Buddypress group sort. I see on your website that there will be a some sorting in a future release, will it be possible to pass an array of groups as a parameter? And do you have an idea of the moment it will be released?
Thanks again for a great plugin and great support!
Gabrielle
Forum: Plugins
In reply to: [BP Group Hierarchy] Renaming nav item labelsHi David,
Thank you for your answer.
I made it work using something similar to your first suggestion. It’s not ideal but it works. A filter would be a nice addition to your already good plugin!Gabrielle
Forum: Plugins
In reply to: [BuddyPress Groups Extras] Getting fields infoGuides will be very useful!
How does the post and the group are associated to each other? Is there a way I can retrieve the extra fields data while looping my groups?
Thanks a lot!
Forum: Plugins
In reply to: [BuddyPress Group Tags] Cloud Tag URL's not workingSame issue.
The URL is working with the fix from epawel but the page is empty.Is there someone who found out how to make it work?
Forum: Plugins
In reply to: [BP Group Hierarchy] Renaming nav item labelsAfter a second thought, updating the site option is not the best idea. Two visitors could visit two different sections and update the site option value at the same time. If someone has a better idea please let me know.
Forum: Plugins
In reply to: [BP Group Hierarchy] Renaming nav item labelsFinally found it by myself. I’ll place this line of code in a switch statement:
update_site_option( 'bpgh_extension_nav_item_name', 'Discussions' );Forum: Plugins
In reply to: [BP Group Hierarchy] how to get group parent idTo get the current group parent id:
$parentid = $bp->groups->current_group->parent_id;Outside the loop, you can use this if you have the group id:
$group = new BP_Groups_Hierarchy($groupid); $parentid = $group->parent_id;Well… now it’s working fine. I guess I should have restarted the browser before posting 😉
But my main issue is still the mandatory times and dates.