schestowitz
Forum Replies Created
-
Forum: Your WordPress
In reply to: The Nebulog – my blog and 1st WP ThemeYes, it’s still broken in Firefox:
http://www.schestowitz.com/temp/broken_box.png
No biggie though… *smile*
Forum: Fixing WordPress
In reply to: Can’t find the WordPress bookmarklet linkWhich browser are you using? In Firefox, for example, it should be called “Bookmark this link”.
Forum: Fixing WordPress
In reply to: comments not working, going nuts…First of all, have you changed themes? Are you using the default one?
Forum: Fixing WordPress
In reply to: auto posting from local fileHow are the text files formatted? What would go in the post title? What category? This is not as simple as you think.
I can think of ‘edit *’ as a way of opening all the files in text editors and then copying and pasting in ‘batch mode’. By the way, unless these are your lyrics, does the World Wide Web truly need yet more lyrics mirrors, even with the same typos repeated? This is verging what is known as content spam or an attempt at googleeating.
Forum: Fixing WordPress
In reply to: Safe Mode (1.5 vs 2.0)Safe mode prevents directories from being created. You can download the following:
http://www.schestowitz.com/temp/upload_dirs.zip
Upload everything to the /uploads directory and ensure ownership is yours rather than apache/root. The directories are already set to 777 in the archive. You should be able to switch safe mode back on and upload file thereafter, I believe.
Forum: Fixing WordPress
In reply to: Parse ErrorI thought the changes between 1.5.1 and 1.5.2 are so minor as to be negligible. There is just a security fix, which is unrelated to wp-db.php. Hopefully this will fix the error nonetheless. With better security, it might be a case of hitting two birds with one stone. Go for 2.0 just to make it worthwhile. Back up all data first.
Forum: Themes and Templates
In reply to: Centering your theme.. I have issuesAdd something like the following to your stylesheet:
html {
margin: 0 auto;
width: 767px;
text-align: center;
}I have just tested it with the Web Developer extension for Firefox, so I recommend you get it for future Firefox awkwardness.
Forum: Fixing WordPress
In reply to: import users/membersbloom, I saw your post before, but what you try to do is far from trivial and you did not describe your data either. Could you elaborate on “import his 1,000 entry mailing list into WP and make them site members”? It was never clear to me…
In principle, if you want to shift mailing list archives onto WordPress, consider conversion tools like MHonArc, which pre-process the raw text-formatted archives that mailman, for example, makes readily available. If you want an importer for such a rare type of migration, you will need to write it yourself and hopefully share it with the world.
Forum: Fixing WordPress
In reply to: Modified date in wp_list_cats?Have a look at the Codex to better undertand the WordPress API and see what arguments wp_list_cats accepts. This is beyond the scope of the forums, I suspect. Best wishes though… *smile*
Forum: Themes and Templates
In reply to: Theme doesn’t showup on admin screenI get this error whenever I insert unnecessary newlines at the bottom of any of the template pages. Have you changed the code? Have you enabled a theme that cannot/should not be trusted. If so, try to revert to the previous state. Have you skinned the admin panel?
Forum: Installing WordPress
In reply to: Trouble creating blogI don’t think stylesheets are the main concern at this stage. It is access to the administration panel that stands in the way. Have you already got backups of your database? I suggest that you:
* Copy to your hard-drive your entire WordPress directory as-is.
* Copy (backup) the MySQL database to your hard-drive and check it at a shallow level to verify it’s complete.
* Wipe the current installation, install at the same location and restore MySQL database. You can slowly put on bits from your previous installation, which you have on your hard-drive.
Forum: Fixing WordPress
In reply to: File Type does not meet Security GuidelinesHave you got privileges to access your filestore? If so, you may have to rename the file to, let us say, filename.mp3, having reached it ‘the hard way’ using a file manager. You can otherwise change the code to permit uploads of this filetype. I don’t think it is Yahoo that prevents you from uploading an unknown type of files. It is remotely possible, however. What version of WordPress are you using by the way?
As a side note, cPanel’s file manager stubbornly prevents uploads on files which it suspects are Trojans. It can become very frustrating. I wonder if it will perceive your files similarly.
Forum: Installing WordPress
In reply to: Blog CommunityAs for the latter questions, there is a way to embed banner ads in WordPress. How you do so depends on the advertisers. You often need to insert a piece of code into the appropriate place in your template. In some cases, you need only add an image with a static URL (e.g. to a post). It may point to various sites and may also change its appearance.
Lastly, *yes*, you are allowed to use WordPress to make a buck. With most advertisers this can be hard though, so don’t raise your hopes.
Forum: Requests and Feedback
In reply to: wordpress.org is not working properlyKeep refreshing the pages. They always come up eventually, even though this wasn’t necessarily the case yesterday. If you feel impatient, use tabbed browsing and wait until the page of interest becomes available.
I hope you understand that this is a *temporary* fluke (probably attributed to the server/host) and it should not reflect on the state of WordPress as a Web-based application.
Forum: Themes and Templates
In reply to: The perfect theme – available now!Beautiful theme.
@vaamyob, are you sure you don’t have custom zoom enabled? I am using Firefox 1 on Linux and all looks very clean.