Cypher
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 100 webspace ugly banner@restrex, Do you have the free package or are you paying for a packge with that host? If you have a free package, then you are usually required to keep their banner and whatever else they want to put on your website.
If you have a paying package, then you are not required to do anything and you shouldn’t even be getting a banner on your site. If you are in this category, contact the host and tell them you are a paying customer and they should remove the banner from your site.
If you are a free customer of that host, we are in no way going to help you do something that the host would explicitely forbid.
Regards
Forum: Everything else WordPress
In reply to: May be this is a dumb questionLinux/Unix/FreeBSD based servers are indeed case sensitive while Windows based servers are generally not, unless configured to be so.
If you intended to only have a single file, you can just rename the file and be all set.
Regards
Forum: Your WordPress
In reply to: At-the-beginning.netGotta agree on the text color. Very hard to read and I wouldn’t strain myself. Might want to tone it down a bit.
Regards
Forum: Plugins
In reply to: new plugin – external link iconsVery cool..I had implemented this using CSS a long time ago, but found that it was causing my CSS to invalidate, so I removed it.
Regards
Forum: Installing WordPress
In reply to: Can I use my Comcast account as a host for blogging?The fees vary based on the hosts and the packages that you choose. Keep in mind that in addition to whatever fees you pay a webhost to actaully host your site, you’re going to have to pay a registration fee for your domain as well.
You could, however, get away with not using a domain if you’re happy to use something like http://<username>.<yourwebhost>.com as your website URL.
Not pretty..but cheap..:)
Regards
Forum: Installing WordPress
In reply to: Can I use my Comcast account as a host for blogging?Comcast provides for very simple webhosting. Essentially HTML and static content.
They aren’t really in the business of providing webhosting services which would include access to MySQL databases, PHP, CGI, and numerous other things that come with it.
There are countless other afforable webhosting providers out there, look around and you can find one that will suit your needs
Regards
Forum: Fixing WordPress
In reply to: Can’t install a new theme, error message.Forum: Plugins
In reply to: Latest ActivitySure..you should be able to just copy over the code from the index.php file in /wp-admin over to your sidebar.
Regards
Forum: Your WordPress
In reply to: My Wife’s new siteThe theme is quite nice. The sidebar text color is just too light on the background color to be properly read without having to strain your eyes. I would use a more contrasting color.
Other than that, impressive. 🙂
Regards
Forum: Fixing WordPress
In reply to: RSS feed path is brokenYour comments feed is working OK. That would means that you should probably look at your rewrite rules for your full feed.
Regards
Forum: Themes and Templates
In reply to: Posts Centered in i.e., but not in FirefoxI actually prefer the look of the un-centered post in Firefox. The centered posts in IE look a little freaky..:)
Regards
Forum: Everything else WordPress
In reply to: searchengine-friendly blog?Codex is at http://codex.wordpress.org
Regards
Forum: Everything else WordPress
In reply to: technorati down?It’s working now..
Forum: Your WordPress
In reply to: HelloSPAM!
Forum: Fixing WordPress
In reply to: Two DataBasesThe table you are most interested in is “wp_posts” and you can bring over the posts from one database to the other, but have to make sure that you don’t retain the ID from the second database. It is entirely likely that the ID’s will have been re-used.
That is, you will have posts on both websites with ID of 1, 2, 3 and so on, depending on how many posts you have on each website.
You will need to learn a little bit about MySQL queries to import the data without the ID as well.
It can most definitely be done with a little care.
Regards