MBird
Forum Replies Created
-
Forum: Plugins
In reply to: [Keyword to URL] Import and export linksHi —
Wow… that is really a lot more links then we ever expected anyone to use!
I tried a test with with 671 links:
-the Import can go a little slow as the JavaScript has that large table to build but it works OK (you may get a script taking too long warning but you can just click Continue and it will continue until it finishes) (my 671 link test took about 60 seconds to import).If you scroll to the very end of the table you should see the Import and Export feature after the end of the table, after the Save Changes button.
Perhaps there is a cache issue? You can do a hard refresh of the admin page by going to that page then doing ctrl-shift-F5.
Keyword to URL is for when you have lots the same link used many places. If your 650 links are a lot of single entries used just once then it would be much better to hard code those in their posts — I really can’t imagine anyone using it with 600+ links!
Let me know how it goes — also please let me know what browser and version you use. I did try it with 671 links on several Windows 8.1 machines and using Firefox 31, Chrome 37 and IE 11 as well as on Debian Linux using Ice Weasel browser — they all worked fine with 671 links imported from a .csv file.
Just to be sure you have the right version do you see this after the Save Changes button: Be sure to Save Changes before leaving this page.. That is new in 1.3 so if you see that I know for sure you have 1.3 (also you can verify that on you plugins page — it shows the version of each plugin.
Thanks 🙂
Forum: Plugins
In reply to: [Keyword to URL] Import and export linksHi —
We put the new version 1.3 on the WordPress site. If you go to your plugins page (example: http://yoursite/wp-admin/plugins.php you will see that a new version is available. Upgrade there and you will have the new features.
Enjoy!
Forum: Plugins
In reply to: [Keyword to URL] Import and export linksHi —
The update to 1.3 has been released and includes import/export.
Best regards and thank you for using the plugin!
Forum: Plugins
In reply to: [Keyword to URL] Import and export linksStatus Update:
I am almost done with the update (to include import/export) — I expect it to be available sometime next week (the week of September 8th).
Thank you
Forum: Plugins
In reply to: [Keyword to URL] Import and export linksHi —
The plugin does not have import/export capabilities. I will add that feature on the next release. I’ll experiment with it and hopefully have the import/export update available by sometime next week. I’ll leave this post open and update the post when the updated release is ready.
Thanks for using the plugin and for you ideas!
Forum: Plugins
In reply to: [Keyword to URL] Exclude link on titles …Hi —
We just added an update (to version 1.2). This update excludes content in h1-h6 selectors.
Best regards!
Forum: Plugins
In reply to: [Keyword to URL] Exclude link on titles …Hi —
I’ll make some changes to the code to accommodate this issue and put out an update. I should be able to have that ready by early next week.
Thanks for reporting that issue!
Forum: Plugins
In reply to: [Keyword to URL] French characters and word boundariesHi —
Yes you are correct… the regular expression we use only works for ASCII characters and does not work for Unicode characters. I’ll look into changing that in the future 🙂Forum: Plugins
In reply to: [Keyword to URL] Links open in new windowHi —
We have not incorporated that feature into the plugin. Our reasoning is that we feel it is not a generally accepted usability practice to open links in new windows.
Thank you.
Forum: Plugins
In reply to: [Keyword to URL] Image links are getting errorThank you for reporting the above issue.
We just released an update (version 1.1) and that should work correctly with image tags.Forum: Plugins
In reply to: [Keyword to URL] Conflict with source/background codeThank you for reporting the above issue.
We just released an update (version 1.1) and that should work correctly with form and image tags.Forum: Plugins
In reply to: [Keyword to URL] [Plugin: Keyword to URL] nothing happensHi —
As you enter the words the table of keyword/URL pairs builds on the page. But… you also have to Save Changes for those to activate. Maybe that is what happened?
Can you tell me your browser and OS and WordPress version and I will test in that configuration.
Thank you!
Forum: Plugins
In reply to: [Keyword to URL] [Plugin: Keyword to URL] nothing happensCan you provide more details?
When you add the plugin you then need to add keywords and URLs by going to Settings | Keyword To URL.
The plugin uses javascript so if you don’t have that enabled it will not work correctly.
Hi —
I did some investigating and found the reason for the usort warning.
Warning messages like this: Warning: usort() [function.usort]: Array was modified by the user comparison function are due to a known php bug. See php bug #50688 for more information. This warning does not affect the functionality of your site and it is not visible to your users.
Reference: http://ww.wp.xz.cn/extend/plugins/p3-profiler/faq/Thank you again for using the plugin and for the feedback!
Best regards!
MattHi —
Thank you for using the plugin and for the feedback!
I am not sure why P3 lists this as a warning. The usort function on line 101 sorts the $ba array using the callback in line 135 (compareOrder). The behavior P3 reported is the expected behavior (that is, usort sorted the array using a user comparison function).
Best regards!
Matt