shorty114
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Issue with 2.0.4 upgradeTry repairing the tables in phpMyAdmin.
Forum: Themes and Templates
In reply to: HELP PLEASE: Categories only show last 10 postsYou have to put it in the main container. Also, for a category view, you can use the category.php template.
Forum: Installing WordPress
In reply to: MySQL 4.1.13?Double check the following:
- If it’s on your local machine, check that the server’s running.
- Check that your username and password are correct and are the same case.
- Check that the username you’re attempting to use has permissions over the database.
It should work – mysql_* functions work with 4.0 and 4.1…
Forum: Themes and Templates
In reply to: Serif vs. Sans-SerifAccording to a study I read somewhere (can’t find the link right now), Georgia is actually more readable than Verdana.
Forum: Plugins
In reply to: Counterize Not WorkingCounterize is the Users Online/Visitors Today, right?
Maybe because you only had one user online and one visitor today…
If not, could you paste that part of the sidebar? The PHP code?
Forum: Installing WordPress
In reply to: 1.5.2.zip – Corrupted FileWhat do you use to extract the ZIP’s?
Forum: Plugins
In reply to: Yellow flash when Posting a new reply in this boardselder2: FAT = Fade Anything Technique, NT = Nice Titles.
Forum: Requests and Feedback
In reply to: aristotle.multipattern.complanet.www.ads-software.com works fine for me. Try it again.
Forum: Installing WordPress
In reply to: Permalinks on a Network Solutions’ hosted site?Using Permalinks might help.
Forum: Fixing WordPress
In reply to: RSS, Comments RSS, Atom ButtonsThe “feed:” prefix is so that properly configured browsers can open the feed in a proper feed viewer.
If there isn’t a feed viewer set up with your browser, it won’t work. If you’re using Firefox, it will popup with a “feed is not a registered protocol”.
Safari automatically takes the feed: URLs and displays them fancy. If you want to see the feeds inside your browser, take off the feed:.
Forum: Requests and Feedback
In reply to: displaying authorsIf my blog is written by a group of authors, will their names be shown, or their posts be classified?
Could you be a little more specific?
You can display the author’s name on the post by using author template tags (there are different ones, choose the one that suits you best).
You have author pages, which are /author/name/ (replace name with the author’s name), and if you don’t have permalinks, it’s /?author=id (replace id with author’s ID).
I hope one of those helped.
Forum: Fixing WordPress
In reply to: Password LostApparently, your host disabled the mail() function. Many hosts do this, in order to prevent spam bombs from being executed on the server.
Contact your host, and they might be able to offer you a solution. Or get a new host if they refuse to help.
Forum: Fixing WordPress
In reply to: allowing newly registered member to publish articles?In the Options – Writing section, there should be an option titled “Newly registered members:”.
Select “May publish articles”, and try registering a new user after you set that option. That may be the issue.
Forum: Fixing WordPress
In reply to: Different Categories in Different Parts of the Page?Check out query_posts out. I’m pretty sure that by tweaking the options (very easy), you should be able to get what you want.
Forum: Installing WordPress
In reply to: erroMake sure you use text (ASCII) mode when uploading.
Any decent FTP client, such as Filezilla, should allow you to set it. I had problems with this before, when gFTP uploaded it in binary. The files were incomplete, and when I uploaded in text/ASCII mode, it was fine.