Hi @ddean
Still trying to get a hyperlinked list output from BP Group Organizer.
This would assist in being a quick snapshot of the hierarchy and what is left to do.
Also, perhaps some sort of spreadsheet output would be very handy too.
Do you agree?
Cheers
Johnny
Hi man, found this on the web. The original Author unsure, but it’s the typical tags you would use for a sitemap.
`
Pages
Feeds
- <a title="Full content" href="feed:”>Main RSS
- <a title="Comment Feed" href="feed:”>Comment Feed
Categories
All Blog Posts:
<?php $archive_query = new WP_Query('showposts=1000&cat=-8');
while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
-
<a href="” rel=”bookmark” title=”Permanent Link to “>
()
Archives
`
@ddean it would be great if this could be native to the plugin…
this would help get a detailed html group report on how many/how they are organised.
This info could then be used by other people!
Thanks,
Johnny
Any update with this @ddean?
We are approaching nearly 1000 buddypress groups in hierarchy format.
Need to output a list in hierarchy format with clickable links.
Mainsite > Groups
Mainsite > [Groups] > [Electronics]
Mainsite > [Groups] > [Electronics] > [Music Players]
Something like the above format (with links within square brackets).
It would be great if BP Group Organizer can export this TEXT (no links) and HTML (with links).
Any +1s ?
Thanks,
Johnny
Hi, all! -
I’ve started adding a groups export feature to this plugin. For the next release there will definitely be CSV export, and I’m checking out other formats to see what would be best for this plugin. The standard XML sitemaps format doesn’t seem to have any provision for friendly names (like the group name), so it doesn’t seem like a good fit…
Any ideas are welcome!