Steve
Forum Replies Created
-
Hi all,
It’s been a while since I have made any adjustments to this particular plugin. Today there was some time to re-visit it and I have made a number of adjustments.
- Bug fix for changing calendars when using the default permalink structure.
- Changed permissions to allow users with page edit permission to manage calendars.
- Calendar output now conforms to the “Week Starts On” setting found in “Settings > General”.
- Month and day names now make use of localisation.
- Introduction of multiple calendars.
- Added ability to exclude the default stylesheet.
- The number of years shown can now be modified.
- Fixed unexpected output during activation.
- Moved uninstall process to uninstall.php.
If anyone can help test the version in development it would be greatly appreciated.
http://downloads.wp.xz.cn/plugin/availability.zip
Please note there is a possibility that this plugin is unstable.
Thanks.
Forum: Plugins
In reply to: [Permalink Editor] [Plugin: Permalink Editor] Non latin characters problemsHi,
There is some additional support for non latin chars in the latest version (0.2.12), however only minimal testing has been performed.
This version should solve a number of problems, including the one described here (however it will not be url encoded any longer and will look like “הזמנה-לחתונה.html”.
Hope this is helpful to you.
– Steve
Hi,
Sorry for the broken update, I must admit that there was not enough time dedicated to the testing of version 0.2.11.
I have since made a few changes, which has solved the issues on my development install.
These changes are available in version 0.1.12 which is available now:
http://downloads.wp.xz.cn/plugin/permalink-editor.0.2.12.zip
Thanks for the feedback!
– Steve
Hello again!
Thanks for testing that out.
I’ve made some additional alterations to the plugin, but haven’t had a massive amount of time to sit and think about it.
The dev version should now check:
/abc/def/ (forced to have both slashes)
/abc/def
abc/def
abc/def/I’ve tested very briefly, but not extensively. There is also some additional support for utf-8 characters, which I hope hasn’t caused any bugs to creep in.
– Steve
Hi,
I’ve taken a look at your modifications and made some alterations to the plugin.
Could you try using the development version and see if this works for you as expected?
http://downloads.wp.xz.cn/plugin/permalink-editor.zip
(The version number shown in index.php should be 0.2.11)
If this works, I’ll tag and release 0.2.11.
Thanks,
– Steve
Thanks for posting those examples.
Annoyingly I haven’t been able to replicate this issue on my development install of WordPress.
This may be an issue similar to those that others are having related to permalinks not correctly being regenerated.
One thing you can try in version 0.1.10 is editing line 88 of index.php and adding a parameter to the
generate_rewrite_rules()call so the line looks like so:if ( $this->generate_rewrite_rules( true ) ) {It’s a bit of a long shot, but could I ask you to give this a quick try?
– Steve
Hi,
Thanks for your feedback on the plugin.
Just a few quick questions to help debug the issue:
- Are you referring to the global page permalink structure, or the custom permalink set on an individual page basis?
- Can you provide an example of the permalink value you are using?
Hopefully this should help debug the issue.
Thanks,
SteveForum: Plugins
In reply to: [Permalink Editor] [Plugin: Permalink Editor] Permalink Alias questionSorry, my mistake – it’s actually prefixed with an underscore.
“
_custom_permalink_alias“(This prevents it showing in the list of custom meta fields on the edit screen).
Forum: Plugins
In reply to: [Permalink Editor] [Plugin: Permalink Editor] Permalink Alias questionHi,
The field that stores the alias value and needs to be excluded is called
custom_permalink_alias.It would probably be useful to have this mentioned in the readme file.
– Steve
Forum: Plugins
In reply to: [Permalink Editor] Plugin Not working with wp no tag or category baseHi,
This is on the feature list to build in as default functionality of the plugin. Hopefully there will be some time in the next week or so to start implementing this.
Thanks for your feedback,
SteveForum: Plugins
In reply to: [Permalink Editor] [Permalink Editor-0.2.9] Analytic tracking old url – why?Hadn’t really thought about this until now, and it is a very good point.
It may be worth looking into some adjustments to add a canonical link tag to specify the preferred version of a page.
I will try and schedule in some time to take a look at this, within the next few days of so.
Thanks.
Forum: Plugins
In reply to: [Permalink Editor] [Permalink Editor-0.2.9] Analytic tracking old url – why?Hiya,
This could be an unfortunate side affect of the way the plugin works. It takes a page request, finds a possible match and ‘spoofs’ a request to the actual page destination.
There is also the possibility of directly accessing pages via their old link.
I’m not totally sure if there is a way around this at the moment, and would have to take some time to think about it.
– Steve
Forum: Plugins
In reply to: [Permalink Editor] 0.2.8 404 — Tried Flush to no avialHiya,
I’ve made a few adjustments and committed the changed to the development version.
Could you please try downloading and trying this version:
http://downloads.wp.xz.cn/plugin/permalink-editor.zipIf this solves your problem I will tag the release as 0.2.9, if not will have to investigate further.
Thanks,
SteveForum: Plugins
In reply to: I downloaded Permalink Editor but how do I access it?Hi,
I’m not 100% sure that you necessarily needed to download this plugin to simply update your permalink settings, as it seems what you are looking to do may be part of the default functionality of WordPress.
You should probably take a look at the Using Permalinks guide, which should be of use to you.
The Permalink Editor Plugin is used to extend the default functionality shown on the Permalinks page.
Hope this helps.
– Steve
Forum: Plugins
In reply to: [Permalink Editor] [Plugin: Permalink Editor] DB QueriesHi,
There are a number of areas for optimisation to be added, and cutting down on the number of queries is one of them.
Next time I get the chance to take a look and review some of the code this will be taken into consideration.
Unfortunately there is no current time scale for this.
Thanks for your feedback on the plugin so far.
– Steve