fncll
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Replace] [Plugin: Search and Replace] Doesn't workI’m re-opening this because on my system I am having the exact same behavior: the search function finds all the data to replace, but the replace function changed only a few tables. I am running WP 3.3 and version 2.6.3 of the plugin.
A small update: the problem I was having (so far) was that none of the password-type fields would save… however, when I checked the “show letters” option next to each one, they DID save.
I’m having the same problem… I can save the shortener settings and the wordpress settings, but not the Twitter settings!
I’m curious if/when this will be enabled as well!
Forum: Plugins
In reply to: [sociable] Remove plugin from print versionYou could also just add something like this to your stylesheet:
@media print { div.sociable{ display: none; }
which will hide Sociable from all printed pages using that stylesheet.
Forum: Plugins
In reply to: Twitter Tools isn’t tweeting on new blog postsHave you waited at least 10 minutes? If you know how you can look at the ak_twitter table and see if any tweets are making it into the db.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Posting @replies when it shouldn’tThanks– looks like that did it… I was on the verge of figuring it out for myself!
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Posting @replies when it shouldn’tAnd one more clue: when I use the widget, it DOES exclude the @replies — I’m starting to think some other plugin is conflicting here…
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Posting @replies when it shouldn’tAlso, when I run a query with the condition used in the code directly:
select * from wyb_ak_twitter where tw_text NOT LIKE '@%';'
I get the expected results!
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Posting @replies when it shouldn’tYes. I’ve used Twitter Tools off and on since the first release. You might not remember me, but I sent you some potential mods for Twitter Tools a long while back! What I am seeing are replies of the form @x — see the front page here: https://washyourbowl.com/blog/ (I’ll leave one for you).
The exceedingly strange thing is that I looked in the DB options and see this:
| 414 | 0 | aktt_exclude_reply_tweets | 1 | yes |
So it is really odd! I was hoping there might be some known strangeness before I start delving in even deeper.
I tried enabling and disabling various other options (enabling sidebar tweets, wdiget, etc) and all acted normal. It’s just the @reply thing…
Forum: Fixing WordPress
In reply to: Can’t use XML-RPC with 3.7I guess you mean 2.7 and I am experiencing the same problem with Livewriter and with a script I wrote using PHP to post through xml-rpc. It was fine in 2.6, broken since I upgraded!
Forum: Fixing WordPress
In reply to: Losing html codes and punctuation when posting with clientsI’m having this issue…. new with 2.7 with both Livewriter and my own link posting script using XMLRPC — things were fine with 2.6!
Forum: Fixing WordPress
In reply to: 2.5 – Media Upload – Are You Sure You Want To Do This?I’m having the exact same issue
Forum: Fixing WordPress
In reply to: Tag Cloud has HTML Line Breaks after Each Tag?Is no one else having this problem?
Forum: Fixing WordPress
In reply to: Alphabetic Sort of One Category breaks paging links?I’m using the default Kubrick template and WP 1.5.x (can’t remember– the last of the 1.5 branch) if that helps. Anyone?