By Cosmos-1 on
I want to create a list of web links that can be rated, commented on, and sorted by rating. Does drupal come with or have a module capable of this? Also i need to be able to customize the template of this link page...
I spent the last 2 days setting up postnuke only to find that the template cannot be changed. so i figured id ask here before i devoted the time setting up a drupal site.
Comments
Spurl
I haven't found a good link manager but I'm using Spurl (www.spurl.net) combined with RSS feeds to power my link collection online.
Its actually pretty neat. I can bookmark everything I need to have and I give the pages I want on my homepage a special tag.
Ofcourse, this isn't what you asked but you might want to check it out anyway.
u can use flexinode to add a
u can use flexinode to add a "link" node type. then use the table format to display the links in a page.
u can use flexinode to add a
u can use flexinode to add a "link" node type. then use the table format to display the links in a page.
What do you mean by "use the
What do you mean by "use the table format"? Could you explain that a bit more clearly please? It sounds just the ticket.
I use weblink
i don't know if you can rate links but i think you can comment on them.
I also use weblinks
But only to get the links into the database and give them a term-id.
Then I have created a page and use a php-snippet to pick upp all weblinks with a certain term-id.
I have had to create one php-snippet for every term-id, but after that it's just to store the links via weblinks and they turn up on my link-pages.
the whole RATING thing is
the whole RATING thing is essential... can i do something where i rate news and sort news by rating?