rhammond
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Enhancements] Remove blavatar CSS to anon userMany thanks. Appreciate the work.
Forum: Plugins
In reply to: [The Events Calendar] Author Role – allow to publish events?Thank you for your reply. We did find a way to address our issue. Thanks again for the support and the work on the plugin.
Thanks for your help. I believe I have a fix:
– at first, I disabled Events under Post Type Usage, under Network > Role Options > Realm. This allowed for anon viewing.
– didn’t think this was the best solution, and saw that adding this in functions has helped others: define( ‘SCOPER_EARLY_INIT’, true );This did the trick. Events are now anon viewable and I can manage Events permission levels.
Thanks again for your help and time.
More to it…it actually seems to be block all events from The Event Calendar to anonymous users. The Event Calendar is empty to the public, when events exist and are viewable to the public.
Any insight would be greatly appreciated. I will post a solution, if found.
/lib/navigation.php
Just went through this myself.
Forum: Hacks
In reply to: Sidebar menu with Child Page (SubPage) activeFound my own answer:
$subpages = get_pages(array("child_of"=>$id,'sort_column' => 'menu_order'));Forum: Hacks
In reply to: Sidebar menu with Child Page (SubPage) activeHi Linosa (and others),
I’m wondering if you found a way to sort the sub pages, other than alphabetically? I’m looking to sort by menu_order.
Many thanks in advance.