iand
Forum Replies Created
-
Forum: Plugins
In reply to: Flickr Gallery 0.7 and 1.5??I’ve managed to get the plugin running with pages ok using the code mentioned in the first post. However the thumbnail styling is off. See: http://the-way-to-the-centre.org.uk/blog/gallery?album=4120
taking clear: left out of .flickr-thumbnail makes them show in a vertical list, but I have no idea how to stop them stepping diagonally like they are at the moment. Though once they hit the second row works fine. Anybody?
Forum: Fixing WordPress
In reply to: How to do this?Check podz’s guides, there are instructions for implementing them there.
Forum: Fixing WordPress
In reply to: Marking Links as UpdatedI have managed to get the options to display by editing options-misc.php and adding some code lifted from a previous beta version. However, when the ‘update options’ is clicked, it says updated but nothing is written to the database. Any ideas on how to make it change the DB?
Forum: Fixing WordPress
In reply to: Calling all experts – need help with link logA quick outline:
1. Create a new category and then hide it in the main index (search the codex for ‘the loop’)
2. Call that category in your sidebar with customisable post listings from coffee2code, with something like
<?php c2c_get_recent_posts(4,"%post_content%",
"Your_cat_number_here","date","DESC","0","d F Y",""); ?>Plugin is here: http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/#comments
Forum: Fixing WordPress
In reply to: Marking Links as UpdatedI thought i was the only one that couldn’t find it. Looking through my database with phpmyadmin the values are in wp_options, with option_ID’s 79 to 83, so you could enter them directly.
Forum: Themes and Templates
In reply to: A simple 2-column theme for 1.5Nice and clean. You can add safari to the list of browsers it works with.
Forum: Fixing WordPress
In reply to: Add to Spaminator ?The ‘delete as spam’ was part of the spam-words plugin I think.
Forum: Themes and Templates
In reply to: CategoriesIf you use the plugins runphp and customisable post listings you might be able to cook up what you are looking for.
Forum: Fixing WordPress
In reply to: Comments Won’t Display 1.22Are they going in the moderation queue?
Forum: Fixing WordPress
In reply to: 02-05: Big login buttons ugly (at least) in SafariFair enough. My statement was solely based on the first few lines from the other thread:
function the_quicktags () {
// Browser detection sucks, but until Safari supports the JS needed for this to work people just assume it's a bug in WP
I do prefer the rounded macified buttons though 🙂Forum: Fixing WordPress
In reply to: PHP Includes in entries?runphp works for me: http://www.nosq.com/technology/2004/10/runphp-wordpress-plugin/ make sure you read the instructions – its not 100% plugn and play.
Forum: Fixing WordPress
In reply to: 02-05: Big login buttons ugly (at least) in SafariMaybe the first signs of accessabilty tweeks?
The quicktags thing is a safari-javascript glitch. The fix is here:
http://wordpress.org/support/topic.php?id=20950 they don’t work quite right but they do appear.Forum: Plugins
In reply to: Database records of plugins usedBecause you deleted the files while the plugin was still active? I did that and the plugins still showed up in my ‘in use’ list.
Forum: Fixing WordPress
In reply to: photoblog help, please?Have a look at customisable post listings:
http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/#comments
Reply 39 might help with what you are trying to achieve.Forum: Themes and Templates
In reply to: pinging/trackbacks in WP 1.2.2?I used the fix from here with good results:
http://digitaldivide.garuti.it/2004/12/17/piccola-manutenzione-2-i-trackback/