how to display blocks with links to posts like Best published scoops, etc.
not just
score|post title

with more information:
avatar|user name->category->post title|comments qty

its something here i think?:

if($k != ""){ $k = "<span class=\"score\">$k</span>"; }
            $output.="<li class=\"promoted\">$k".l($data->title, "node/".$data->nid)."</li>\n";

thank you for your help

Comments

mercmobily’s picture

Status: Active » Closed (fixed)

Hi,

The blocks that come in stock are "what they are".
If you want something more evolved, you should use "views".

Drigg is based on the VotingAPI, which is views-aware. I have never used views myself. So, I can't really help you here. I suggest you install "views" and play with it until you get what you want!

When you do, please come around here and share the results... it would be good to improve the documentation.

Bye,

Merc.