Posted in : Plugins & Widgets
Of course, all the relations were of adult age and consent was given
.... so, I've come back to a plugin that I was playing with months ago, but put on hold because I couldn't be arsed coding in all the tag stuff that it needed. However the latest version of b2evolution has tag support, so I can just do the lazy arsed bit and code the related posts component of it ![]()
Well, apart from molesting your relations, it adds a list of related posts to each of your posts based on the tags that you've used for your posts, in a kinda "nearest cuzzin" way. This is all automated ( although I might make it a skintag thing at a later date ), so you just need to upload and install ..... and yer cuzzins are mine ![]()
As always, this plugin is supplied as is .... and if it molests yer granny then .... well, hell, she deserves a tad of excitement at her age huh? ... anyway, you can download it here .... let me know if it fails huh? ![]()
¥
Swift update 23rd Oct
After a tad of testing by John the plugin has had a couple of glitches ironed out. It's also had a shedload of parameters added to it so that you can play with the layout directly from admin. The zip has been updated.
Update 24th Oct ( zip updated )
The plugin has now been "widgetised" which allows you to have individual settings per blog, and a new setting has been added to the plugin settings to turn widget support on/off
Note : To use the widget abilities you need a container in your post loop where you want the related posts to appear. Obviously you also need to install the widget in the container as well ![]()
Another update 24th Oct ( zip updated )
Thanks to Gary a couple of bugs with rss feeds and "only post with tags" have been cured ![]()
Trackback URL (right click and copy shortcut/link location)
Trackback url for this post
Note : This trackback url is time limited so use it within 30 minutes or the SpamHound will snarl at you.
http://waffleson.co.uk/z/?k=368226026331032382e589077f88442ae74efc4c91ba43337
Replied on : 10/23/07 @ 05:31 pm #11
Replied on : 10/24/07 @ 09:53 pm #12
Replied on : 10/25/07 @ 07:32 am #13
Bugger, now I'm gonna have to play with the code_highlighter so I can post code in comments ![]()
All I did was nick another container, renamed it and slapped it below the post tags in the post loop. It looks a tad like this
Code:
<?php | |
// List all tags attached to this post: | |
$Item->tags( array( | |
'before' => '<div class="bSmallPrint">'.T_('Tags').': ', | |
'after' => '</div>', | |
'separator' => ', ', | |
) ); | |
?> | |
<?php | |
skin_container( NT_('Post bottom'), array( | |
// The following params will be used as defaults for widgets included in this container: | |
'block_start' => '<div class="$wi_class$">', | |
'block_end' => '</div>', | |
'list_start' => '<ul>', | |
'list_end' => '</ul>', | |
) ); | |
?> |
¥
I may have opened the door, but you entered of your own free will
Replied on : 10/25/07 @ 07:47 am #14
Replied on : 10/25/07 @ 08:14 am #15
I may have opened the door, but you entered of your own free will
Replied on : 10/25/07 @ 09:06 am #16
Replied on : 10/25/07 @ 09:21 am #17
I may have opened the door, but you entered of your own free will
Replied on : 10/25/07 @ 04:55 pm #18
Replied on : 10/25/07 @ 05:19 pm #19
I may have opened the door, but you entered of your own free will
Replied on : 11/02/07 @ 11:47 am #20
Blog-a-doodle-do
http://garysblog.co.uk
Replied on : 04/04/08 @ 11:12 am #21
Replied on : 04/04/08 @ 04:39 pm #22
I may have opened the door, but you entered of your own free will
Replied on : 04/04/08 @ 12:10 pm #23
Replied on : 04/04/08 @ 04:40 pm #24
I may have opened the door, but you entered of your own free will
Posts : 8
Joined : 06/02/08
Replied on : 06/29/08 @ 04:11 am #25
Posts : 8
Joined : 06/02/08
Replied on : 06/29/08 @ 04:12 am #26
Replied on : 06/29/08 @ 07:43 am #27
I may have opened the door, but you entered of your own free will
Replied on : 07/13/08 @ 06:07 am #28
Replied on : 07/13/08 @ 06:37 am #29
CSS:
{ | |
content: "\00BB \0020"; | |
} |
I may have opened the door, but you entered of your own free will
John
Reply to comment 14391 by John