neb_orbit_greely
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: possible to make it so: Users can only read postsYes, I can see your point, however I’d prefer it if users didn’t have to login twice.
I could use http authentication to block out everyone except those who knew the password, but then they’d still have to log in to post.
The robots.txt is a good idea, I’ll add that.Forum: Plugins
In reply to: photo auto-resizing hackHi Del,
Thanks.
Configuring the size wouldn’t be so hard at runtime. I’ll add that in when I get a chance.
-BenForum: Plugins
In reply to: photo auto-resizing hackI’ve heard that — but is there no way to not compress the image if you resize it? That seems a shame.
Forum: Plugins
In reply to: photo auto-resizing hackCool, I’d like to see it.
-BenForum: Fixing WordPress
In reply to: CSS & the mac (on IE 5.2.2)That’s strange. Imported stylesheets seem to work ok on mine.
I use two:
<style type=”text/css” media=”screen”>
@import url( <?php echo $siteurl; ?>/layout2b.css );
@import url( /style.css );
</style>
one for the WordPress specific stylesheet, and another for some site-wide specs.
Mostly we use Macs here, so I check in IE/Camino-Mozilla/Safari
Are your @imports working in other browsers? or is it only broken in safari?Forum: Fixing WordPress
In reply to: CSS & the mac (on IE 5.2.2)I’m with you all the way, there. Just wish I could get the rest of the users to switch over…
Forum: Installing WordPress
In reply to: file upload: File of type is not allowed.Fixed this –> Apparently you’ll get that response when some mean-minded fellow employee has snuck in and set
file_uploads = Off
in php.ini
aha!
bForum: Installing WordPress
In reply to: file upload: File of type is not allowed.Hi Mike,
I do have a space there on both sides.
It’s a very strange error that seems somehow related to the server. I’m installing it on an intranet. Image uploads work great on my laptop (mac os x) but then when I move the files up to the intranet server they don’t seem to be able to detect the files. Everything else works fine up there, just image uploads.
I uncommented the line
print_r($HTTP_POST_FILES);
(at around line 126 in b2upload.php)
and it returns an empty array: Array ()
while I get a nice, fat, full array doing it on my machine.
Any more suggestions?
I have another app doing image uploads on the same server.
Thanks much for your help,
BenForum: Requests and Feedback
In reply to: Category RSS & Category LockingHmm… There were some pretty cool hacks on that page, but I wasn’t able to find anything that related to either of those above. There was an RSS feed for comments, which was interesting, but not for categories. I’ll start digging into the code to see what I can do. If I missed it let me know. Thanks for the reply.
-Ben