redwallhp
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorJust tagged 1.0.9. It should fix the problem.
https://www.ads-software.com/extend/plugins/tweetable/
Apparently WP 2.8.1 added some “security” features… ??
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorPerhaps you should make a fresh 2.8.1 install on your own and trace the module’s behaviour in that. I’m pretty sure that it’s a minor glitch and has something to do with the special situation of the module before setup starts.
That was going to be my next step. The trouble is, it doesn’t seem to affect everyone. If any of you have any unique features to your server setup or WordPress installation, be sure to mention any that might cause problems. New PHP releases, funky WP plugins, Windows servers, things like that.
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorI think the significant part in this case is in admin_menus.php:
$main_menu_permission = get_option('tweetable_main_menu_permission'); if ($main_menu_permission == '') { add_option('tweetable_main_menu_permission', 'edit_themes'); $main_menu_permission = 'edit_themes'; }
Does anyone want to try replacing
if ($main_menu_permission == '')
withif (empty($main_menu_permission))
?Forum: Requests and Feedback
In reply to: [Plugin: WP125] One ad will not follow web address1. If you go and edit the ad in the admin, does the link still show up correctly?
2. You have ht
https://
part in the link, right?3. Can you post the URL of the site that you’re having the problem with?
Forum: Plugins
In reply to: [Plugin: Tweetable] Canot access permissions errorAre you an administrator on the blog? And have you run through the setup yet?
Forum: Plugins
In reply to: [Plugin: Tweetable] Error in the authorization processThat error means the token wasn’t generated properly. Could you have entered something wrong during the installation? Maybe you pasted the application keys wrong?
You could try resetting the plugin and restarting the installation. (There’s a link on the page if you go back there.)
Forum: Plugins
In reply to: Installed WP125 and have 3 ads set up but dont see any ads?1. Make sure you either add the WP125 sidebar widget, or the template tag, to your theme.
2. You’re not running AdBlock are you…?
Forum: Plugins
In reply to: [Tweetable] Customise Tweets?At the moment, there’s only an option to *prepend* it. If you go to the settings, there should be a field called Tweet Prefix. You can put your [From Blog] or #blog there.
Did you assign each ad to a separate slot?
Forum: Fixing WordPress
In reply to: Tweetable not posting blog notices to TwitterHmm… It works for me okay. Are there any other plugins you’re running that might be conflicting, that you may have updated before or after upgrading to 2.8?
Forum: Plugins
In reply to: WP125 – where to place graphicsOnce you upload the image somewhere, you need to get the full absolute URL to it.
E.g.:
https://www.webmaster-source.com/wp-content/uploads/tweetie_compose.png
You want to paste that into the image URL field in WP125.
Forum: Plugins
In reply to: Tweet only a certain category from wordpress entries…It’s on my to-do list… I’m quite busy, so I haven’t had the time to work on things I don’t really get paid to do. ??
I think I might be able to have it into the plugin in a couple weeks or so.
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)If you’re one of the people having JavaScript issues (unmovable dashboard widgets, comment moderation doesn’t work, etc) and you’re running IntenseDebate, make sure you upgrade to the latest version. It fixed it for me.
Forum: Fixing WordPress
In reply to: JavaScript issues in 2.8: Can’t do anything in the admin…Are the rest of you running IntenseDebate? I just upgraded to the latest version of the plugin and everything seems to be working now.
Forum: Plugins
In reply to: Tweet only a certain category from wordpress entries…Thank you for the suggestion. It might make it into one of the next couple Tweetable releases as an option…