Cypher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All formatting lost?When I try to pull up “http://lostinafog.com/wp-content/themes/gila/style.css” in my browser I get a 404 error indicating that I don’t have permission to access that directory.
Since you say that the files are there, you might want to check the permissions of the directory.
Regards
Forum: Requests and Feedback
In reply to: My blog is blank! What do I do?Have you added anything recently? Disable your plugins and see if your blog returns.
Regards
Forum: Fixing WordPress
In reply to: All formatting lost?You are using the Theme Gila located in ‘wp-content/themes/gila/’ and I see that the files under this directory are not visible.
This is the reason for you lack of styling. So check and confirm that your theme directory is indeed missing, replace the files and you should be back in business.
Regards
Forum: Fixing WordPress
In reply to: Login issueSince you are providing an internal IP address, this is your own web server? Is it Apache? Please provide some details of the server.
Regards
Forum: Fixing WordPress
In reply to: Surpass Hosting problems, database abuseHere ya go:
http://codex.wordpress.org/Moving_WordPressRegards
Forum: Themes and Templates
In reply to: Cool theme: coder required!Very slick. A little narrow for my tastes, but still workable.
Regards
Forum: Installing WordPress
In reply to: installation problems :/The error is pretty self-explanatory. You will have to talk to your host about why “realpath()” is not allowed. If they disallow it, then you will have to switch hosts.
Regards
Forum: Fixing WordPress
In reply to: How to show a post as privateRather than trying to make a post private, looking in to the “viewlevel plugin” which will allow you to set the user level needed to view a post.
That way, you can set the level to be at Admin level and only those people can see the post. Leaves the rest of your posts uncluttered.
Regards
Forum: Your WordPress
In reply to: Outcom of created sites?WordPress is a PHP application which uses a MySQL database to store EVERYTHING. This includes configuration information, posts, pages and more.
There is NO directory that contains the pages and posts you create, they are stored in the database and are retrieved on a as-needed basis when viewers come to your site.
twat answered your question adequetly and I hope to have added a few more details.
It is likely that you are unfamiliar with how websites are built with PHP and MySQL. So please learn about those before proceeding.
Regards
Forum: Fixing WordPress
In reply to: Prevent some Users to change their passwordWP doesn’t have such restrains on users. You could perhaps work on it yourself by saying that user levels below 2 cannot modify their own data once entered or something..
If you are familiar with some coding, it can be done..
Regards
Forum: Plugins
In reply to: avatar hack/pluginPlease search for “gravatars” to get your answer.
Regards
Forum: Requests and Feedback
In reply to: Another reason to hate the DashboardOr better yet..just redirect yourself to wp-admin/write.php or something..
Regards
Forum: Installing WordPress
In reply to: Compress PostYou can do it manually by typing the first paragraph and then using the “<!–MORE–>” quicktag for the rest of your post.
There are also plugins that will do the work for you. Search for “limit post”.
Regards
Forum: Installing WordPress
In reply to: Better way to test WP 2.0To be completely safe I would suggest creating an entirely different database if your host allows it. This allow you to blow it away in case you mess up and start over again.
Using the same database, you will have to be very careful in what you remove and what you keep.
The rest of the steps look good..but just for completeness:
http://codex.wordpress.org/Moving_WordPress
http://codex.wordpress.org/Backing_Up_Your_DatabaseRegards
Forum: Installing WordPress
In reply to: after installation cleanupAbout the only way that people can peek inside your wp-config.php file without your knowledge is if you have a really bad host with bad permissions on a shared server.
That way, other users on the same server can go to other people’s directories and read files.
Most hosts are, at least, smart enough to take care of not allowing this. 🙂
Regards