Tom Lany
Forum Replies Created
-
Forum: Hacks
In reply to: modify RSS text in 3.01You could probably achieve this with PHP’s explode function. You could explode out the first text, and then have the result displayed. I am doing this with a Twitter feed on one of my sites and it is working well.
Forum: Plugins
In reply to: Looking for a new post notifcation modGoogle’s Feedburner has a free service that will send daily E-mails of the stories you post to subscribers. Setup is pretty simple, just input your RSS URL, turn on the E-mail feature, and have your subscribers sign up at the address provided.
Forum: Fixing WordPress
In reply to: How To Setup Multiple Post Images and Post OrderThanks! This helped me a lot!
Forum: Plugins
In reply to: Flashly title sizeAre you sure that you are editing the correct stylesheet? You must edit the styles for your current theme (not others) for them to take effect.
Could you post a link to your blog? Thanks.
Forum: Fixing WordPress
In reply to: Increase Max Upload size with WP 2.1?You could just FTP your files and then link them manually. I know this would be a bit more work, though.
Forum: Fixing WordPress
In reply to: Help!! Sidebar got pushed to bottom!Looks like something CSS related. Maybe your page isn’t wide enough for the content (if that makes sense).
Forum: Fixing WordPress
In reply to: Post editor unusable since Firefox crashedYou might want to take the issue up with Mozilla. It seems to be a Firefox issue, not a WordPress issue. I hope you are able to solve the issue without loosing your bookmarks, etc.
Forum: Fixing WordPress
In reply to: All URL returns to index.phpI am a bit stumped.
I noticed this in your first entry.
I have blog subdirectory (blog.saarproduction.com/blog) where I have save all the wordpress directories and files except index.php
Why isn’t index.php in the same directory as everything else? Hope you get it to work out.
Forum: Installing WordPress
In reply to: Upgrade 2.1 to 2.1.3 — most pages now 404Looks like a database issue.
Do you have backups? If you do not, you may want to contact your host ASAP to see if they have backups of your site in its old condition. Most hosts write over them with new backups soon – so you may have to act fast.
I don’t know specifically how to help, but you could try rolling the site back to how it look before based on the backup copies.
Forum: Fixing WordPress
In reply to: All URL returns to index.phpDid you notice this in the right column?
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROM
You probably have some kind of database error that you need to fix.
Also, you say that your index.php isn’t in the same directory as everything else. Why is this?
Forum: Fixing WordPress
In reply to: Post editor unusable since Firefox crashedI use Firefox 2 on a Mac too…
You said that Firefox crashed. Could you download and reinstall it? What seems to be the problem with Firefox?
Forum: Installing WordPress
In reply to: User end works, admin is white screen?Who is your web host?
Forum: Fixing WordPress
In reply to: Cannot access DashboardSounds like an issue with the backend. You might want to try reinstalling the PHP files from a fresh ZIP. (Backup first since you had trouble in the first place.) Also, you might want to make sure that your web server meets the new minimum requirements.
Forum: Installing WordPress
In reply to: domain.com/wordpress vs. domain.comI think I understand. If you just have one index.html file on your server that causes a redirect to occur (to *****.blogger.com), then you should take that off the server and put the index.php file from WordPress in its place. I would also recommend importing your blogger blog so that you just had to worry about one blog (that’s just me, though).
Forum: Themes and Templates
In reply to: how do I make my stuff transparent?You need to edit the CSS for your theme. See the codex.