3stripe
Forum Replies Created
-
Forum: Plugins
In reply to: Random posts within a category?http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/ might help – it’s got a random post function
Forum: Your WordPress
In reply to: using wordpress as portfolio cmsThere’s some code to do this at http://wordpress.org/support/topic/37433 π
Forum: Plugins
In reply to: Image Upload Hack for Multiple Images?I still think most of the options mentioned in this thread should be controllable by default somewhere in the admin panel!
Forum: Plugins
In reply to: ‘Write post’ – split ‘Post’ textarea into 2 columns?Kaf?
Forum: Fixing WordPress
In reply to: FlickrRSS get all images?From http://eightface.com/wordpress/flickrrss/ …
“Can I get random images from my stream?
Nope, itβs a limitation of using the RSS feed (it only displays the last 10 photos)”Something like http://www.phpflickr.com/ or http://www.lumis.com/index/site/full/fgallery/ might be more useful in this context
Forum: Fixing WordPress
In reply to: “Linked to Image” by defaultSounds good to me too… I think image uploading/thumbnailing/sizing should all be more controllable somehow, could be a nice plugin?
Forum: Plugins
In reply to: widget for sidebar image?maybe…. err which external gallery is it…
Forum: Plugins
In reply to: widget for sidebar image?Images from your posts… or images from an external gallery? (I’ve only know of plugins for the latter)
Forum: Alpha/Beta/RC
In reply to: enclosures in 2.0Has this issue been fixed on WP2.02 then?
Forum: Plugins
In reply to: Recent category posts pluginCouple of options already discussed at http://wordpress.org/support/topic/31686?replies=9
Good luck
Forum: Fixing WordPress
In reply to: Adding non-WP items to RSS feed?You could try something like this…
Use a service like http://www.xmlhub.com/rssgenr8.php or http://www.feedyes.com/ to make a feed from your customised entries (if you’re smart this could maybe be a hidden WordPress page that you add stuff to as required)
Then combine this with your normal WordPress feed using a feed combiner such as http://feedjumbler.com/
(Also worth a look perhaps is http://www.reblog.org/)
Forum: Fixing WordPress
In reply to: side bar in permanent links?I’m guessing your using the Kubrick theme – http://blog.taragana.com/index.php/archive/how-to-display-sidebar-in-single-post-in-wordpress-20-default-kubrick-theme/ should sort ya out:
“WordPress default theme (Kubrick based) does not display sidebar on single post page. However with a minor change in the theme you can make it to display sidebar. This works in the default theme of WordPress 2.0 and 1.5.x.
Login as admin.
Click on Presentation / Theme Editor / Single Post.
Change the second line from:
<div id=”content” class=”widecolumn”>
to
<div id=”content” class=”narrowcolumn”>Then add this line :
<?php get_sidebar(); ?>just before the last line containing:
<?php get_footer(); ?>You are done!”
Forum: Plugins
In reply to: Looking for an Image tagging pluginNo problemo – I’d keep an eye on those 2 links, as they {should} have tagging features by the summer if we’re lucky!
Forum: Plugins
In reply to: Image Upload Hack for Multiple Images?I’d love to see this feature as well!
It would also be brilliant if the plugin had the option to automatically resize any large images to something more usable, and also an option to set the quality of resized or thumbnail images. (I think you can only control thumbnail quality by hacking at the moment)
Or what about support for sets of zipped images?
Woooah, I’ll stop there, that sounds complicated enough already!
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Thanks for the pointers – I’ve been scouting about for an idea of when v3 will be out as it should do everything I need it too – hopefully it will be in the next few weeks otherwise I’m going to have to resort to my infamous cut&hack programming technique π
I did ask on the sIFR forum already – they said:
“Only non-IE browsers expose the Flash version in sIFR right now. You can use that value and some JavaScript to make it work. See the wiki for more info on these properties.”
So I’ll probably try the wiki next!