blogs4god
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PingPress.fm] Scheduled PostsI guess I’m missing something, as scheduled posts aren’t happening for me.
Great plugin otherwise.
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Scheduled postsI’m also confirming this bug. 1.5.1a does NOT tweet a scheduled post.
Moreover, it “unsets” the ‘Notify Twitter about this post?’ checkbox after posting.
I have to manually check it and re-save the post for it to tweet. A bit of a pain since I write posts late at night and schedule them for publishing later in the day for the lunch-bunch.
Forum: Themes and Templates
In reply to: widget enabled sidebarsHmmm … alot of interst on this topic. Okay, I’ll bite, here’s an article on the topic you may find useful entitled Add Widget-ready Sidebars to WordPress Footers.
And another article about the same entitled “Howto: A Widget Ready Footer.”
I didn’t write them, but I sure am going to use them!
Forum: Themes and Templates
In reply to: Need help in footerHere’s an article on the topic you may find useful entitled Add Widget-ready Sidebars to WordPress Footers.
And another article about the same entitled “Howto: A Widget Ready Footer.”
I didn’t write them, but I sure am going to use them!
Forum: Plugins
In reply to: nothing displayed on pda and defaults to default themeI second JackMack – though I was fortunate enough to figure out from the terse install instructions that I had to copy the mobile theme into my themes directory to get the plug-in to work over on both http://blogJordan.com and http://healYourChurchWebSite.com
Forum: Fixing WordPress
In reply to: Visual Editor not working in 2.2ignotus/Paul – you were soooo close – close enough that I think I figured out the rest of the story …
I tried your hack … got the same results. Looking over the add() method, immediately became obvious that the argument ‘20070326’ was a date …
… so in my case, it meant from the command line:
ls -la /wp-includes/js/tinymce/tiny_mce_gzip.phpthis gave me a date, and for example purpose we’ll say it’s 2007-04-27
… once I had the date of my filesystem’s install … I ammended the now infamous line 29:
$this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070326' );to read like:
$this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070427' );And viola, buttons back – life is good – well at least I can again edit visually over at healyourchurchwebsite.com again!
Personally, this may be a result of file date changes that occur for those using various installer packages or hosting providers provide … which I only recently used instead of hand-coded installs just to help manage version control.
Forum: Plugins
In reply to: update_user_option() Not quite working right.Was curious if you found a resolution to this issue?
If not, I think I may have found a related thread here that might help:
http://wordpress.org/support/topic/68586?replies=4BTW, I’m very insterested in your profile plug-in. How is that effort going?
Forum: Requests and Feedback
In reply to: Add Custom Fields to User Profile & Registration PagesBump – yes, if anyone knows of a thread or plug-in where someone has actually accomplished this, I’d love the redirect.