Mary Linville
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Yet another user with the install.php file problemHave you given priveleges to that user to use that database? In CPANEL, there’s a spot to ‘add user’ to database.
You’ll know if that’s the problem — on the MySQL page, you should see something like this:
b2l1233_wordpress’
Users in b2l1233_wordpress’
b2l1233_dalibor (Privileges: ALL PRIVILEGES)Forum: Fixing WordPress
In reply to: Solutions: Login problemsOkay, I just wasn’t sure if you got it or not — I thought I’d commented, but then I couldn’t find it later. Its so sad when the mind goes…. ๐
Forum: Fixing WordPress
In reply to: Changing Admin Usernameyep, I changed mine from default too (with phpmyadmin), a little extra security, so you’d have to guess both login & password not password alone.
Forum: Fixing WordPress
In reply to: Trailing slash rewrite helpSame here.
Forum: Everything else WordPress
In reply to: WP.org is SlooooowYeah, someone said it was due to some /. -ing again.
Forum: Fixing WordPress
In reply to: Login doesn’t work anymore :((You won’t need to use a separate program to md5 your password (which can be real confusing).
Just in the password field, type in your password in plain text, then choose “md5” from the “functions” pulldown menu next to it, in phpmyadmin.)Forum: Fixing WordPress
In reply to: .htaccess fileHmm, I guess the next question is, can you share your rewrite rules?
Forum: Plugins
In reply to: del.icio.us style tags/categories?That’s some nice code there. ๐ Could be made ever-so-slightly faster by using [] instead of array_push(), but I don’t think the speed would be much different, right?
Thanks for sharing, kellan. I’ll have to try and corner someone — a few peeps will take suggestions for plugins, etc, so maybe we can smile sweetly and get it packaged up nicely into the admin post ui. ๐Forum: Plugins
In reply to: del.icio.us style tags/categories?I was thinking of this myself, but decided to just tinker with the existing categories, but call them “keywords”. I prefer that, since I find categorization of posts difficult. Whether the logic is really all that different, I have no idea, but that works for my brain.
I’d be interested in your auto-generate non-existing categories though. ๐Forum: Fixing WordPress
In reply to: Login doesn’t work anymore :(Okay, try this one out:
http://wordpress.org/support/6/6486Forum: Requests and Feedback
In reply to: dictionary button on the write pageYeah, there is not a way to specify through a link (html) that its to open in a new tab.
Forum: Themes and Templates
In reply to: how to show bullets inline?To override the image for the first item, you’d use
list-style-image: none;
Also you wanted it to work for your category list, right?
Like: “Filed under: Weblogging, Feminism”?
If so, .meta ul is not what you want, you want .post-categories.Forum: Fixing WordPress
In reply to: blockquote validation problemYeah, the ps go inside the blockquotes (remember that WP converts new lines).
Forum: Everything else WordPress
In reply to: am i missing something?Load http://wordpress.org/support/
You’ll see near the top:
“Logged as: -your username- รยป Logout”
If you click on your username, you get your profile page.
Same thing on any new topic/reply forms.
But it would be nice if that link was globally available, OR had a link to it from the Preferences which you can click on on the sidebar.
MiniBB is the forum. It’s made by MiniBB.Net. They picked it because its mini. ๐ And they make little alterations as they go — less time modding/fixing a forum, more time on WP.
I like minibb’s mininess – and the rss feeds for topics. (But it would be nicer to be able tell what’s read/unread.)Forum: Requests and Feedback
In reply to: The template system is horrible.Um.
1. Chmod (“change permissions”) index.php to 777 (also known as “drwxrwxrwx”).
2. Take styles out of .css, put in style tags in index.php.
3. Save.
Now editable through template manager, just like Blogger.
What’s hard to get there? ๐