thefatguy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Visual Editor: is it just me?It’s embarrassing, but I had disabled the Visual Editor on the userid I was testing with.
Multi-tasking = trying to do too many things at once = overrated. I’m too old to even try that any more.
Forum: Themes and Templates
In reply to: [Customizr] Visual Editor: is it just me?I deactivated all of them, and still not seeing the Visual Editor. It’s on a development server, and I can whatever I need to over there. So I activated the 2011 theme, and it has no Visual Editor either. Looks like I need to blow it up and start from scratch. It’s got a lot of cruft littered about.
I just wanted to make sure I wasn’t missing a Customizr checkbox or radio button. Thanks.
Durrr…found my own answer:
$blogusers = get_users('blog_id=1&include=99,86');
I really thought I’d tried that.
Can you provide an example, either here or in the codex, for using include and exclude? I’m doing this, and getting a list of everybody, which is like 1000 subscribers that I don’t want.
$blogusers = get_users('blog_id=1&orderby=post_count&order=DESC&include=(86,99)');
I tried ‘include(86,99)’ as well…same results. I tried delimiting it with role=administrator, and got nothing at all.
Forum: Hacks
In reply to: Why is get_userdata not giving me the first name of my authors?Don’t know how helpful it will be, but this is what I’m doing for User Meta information:
$usermeta = get_userdata($user->ID) ; echo $usermeta->first_name ;
In other words, I think you have to do it after you get the ID via get_users.
Forum: Hacks
In reply to: Help creating functions & shortcodesThis is what I do to test for null values:
<?php if ( !empty( $smurl ) ) : ?> ...do something, like <div> etc... <?php endif; ?>
Forum: Plugins
In reply to: Twitter Tools Admin Options PageMy (much smarter) colleague found the, or at least *a*, problem — it was a conflict with the 8.5.1 version of CFORMS. We don’t know what the conflict was, as it was a simple decision to ditch that completely, since it was unused and our “boss” was whining mightily about his dumb Twitter stuff. I’m still unclear on why it never showed up on the sandbox, and I might try to check it over there. But there you go, problem solved, at least at our site.
Forum: Plugins
In reply to: Twitter Tools Admin Options PageI thought about doing that, but…the plugin & widget are running just fine, still updating, just the way they’re supposed to be doing. It’s only the admin panel that’s gone / invisible / missing.
EDITED TO ADD: Running in production just fine, that is. On my test bed, there are no issues with the admin page…it works A-OK.
Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenWhat I think it is, is a one-hour and three-letter difference from UTC-7.
No kidding.
Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenWell, I found the problem. One of my other administrators had changed the content encoding to UTF-7. I can’t believe that I missed that in two debugging sessions. My apologies for clogging up the forums.
I’m off to chop off some heads, or at least some fingers.
Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenWell, durn…I have no wp-content/cache/js-cache.
Regarding jquery.js, I’ve done the following:
– re-uploaded from the original 2.5 download
– re-downloaded 2.5 and then re-uploaded
– downloaded from the working test site, and uploaded to the production site.
Indeed, I’ve uploaded the files and directories so many times last night and this morning that I don’t think there’s a combo I’ve missed.Forum: Fixing WordPress
In reply to: 2.5 Admin Ajax Javascript BrokenI’m sorry, Otto, but I have posted this twice – it looked to me here like it was getting eaten. Feel free to delete my other moron posts.