Recent Topics

1 Jan 11, 2007 15:27    

Hi All. Have you guys tested the operator extension for firefox? It shows special actions for items that conforms to microformats and another things.

BY example, install the extension and go to: http://devlog.waltercruz.com/

You'll will see in the toolbar actions for delicious, technorati and flicker.

The code for that? Just add a rel="category tag" in category links.

line 747 on _item.class.php:


$cat_name = '<a href="'.url_add_param( $lBlog->get('blogurl'), 'cat='.$cat_ID ).'" title="'.$link_title.'" rel="category tag">'.$cat_name.'</a>';

That's all!

2 Jan 11, 2007 15:29

ops :)

it does't work for b2evo categories style name (?cat = 200).

There's some hack to beautiful categories link?


Form is loading...