redwallhp
Forum Replies Created
-
Forum: Plugins
In reply to: RTL SupportThat’s what I thought. What could cause the layout to change though? I’m pretty sure the plugin CSS doesn’t set either value explicitly, yet the admin’s sidebar moves from the right to the left, as do a few other things.
Could a float cause this to happen? Or a block-level element that, in the original LTR layout, has it’s contents aligned to the right via text-align?
Forum: Plugins
In reply to: Gallery template with WP125, align images/content with adsYour site doesn’t seem to be loading for me. It just shows a default “Apache is working on your cPanel? and WHM? Server” page.
Forum: Plugins
In reply to: WP125 Plugin not displaying adsDid you remember to add the sidebar widget? (Or the template tag, if you prefer manually editing theme files.)
Forum: Fixing WordPress
In reply to: Tweetable not posting blog notices to TwitterAlso … if I publish a post that I have back dated or modified, will Tweetable still tweet about it?
Tweetable will not tweet posts when they are edited. I’m unsure about back-dating, but I think it probably would tweet those posts.
As for the problem… Did either or you change anything else when you upgraded to 2.8.x? Maybe you updated or installed some other plugin that might conflict with it?
Forum: Requests and Feedback
In reply to: [Plugin: Tweetable] Translations?It would be nice to make following things localizable:
months names and date format (in Germany we write “23. Juli” instead of “July 23”).I’d have to tie the date/time stamps into however WordPress handles date localization. This is something I’ve been looking at doing anyway, if just so the timezone can be customized more easily…
Forum: Requests and Feedback
In reply to: [Plugin: Tweetable] Translations?qnub, the plugin doesn’t have “__” or “_e” functions yet, but I plan to add them in the near future. Stay tuned. ??
Forum: Requests and Feedback
In reply to: [Plugin: Tweetable] Translations?I will probably add gettext support in the future, but not until sometime after the Weblog Tools Collection plugin competition ends for the year. I don’t want to introduce any extra complications until I have the functionality perfected. So, maybe sometime in August?
Especially the widget needs an ability to be translated in non-english blogs.
If you go to the Widgets page in the admin, you can change the name of the widget. The text for the follower count isn’t customizable, but I will try to remember to gettext it when I add localization support to the plugin.
Forum: Plugins
In reply to: [Plugin: Tweetable] Wizard IssueI have the same problem…
No applications have been approved to use your account.
Make sure that
- You entered the consumer keys properly.
- You have cURL installed on your server.
Forum: Plugins
In reply to: [Plugin: Tweetable] Autotweet and tweetmeme-button for PAGES?P.S.: writing the “&” reminds me of a small bug I ran into – if you tweet from your wp admin and have a “&” in your tweet, the message gets cut off right before the “&”
I’ll certainly be looking into that…
Neither of the features are “on my list,” as you put it, but you can make a quick tweak to the plugin code if you want to auto-tweet your pages.
In tweetable.php, look for this code block in the tweetable_publish_tweet function:
if ($post->post_status == 'private' || $post->post_type == 'page') { return; }
You can remove the
|| $post->post_type == 'page'
part and your pages should probably auto-tweet.Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions error@efikim Actually, you can use the same application. Just ignore step one and press next. It will even fill-in the application’s keys again for you.
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions error*rollseyes* It seems there was a flaw in the logic… AND instead of OR. ?? 1.1.2 should do the job properly. (Will be available within 15min.)
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorJust tagged version 1.1.1. (Will be available for download within 15 minutes.) It should fix it.
I had missed a bit of logic that adds-in the installer page when you click the link. WordPress 2.8.1 changed some things, which are great for security, but make for some re-coding headaches. ??
Forum: Plugins
In reply to: [Plugin: Tweetable] Installation gets stuck with empty “Setup” pageOkay, it seems to be working fine for me, so it might have been a random occurrence or it might be a bug that only surfaces on some servers.
Have you tried resetting the installer and trying again?
Forum: Plugins
In reply to: [Plugin: Tweetable] Installation gets stuck with empty “Setup” pageI’ll look into it… It’s probably a remaining 2.8.1-related bug. ??
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorThat’s good. I was afraid something else would blow up now that I made changes. ??