cheesemasterdan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple SidebarsUsing Conditional Tags should get you what you want…
Include these in your sidebar template and use, say
if(is_home()){ stick your code here }
if you want something just to display on the front page (though the help page seems to suggest this is handled differently in v2.1 but I haven’t really looked into it)…Forum: Fixing WordPress
In reply to: problem redirecting from header.phpThe header command has to be the very first thing sent to the browser… If any output has already been sent then a header will have gone with it…
I can’t remember if anything is sent to the browser prior to the header.php file, but I don’t think it is (I’ll check later – at work at the moment) but one thing to make sure is that you don’t have any white space before the header command in your script…Forum: Plugins
In reply to: Avatar for Poster?Forum: Your WordPress
In reply to: 500 Internal Server ErrorA 500 error would show up in a log somewhere it’s just whether you can see the log (and it sounds like your hosting company don’t want to help)… Do you get a control panel you log into to make changes to your site?? If so, is there an error logs section in it anywhere?? Logging is turned on in your PHP config, but there isn’t a file name specified so I’m not sure what it does in that instance… Does anyone know if there is a default error log name???
Have a look in the directory that edit.php is in and see if there are any files that were not in the original WordPress install which might be an error log…Forum: Plugins
In reply to: AJAX and WordPressNesius, which plug-ins are you trying to use?? The AJAX code will either be included in the plugin file or will be an addidtional file which should be installed in the wp-content folder (assuing the plug-in is using WordPress “standards”)…
If you let us know the plug-ins it will be much easier to see where it is falling over…Forum: Plugins
In reply to: Plugin Request: FPDFI started writing a plugin using FPDF about 6 months ago but the difficulty came because a lot of the content and layout in a lot of WordPress sites is done using CSS and it is difficult to get that into the PDF…
If people are genuinely interested, though, I shall have a look at reviving the project…Forum: Plugins
In reply to: NEW PLUGIN: Dan’s Scrabble ThingyThere is now a new option to use blanks within the tiles, but there are only 2 out of 100 tiles, so you might not always see ’em ??
Forum: Plugins
In reply to: NEW PLUGIN: Dan’s Scrabble ThingyIt doesn’t, but only because Scrabble only has letters… Scoring with symbols would just be crazy, dude…
I can add the functionality if it would be useful…Forum: Plugins
In reply to: NEW PLUGIN: Dan’s Scrabble ThingyThinking about it, you could just change the images to be anything you wanted, I just happened to have Scrabble tiles…
In truth, I hate Scrabble – I’m convinced it was spawned in Hell…
Glad you like the plugin though…Forum: Installing WordPress
In reply to: how can I tell what version im using?Go to a page on your site and view the source code.
You should see a line that looks like
<meta name="generator" content="WordPress 2.0.2" /> <!-- leave this for stats -->
Forum: Fixing WordPress
In reply to: Alt-a (insert link) greyed outDoes it work if you highlight some text? This is how it seems to work on my version (though I don’t use the WYSIWYG editor) and the highlighted text becomes the hyperlink…
Forum: Fixing WordPress
In reply to: Page Format.Or that ??
Moshu’s method is prefered, I should think…Forum: Fixing WordPress
In reply to: Page Format.Use the conditional tags in your template to change the output for a page…
Forum: Fixing WordPress
In reply to: Title Description on indexForum: Plugins
In reply to: Users Image PluginOr try here for custom Avatars plug-in…