-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The blog links do not be shown when blogs are placed in a nested namespace #6
Comments
close dokufreaks#6 To fix the issue, getting namespace explicitly in handle_act_render. close dokufreaks#6
What's the ID of the page where it doesn't work and what's the value of the |
Thanks. I had mistaken at the value. When I placed the blog at Dokuwiki_Root/some/path/myblogspace/*, By the way, I am glad if I can enable bloglinks in the case, without setting the value to |
A possibility might be to change the plugin to interpret each part of the value as regular expression. For backwards compatibility, the regular expression would need to match the beginning of the ID. Everything that is matched would then be interpreted as the blog namespace. |
Yes, using regular expression sounds good. |
…-- fix and close dokufreaks#6" This reverts commit 8d5d1c7.
I revised the patch. It enable users to use regular expression to set the |
I can't seem to get this working. My blog is in the root, so the blog namespace is empty. Posts are nested by year and month. This is the default from the old blogger by google, and I'm importing old posts to the same URL to avoid losing links. So the link must be:
(using rewrite rules from .htaccess, I managed to allow .html URL's to work with dokuwiki, so that is ok) I managed to make this work with But for Is there a way to accomplish this? Thanks Update: I was able to make bloglink work in these conditions using:
But it only link within the year. In the last post of some year, it won't link to January next year, for example (or back). |
The blog links do not be shown when blogs are placed in a nested namespace.
For example, if a blog is placed at
Dokuwiki_Root/some/path/myblogspace/*
the link does not appear.
It works only when a blog is placed at
Dokuwiki_Root/myblogspace/*
(FYI) Please be careful when you test the issue, because the blog-plugin also has a problem when it is placed in a nested namespace.
Please see below for reference.
dokufreaks/plugin-blog#95
The text was updated successfully, but these errors were encountered: