cyruzdraxs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line breaks are appearing before links.Still haven’t figured this out…anyone? >.>
Forum: Alpha/Beta/RC
In reply to: Image Sizing Radio Buttons Greyed outIt looks as though WordPress has some issues with PHP4. Many hosts still seem to default to PHP4 (including mine), so I would recommend adding AddHandler x-mapp-php5 .php to you .htaccess file.
I added that and can suddenly upload just about any image size I’d ever want to…before It’d start crashing at about 1000×1000.
Forum: Alpha/Beta/RC
In reply to: Image Sizing Radio Buttons Greyed outI looked around and experimented a bit, which has brought me to the conclusion that the problem is with version 8.8 of the Podpress plugin. I made a few changes to some of the podpress files and now it works. You can download it at my blog here;
https://www.nerdculture.org/wp-content/uploads/2008/12/podpress.zip
Keep in mind that this is an unofficial build and I have no time or intention of supporting it.
Forum: Fixing WordPress
In reply to: Gallery thumb size “Full Size (0 x 0)” only, images not in postAny more info than that? Is there a fix? I really need both working on my site. I have to do the resizing manually right now and upload them through FTP…it’s really inconvenient.
Forum: Alpha/Beta/RC
In reply to: Image Sizing Radio Buttons Greyed outSame problem here. I know I have GD enabled, because I’ve been using the Post Thumbs plugin on this server for over a year to make thumbnails. I tried using the now built-in thumbnail generation and everything is greyed except full size. I tried an exact dump of the site on localhost with WAMP and it worked fine, so it looks to me like it might be an incompatibility issue with a certain version of GD or something. I still can’t figure out for certain what it actually is though. >.>
Forum: Fixing WordPress
In reply to: images upload but only insert as links.Disregard that. Problem solved.
Comment out line 613 of podpress.php.
//add_filter(‘get_attached_file’, ‘podPress_get_attached_file’);
I was sure I tried it with podpress disabled, but I guess I must’ve been hallucinating. >.>
Forum: Fixing WordPress
In reply to: RSS Widget cuts off subdirectories in Main Site link.Well, that’s the problem; it’s a Gamespot blog feed, but the feed’s site link is gamespot.com and there is no way for him to change that. I want it to link to his blog page instead of Gamespot’s homepage, but it’d have to be done on my end to do so.
Am I going to have to hack up my WordPress installation? >.>