dancer
Forum Replies Created
-
Forum: Networking WordPress
In reply to: wp-admin URL 404I fixed it by downloading the latest WordPress and replacing the wp-admin folder, then could get to the admin panel and click on the upgrade notice link.
Previously, I had already tried disabling plugins by renaming the plugin folder, and changing the .htaccess file to a default one from the Codex.
In the version that I had problems with, all the category links had changed to be without “blog” in the URL, like domain.com/category/category-name instead of domain.com/blog/category/category-name. It’s now back to normal. I think I did the upgrade around March 27.
Forum: Everything else WordPress
In reply to: http://www.milw0rm.com/exploits/9250Yeah, I just found out I was 3 versions behind because I am actually using WordPress MU and the 2.8.1 version had a broken automatic upgrade message in the admin panel so I wasn’t being notified of the newer versions.
I’ve upgraded now but I am still wondering how to find out if that wannabe hacker already did hack something on my site.
Forum: Themes and Templates
In reply to: Theme Unit TestsInvalid upper-case markup?
Thanks for taking a look.
Forum: Alpha/Beta/RC
In reply to: wp_link_pages(‘next_or_number=next’)My guess is that “next” should be handled because it is handled on other page types. I just tried single.php. It works there.
I’ll read up on how to report bugs. Thanks.
Forum: Themes and Templates
In reply to: Fluid Width Blix Theme – browser test helpHi everyone,
Everyone was so helpful when I first posted this thread. I hope you can help me out with some browser testing again. (I’m the OP using a different username.)
I have reworked the fluid width layout of Fluid Blix so that it now uses the same HTML/PHP code as the fixed width version but different style sheets. I think the new fluid width layout I learned from A List Apart is better. The earlier one was sort of a hack.
I think the new layout might fix the clearing problem in the previous post.
If you can help, please go to:
Fluid Blixand just click around and resize the browser window and see if anything looks wrong. I have done some cross browser testing on http://crossbrowsertesting.com (Free!) but you can’t really see the details via their applet especially during resizing.
I am on Mac with Safari and FireFox, and mainly need help with Internet Explorer 6, 7, and 8.
Note: the download at the site is still the old version but the site is running on the new test version.
Thanks!
Forum: Themes and Templates
In reply to: chaging coloursHere is an updated version of Blix.
It is more up to date than both the original Blix and BlixKrieg versions referred to earlier.
P.S. php.ini does not inherit so you’d have to copy the original php.ini and make the changes you want. Also, I guess the php.ini file doesn’t actually have to be in the www directory and probably better not to.
I found that this occurs when in php.ini
display_errors = On
On shared hosting, not having access to the main php.ini file, one can put a php.ini file in one’s root www directory with
display_errors = Off
and put in the .htaccess file
SetEnv PHPRC path-to-root
Forum: Themes and Templates
In reply to: “Academic” theme recommendationI look for “academic” style themes too and have found only a couple which I’ve collected here. I think the premium Thesis theme fits all the criteria above.
Forum: Themes and Templates
In reply to: Blix Theme QuestionsHere is an updated version of Blix.
If your modified version has modified the php files, then you’ll have to figure out what changes needs to be merged.