Hulk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Putting pages in their own directory when WP is in a directoryThanks, guys. You confirmed my suspicion. I think I will install a second instance of WP in my other directory. My only other option is to move the existing WP installation up to the root level.
Forum: Fixing WordPress
In reply to: Putting pages in their own directory when WP is in a directoryAnyone have a clue about this? I’m thinking that I will end up doing a second installation of WP in the /stuff folder. 🙁
Forum: Fixing WordPress
In reply to: Putting pages in their own directory when WP is in a directoryAnybody have an opinion on this scenario?
Forum: Themes and Templates
In reply to: How can I change this footer?Somehow, on 9/24/08, a bunch of the WP blogs that I have built got corrupted. Nearly every PHP file had a giant string of code added at the very top:
<? /**/eval(base64_decode('aWY...0=')); ?>
I deleted all the middle part, figuring it was unfriendly.I had to re-upload all my files, which seems to have cleaned up the problem.
Forum: Everything else WordPress
In reply to: wp-stats[1].htm Downloader Virus – Upgrade to 2.3.2Duh – I just looked at the title of this thread! I will upgrade tonight!
Forum: Everything else WordPress
In reply to: wp-stats[1].htm Downloader Virus – Upgrade to 2.3.2Thanks for this post. It had infected one of my blogs as well. It was easy to view the source of my main blog page, find the two posts that had been affected, delete the code from the posts, and it was done. Does 2.3.2 prevent this from happening again?
Forum: Fixing WordPress
In reply to: paragraph returns keep disappearing!The problem seemed to be the <hr> tags. Once I gave up on them, the problem was no longer.
Forum: Fixing WordPress
In reply to: Next/Previous linksI have found that because of the floating style that is applied to both of these, sometimes you need to put a non-breaking space between them:
Hmmm. Looks like your problem might that the tags have been rewritten. Try using this:
<?php previous_post_link('« %link') ?> <?php next_post_link('%link »') ?>Forum: Fixing WordPress
In reply to: WP 2.1 – Posting Problemmmwp99, thanks for the tip about clearing my browser cache! I couldn’t figure out why this wasn’t working.
I changed the tiny_mce_config.php as directed above, and this solved my problems.
I couldn’t find the offending code in formatting.php. Maybe it’s been removed in version 2.2.1 (my current install)
It would be nice if WordPress didn’t change code! This reminds me of using FrontPage back in 1999, when it would attempt to fix things that didn’t need fixin’.