estjohn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS font rendering issues on macI dont see it in windows/ firefox.. but i noticed there are 31 errors
http://validator.w3.org/check?uri=http://www.matthewgood.org/mblog/correct that and it might help that and other things
Forum: Fixing WordPress
In reply to: Category page with titles onlywanna post it?
Forum: Fixing WordPress
In reply to: Broken link for imagesStrangely, I noticed that when I do post editing in IE, my images path works fine.. but when I use firefox to edit posts with images in there, it addes the extra wp-content or wp-admin to it for some reason. I had to go back to editing posts in ie because of it.
Forum: Fixing WordPress
In reply to: Can unregistered users post?Posting (and therefore executing plugins or other files) can also be considered a security risk. For example – if you have a plugin that enables php in posts, and an “anonymous user” who posts malicious code in a post could easily exploit the whole database.
Just my 2 cents on a security risk for not being able to have anonymous users post. Even if it is not that plugin, since many plugins DO use php and the database.. why take the chance? If it is someone that will be posting on an internal network, and you trust the users.. then why not let them register TO post?
“just because” a user can comment anonymously in posts has nothing to do with “being able to post anonymously” .. there are different functions, files and other things used from a comment to a full blown post. That is comparing apples and oranges.
Forum: Everything else WordPress
In reply to: Power Your WordPress?And the list of themes
(I tried to list them, but it is so long.. I dont want to make the post that long. They are avail on that site.)Forum: Everything else WordPress
In reply to: Power Your WordPress?Looks like he has been doing it since:
poweryourwordpress.com
created: 15-Jul-2005
last-changed: 15-Jul-2005
registration-expiration: 15-Jul-2006registrant-phone: +1.5152401641
registrant-email: gary@resellmastercourse.comForum: Everything else WordPress
In reply to: keywords vs tags?using Jeromes keywords, I made the keyword meta tag like this:
<meta name="keywords" content="<?php the_keywords(); ?>" />Forum: Themes and Templates
In reply to: Explorer Crops my Siteyou might want to give a url to the website so people can look.. and the other thing is that you might want to make sure the code is validated. Manytimes, bad code can cause it and if the code is valid, you might have to add some “IE Hacks” into your CSS. Also, you might want to mention what theme you are using
Forum: Your WordPress
In reply to: Higher-Profits Recomendations welcome to the businessmaybe a solid blue background like the background of the suscribe and categories buttons?
Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaThank you matt. I know my wordpress 1.5 had more, so I thought it would also in the 2.x. Appreciate the heads up. Now I understand better what I am looking at.
Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaAhh ok. I just use apache on Gentoo (Linux) for mine.. I have done apache on windows once, but never used php or mysql in windows. One of these days I will have to try that..
Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betatruthfully.. I dont even know what XAMPP is.. I have so much to learn!
Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaAhh I guess I should have mentioned I ran my own… I will try to remember that next time. I didn’t think it mattered.. but it sure did!
Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaI decided to look in my vhosts file after reading:
http://codex.wordpress.org/Using_Permalinksoriginally, i had copied and edited my vhost file from another blog to use for this one. When I edited it, I overlooked the
<Directory>name. I changed it, restarted apache and it worksForum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaI am really getting to where I just dont understand this..