jokr
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Summary] Plugin not showingHi allkary,
So, after installing the plugin you added the shortcode [netview] to one of your pages and nothing shows? Make sure at least one blog is set to visible (reading options) and it actually has some posts.
Right now the plugin only supports shortcodes. Widgets might be added at a later point.
Regards,
JoelForum: Plugins
In reply to: [Network Summary] Categories don't work on other sites?Oh okay. I don’t think this is the plugin your are looking for. This plugin allows you to assign categories to whole blogs and not individual posts. The categories for posts are completely unrelated to the categories from this plugin here.
Forum: Plugins
In reply to: [Network Summary] Categories don't work on other sites?At its core the plugin simply provides you with a couple of shorttags to display aggregated information from your page. This shorttag can be used in posts or pages. I recommend just adding the shorttags on a page and see the outcome.
If you install the plugin, you are able to categorize them in the site admin panel that allows better filter options for the shorttags (e.g. only list pages in a certain category).
I am not sure, what exactly you are trying to accomplish on your page, so I might need some more details.
Oh, I am aware of that. When I logout, I cannot access the post anymore, that is correct, but I see the link to it. I don’t think that can be intended. If I select the language insertion “Language if available” I expect no Spanish link at all.
Forum: Hacks
In reply to: Permalink for custom feed not foundFlushing during activation indeed does the trick. I am not 100% sure, but it actually makes sense. The Init hook is executed before the activation hook and thus it works this way.
Thanks!
Forum: Plugins
In reply to: [Network Summary] Center the layout=table in shortcode?Yesh, looks fine to me actually. If you want to center it, here is how you do it in css:
div.netview { width: 75%; (change this value to your needs) margin: auto; }
Forum: Plugins
In reply to: [Network Summary] Center the layout=table in shortcode?Sure, I can probably help you out here, but I am not sure what you want to achieve. Right now the table has a width of 100% which means it can’t be centered because it already takes the full width.
Maybe you have a link to your example?
Forum: Hacks
In reply to: Permalink for custom feed not foundI think this cannot work.
flush_rules()
should be called during Plugin activation. The feed is added during the init hook.Okay, strange. I’ll have time to look into it tomorrow. Just one question beforehand: Can you see all other options? The select auth_mode, the enable wp2bb etc.?
Cheers,
Joel