graemep
Forum Replies Created
-
Forum: Your WordPress
In reply to: WordPress Theme DevelopmentI liken it to people that install some Linux distro
I like the analogy – both Linux (assuming a newbie friendly distro) and WP work quite easily out of the box, but if you want heavy customization, you have to do a little work.
I think you hit the nail on the head with “WordPress looks easy”. It is incredibly easy for what is really a CMS (albeit a specialised one), so it gets recommended to people who do not know much. It also raises expectations that everything will be easy.
I am actually recently suggested that my father uses WordPress (he can just about manage a simple static site). Of course in his case he will ask me questions rather than the forums (that is what he does with Linux as well).
Forum: Fixing WordPress
In reply to: Examples of wordpress as CMSThis is not very blog like:
The theme has been customised, there are a couple of useful plugins (related posts and the_excerpt_reloaded) other than that it is a fairly standard install.
Forum: Themes and Templates
In reply to: Theme using HTML 4.0Thanks Yngwin
Yosemite, self closing tags are not valid HTML. It is not a huge problem in practice because most browsers ignore the slash, but it is nice to get pages to validate.
chradil, I want to use HTML 4 because its the best way to get as many browsers as possible into standards mode. See this table.
XHTML strict also looks OK from this point of view, but I am more familiar with HTML.
I also need to use snippets of other code (web stats, ads etc) and these are more likely to be valid HTML than XHTML 1.0 strict. That said most of what I use at the moment does validate as XHTML 1.0 transitional so it SHOULD be OK.
Then there is the whole issue of sending XHTML as text/html, although I do not really understand what the practical implications of that are.
Forum: Themes and Templates
In reply to: Can you recommend a fishing theme?One of my themes, Esthwaite is based on photos of fishing boats on a lake.
Forum: Fixing WordPress
In reply to: Missing categories on write postI found existing thread on the same topic, with a fix.
I do think the default limit is far too low. I wonder if a limit is really necessary: if there are more than 100 rows in the categories table, it is probably because more than a 100 categories have been created; if they have been created they should be shown.
Forum: Themes and Templates
In reply to: Red Drop: a theme with drop down menusI found two bugs while adapting the theme for a site with some special requirements.
If you are using this theme have a slightly misaligned blog roll, or a plugin fails (I missed out the wp_footer call) please download the current version for the same location.
Sorry for any inconvenience
Forum: Plugins
In reply to: wordpress as cmsI think you trying to implement two different methods of controlling what is shown on your blogs home page at the same time.
One is to use a plugin, the other is to create a template called home.php.
I assume you are using Denis de Bernardy’s plugin. If so look at the instructions again. http://semiologic.com/software/static-front/
Incidentally, when he says “Create a page titled ‘Home'” he means a page within wordpress – i.e. created from the WordPress Admin “Write Page” page.
You should probably look at the documentation on templates at on pages.
Forum: Themes and Templates
In reply to: WP Themes – Charge? No-charge?I am not sure I completely believe the FSF on the necessity to GPL plug-ins.
If the plug-in is distributed together with the GPLed software, then the distributor probably is in breach of the GPL.
However if the plug-in is distributed by itself (the usual case with themes), then the distributor is not actually distributing any GPLed code. If you are not distributing any GPLed code, then you are not breaching the GPL!
Angsuman: the GPL is a very pro-free markets license – it counters network effects and other distortions of the market.
Forum: Plugins
In reply to: WP login on page outside WPForum: Plugins
In reply to: WP login on page outside WPThanks Kafkaesqui, done in seconds and working fine.
Forum: Installing WordPress
In reply to: CSS & PHP themes SUCK#3 Problem : Everytime you make a change you almost have to save, FTP, and go check your site to make sure your not messing up some PHP code or doing something that looks bad.
Solutions:
Use a text editor that can save files back over ftp. Your cycle becomes edit -> save -> test
Install a test copy on your PC. I think there are easy Apache and MySQL installers for Mac and Windows. Most Linux distributions come with both which makes it even easier.
I wasted a bit of time trying to change the HTML root directory, I then realised it was easier to link from it to where I had copied the WP files. Other than that it was easy.
Beel: I think he is ranting. he is wrong, but they are all things a newbie could genuinely think, especially if they are used to relying in Dreamweaver (or something similar) rather then writing HTML themselves.
Forum: Plugins
In reply to: New plugin: FrameableHow did you validate it?
validator.w3.org complains about form elements without action attributes, the placing of the form elements for both examples. In the case of the example on Investment Ideas it also complains about the use of a literal ampersand instead of &
Anyway I am impressed someone took the trouble to check! Its very reassuring to know that the community is good at spotting mistakes.
Forum: Plugins
In reply to: New plugin: FrameableThe examples on my site do not validate as XHTML, but that should be fixable.
Forum: Fixing WordPress
In reply to: Can WordPress do what I need?It should be possible, and should be fairly straight forward. You need to re-do the query that returns the posts to be displayed on the page. There is fairly good documentation on how to do this. See: http://codex.ww.wp.xz.cn/Template_Tags/query_posts
Forum: Themes and Templates
In reply to: Overlapping text in IEThanks for the hints.
I doubt its the first problem becuase it validates. the second is possible.
My problem now is that I have been completly unable to reprouce this. It works with IE 6 running under Wine, screen shots from Browsercam all look fine. The problem only appears to affect the person who reported it (running IE 6 on Win 98).