btard
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: CDN and enable Scripts and images to be served externallyall internal blogs and even on mamp, or apache local can use subdomains…
but yeah. I dont think the solution is a plugin.
Forum: Requests and Feedback
In reply to: CDN and enable Scripts and images to be served externallyeven adding provision for subdomain loading would be awesome. this plugin is 100% CDN based.
Forum: Requests and Feedback
In reply to: CDN and enable Scripts and images to be served externallyThat’s what I mean, this would be a great addition to core, rather than plugin based.
I don’t use this plugin anymore, I had too many problems with it.
I have my document of changes to core for my setup, its not a problem when there’s an update. It would just be nice to not have to do it.
Forum: Fixing WordPress
In reply to: images not showing – 404did a clean install and it’s all working properly. The SQL inject compromise put a lot of junk everywhere and I thought I had cleaned it all up, alas, no.
fixed tho. thanks for your help and suggestions guys.
Forum: Fixing WordPress
In reply to: images not showing – 404there was a SQL inject attempt that just meant I had to SSH and flush hosts on my DB.
as for a custom rewrite: /%year%/%monthnum%/%day%/%postname%/
edit: there is a .htaccess file in there with these contents:
Order Allow,Deny Deny from all <Files ~ "\.(jpe?g|png|swf|gif)$"> Allow from all </Files>Options -MultiViews ErrorDocument 404 //wp-content/uploads/includes.php^ alas, even when removed I get the same 404…
Forum: Fixing WordPress
In reply to: images not showing – 404yeah, tried it all 🙂
here was my last resort.
Forum: Fixing WordPress
In reply to: images not showing – 404xhttp://farm3.static.flickr.com/2792/4420316138_f2f084b0f3_o.png
a picture speaks a thousand words 🙂
Forum: Fixing WordPress
In reply to: images not showing – 404hi samboll,
nothing at all happens. i even chmod’d the image itself (lol).
weird problem.
Forum: Fixing WordPress
In reply to: Error in wp-includes/functions.php on line 430bump…
*ding* & *bump*
just noticed this in my error log:[22-Sep-2008 17:19:57] PHP Fatal error: Cannot access empty property in /home/xxxxxx/public_html/wp-includes/functions.php on line 430Forum: Themes and Templates
In reply to: Conditional Tag IssueTry using the post/page id.
Forum: Themes and Templates
In reply to: Conditional Statement HelpYou can get the ID of the page/post and test against “the_ID”. http://codex.wordpress.org/Template_Tags/the_ID
That is one way. I am wondering why this topic is resolved with no replies?
Forum: Fixing WordPress
In reply to: REmoving remnants of previous plugins and functionalityAck, ignore this. Close this. I had to update footer code and I spotte the function that was causing this. How crazy, I was trying to find out why this was doing this for a few days and then I just find it the minute I ask for help.
Forum: Fixing WordPress
In reply to: permalink change via .htaccessweird, it’s all working on both sites: nostatus.com and blog.movieset.com. so awesome. nostatus i managed to fix the redirect and movieset has the old posts being 301′;d to the new domain etc.
thanks for the assistance ottoman 🙂
Forum: Fixing WordPress
In reply to: permalink change via .htaccessummm, weird. it didn’t seem to work.