manstraw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What Should I Put In My .htaccess File?Can you post a link to the problem site?
You probably need to delete the cache files from wordpress. I think that’s in wp-content/cache. You can delete everything in there. It’s likely giving you old links.
I also suggest you clear your browser cache.
Forum: Installing WordPress
In reply to: sudden 500 server errors – .htaccess the culprit ( I think!)When you change your permalink structure in wordpress, it will either write to the .htaccess, or provide you with the code you can update yourself.
for now, I would delete the .htaccess file to get rid of the 500 errors. Are they gone?
Then I would update the permalink structure, and see if wp updates itself? If it doesn’t update it, copy the code it will display (scroll down) and replace the contents of your .htaccess file with this code.
If the 500 errors return, you need to contact your webhost.
Forum: Plugins
In reply to: [RELEASE] WP-phpMyAdmin pluginJust tested it. Seems to work good. And it’s a newer version of phpmyamdin than I have on my server! :p
Test was in wordpress 2.0.3 on linux with blog in subdir (i.e. in domain.com/blog)
handy stuff. I too could do without going through the extra login process.
Forum: Fixing WordPress
In reply to: Is WordPress right for me?Well, I would just browse the themes until you find something you like. If you still need to change a colour of something, just provide specific info to this forum, and people will help you.
The colours and layout are pretty much always controlled through the CSS file. So if you study anything, study css.
PHP isn’t necessary to know as much for your specific concerns. Plugins will likely provide most of the functions you will ever require. If you can ftp the files into place, and follow simple instructions, you should have no php related problems.
theme viewer – http://themes.wordpress.net/
Forum: Fixing WordPress
In reply to: What Should I Put In My .htaccess File?If wordpress can write the .htaccess file itself, it will. If it can’t, it will display the code you are required to add after you hit the update permalinks button. Just scroll down to see it. If you don’t see, wordpress did it on it’s own.
And yes, just put the .htaccess in the same dir as your blog.
Forum: Everything else WordPress
In reply to: I am being PlaigarisedLook in admin, Options, Reading. You’ll see an place for show full text or a summary in your feeds.
Forum: Fixing WordPress
In reply to: Dashboard loading very slowyou can disable the dashboard with a plugin. Would you like that?
http://www.ilfilosofo.com/blog/2006/05/24/plugin-remove-the-wordpress-dashboard/
Forum: Everything else WordPress
In reply to: What Happen To wp-plugins.org?oh well, I guess the domain pirates have it now. who was in charge of that site and it’s registration? I haven’t checked to see if it can be renewed or not. Let’s hope so. Arrrgh matey, if the pirates ‘ave it, it be lost. Arrrrrrgh.
Forum: Plugins
In reply to: Looking for a Image Editing Plugin?I was going to tell you about that one. But you’re too fast for me!
Forum: Everything else WordPress
In reply to: What Happen To wp-plugins.org?Is it hiding at http://wp-plugins.net/ ?
Forum: Everything else WordPress
In reply to: I am being PlaigarisedIt looks like the whole domain was shutdown due to another reason. At least that’s how it sounds when you visit the site.
Forum: Fixing WordPress
In reply to: Rss Feeds – not owkring or not configuredI’ve wrestled with that decision myself. I tend to not have it. The people with an rss reader will know how to copy the link and paste it into their reader. Some people with readers don’t have their browser recognizing the feed: identifier. When they try and copy that url, it’s often not recognized in a reader, and they get confused.
It’s not all quite meshed right in my opinion. I’d like to see firefox be smart enough to offer to add a feed: to it’s live bookmarks if it doesn’t have an external rss reader to hadn off too. And maybe that choice should always be presented. And similar behaviours for other browsers would be good too.
Forum: Fixing WordPress
In reply to: Rss Feeds – not owkring or not configuredI think it’s right in the theme. Perhaps in footer.php.
But it looks like you found it. It’s gone now.
resolved?
Forum: Themes and Templates
In reply to: variables in CSSA proper css files can’t do that. But you can put css values in a php file (like your header), and use php variables to experiment. Anything you duplicate in the header will replace what is in the css files, as long as it comes after the call to your css page.
Something you might really appreciate is the web developer plugin for firefox. I use it to experiment with CSS. You can call up an edit css panel, change something, and the change is instantly reflected on the page. I mainly use it for colors and for precise position of certain items.
You need the firefox browser, and then just go Tools > Extension, and then click the Get More Extensions link at the bottom right. You can search for “Web Developer”. It gives you a bunch of cool stuff that is all very useful for developing web pages.
I’m not getting that. When I click music, I get a tree of music and it’s subcategories and nothing else. Should I assume you’ve figured it out?