Bernhard Riedl
Forum Replies Created
-
Forum: Plugins
In reply to: [TagPages] [Plugin: TagPages] Probem with tag-editing in quickedit?Hi Martin,
No worries. – I’m glad that you like TagPages. – Btw. I would also like to see tags for pages integrated as a default option in WordPress but that doesn’t seem likely to happen.
Anyway, I’ve tried to reproduce your error in WP 3.0.1 (e.g. changing the page-parent or template without changing the tags) but everything works fine for me. One question: you describe that the tags are gone if you save for example altered categories, though pages don’t have categories. Do you by any chance use a plugin which adds categories for pages?
If not, maybe another plugin could be interfering with TagPages? To test that please deactivate all plugins besides of TagPages and try to reproduce the issue again.
Greetz,
BernyForum: Plugins
In reply to: [TimeZoneCalculator] [Plugin: TimeZoneCalculator] Use jQueryHi igitur,
It seems like you didn’t get my mail which I’ve sent you a week ago. – Anyway, the new version of TimeZoneCalculator 2.20 now also supports jQuery for the front-end.
greetz,
BernyForum: Plugins
In reply to: [GeneralStats] [Plugin: GeneralStats] Integration with role scoper plugin?Hi SilvioTO,
GeneralStats was never intended to display stats on a user’s basis. – It will always count numbers blog-wide.
Greetz,
BernyForum: Plugins
In reply to: [TimeZoneCalculator] [Plugin: TimeZoneCalculator] Use jQueryHi igitur,
Thanks for your comment. – jQuery maybe slick for some tasks, though I still prefer Prototype’s architecture and functionality. Also many of the plugins I use are based on it.
As you’ve maybe seen, I use script.aculo.us, which is built upon Prototype, for all the effects in the Admin Menu of TimeZoneCalculator. Upon arrive, I plan to re-write the Drag and Drop section in HTML 5, but as you probably know, that still will take its time to roll.
Anyway, I’ll have a look on the front-end Ajax refresh. – I could probably include jQuery as an alternative to Prototype.
If you send me your e-mail-address (contact), you could help me by testing the first beta.
greetz,
BernyForum: Requests and Feedback
In reply to: Plugin Directory – Link to 404Thanks James. – I’ve sent the mail.
Forum: Plugins
In reply to: [More Fields] More Fields breaks several pluginsHi kalstrom and Henrik,
Thanks for your replies.
Sabre can be setup to verify a new user’s email-address by including a verification-link in the registration-mail. It overwrites the function
wp_new_user_notification(in wp-includes/pluggable.php) for this purpose.Greetz,
BernyBtw. wp-admin/post.php does not validate, too…
Forum: Plugins
In reply to: [WP-reCAPTCHA] [Plugin: WP-reCAPTCHA] Mailhide and comments-optionHmm, I’ve just noticed, that this thread has been created twice…
Forum: Plugins
In reply to: [WP-reCAPTCHA] [Plugin: WP-reCAPTCHA] Mailhide and comments-optionsry, messed up the link.
Forum: Plugins
In reply to: Plugin doesn’t show up on wordpress.org profile pagethanks for fixing 🙂
Forum: Plugins
In reply to: Plugin doesn’t show up on wordpress.org profile page*bump*
Forum: Plugins
In reply to: [tags4page] [Plugin: tags4page] doesn't work in WordPress 3.0Hi Swennet and SpotOn SEO,
Sorry for cross-posting, but maybe you want to give my plugin TagPages (for WP 3.0) a try:
greetz,
bernyForum: Plugins
In reply to: tags4page issue in released WP 3.0Hi frodeaux,
Sorry for cross-posting, but maybe you want to give my plugin TagPages (for WP 3.0) a try:
greetz,
bernyForum: Plugins
In reply to: [Plugin: Theme My Login] Links not encoded &Hi Jeff,
Thanks for the update! – Unfortunately I now get even more errors when doing the XHTML validity check (errors as mentioned before + an orphaned
tag on the template-page).
Moreover the template section is not showing up. – Did you remove this functionality?
Greetz,
BernyForum: Plugins
In reply to: [Plugin: Theme My Login] Links not encoded &I have to say, I really like your plugin. Took a few years to find a plugin that smoothly integrates the login into the front-end…
Though, I’ve figured out two more things:
– I also use the plugin Sabre (anti-bot registration engine). – It works together with TML, but does not include username and e-mail address in its table when new users are registered. The reason is that TML does not use the original form field names (user_login instead of user_login-tml-main and user_email instead of user_email-tml-main). I adopted the code in Sabre to accept the input from these field names. – Do you think there is a chance that you could revert to the original WP field names?
– I use wp_register and wp_loginout in my sidebar (with redirects to the current page). – If I click on Lost Password or Register in the TML div and subsequently use the Log In link in the sidebar, TML will redirect me again to the Lost Password or Register page instead of showing up the Log In page. Only after a second click the registration page opens as intended. – I know, a minor thing, but I also wanted to provide you with feedback in that case.
From a performance/overhead point of view the loading time could also be reduced in case login_head would only be included on the /login/ page. I solved that by commenting out the code in your plugin and calling do_action in my login template. Maybe you could add a condition which restricts the wp_head > login_head calls to the /login/ page or serve it globally if the widget is enabled. An option like the css-include would also be awesome.
The work-around/patch to the XHTML bug I’ve mentioned before is so far two-folded:
- wp_register() -> use static link (no idea yet why it works with wp_loginout() and not with wp_register()
- class.wp-login.php, function GuessURL() add htmlentities(); so it becomes
$url = htmlentities(add_query_arg($args, $url))
Thanks again for your work! 🙂
Berny