Hi there,

I'm using this module on a fairly complex taxonomy/views setup to show the links by theme/category/tag, etc... with a lot of filtering and all...

I've found the module + taxonomy + views + actions very very powerful but there is one big problem I ran into and it's the node creation date and ordering nodes on the home page.

You see, all new nodes appear in the queue page, and when they have like 3 points they make it to the home page. The problem is that I want every newly promoted node to be to the top of the page when it's promoted....

The only way to do that now is to make an action that on X points:

- promoted the node to front page
- touches creation date

The on the home page view you simply order node by creation date descending and voila..

The issue here is that the submitted date is wrong! Sometimes a story can take a couple of days to make it to the home page, so then the date does not reflect the real date of the event.. (I run a news site, so it just seems wrong to me)..

I tried ordering by modifiation date instead, but then the problem is worst, as users can bump to the top of the page by editing their nodes... Also, they have to edit their links, as sometimes they want to correct typos, etc..

So I figured that maybe we should use a cck node instead of the normal vote up down node type for this??

The cck node would have another date value which would be 'submitted on' and the normal submitted on would become the 'promoted on' date, so that way I don,t have to create a new action fot the new created date in cck..

What do you think... using cck would give more power to this module in that regard no?

Thanks

ps... if you want to see a live example of my setup, have a look at www.notreactualite.com

Alex

Comments

patchak’s picture

Hi Frjo,

I sent you an email last week about this issue, offering to sponsor future developpement of the module, have you received the email?

Thanks for coming back to me on this!

Patchak

frjo’s picture

Yes, sorry for making you wait for the answer. Will send it today.

patchak’s picture

ahh yes!! I sent you another mail just a second ago, sorry bout that.

I hope we can work this out together!

Patchak

patchak’s picture

Have you started to look in this direction yet? To solve the 'order by created date" problem?? It's really a problem as I can't continue to change dates on posts because they are promoted!!!

Waiting for you answer and you estimation, don,t forget I'm willing to sponsor future developpement for this module!

patchak

patchak’s picture

Could my problem be solved by simply using a cck node type and a 'original submit' date field?? The original "submit date" would be used to display on the node, and the regular drupal date field would be hidden from users and used to rank the nodes??

All that's left to do is then to theme the new cck node type to act as the normal vote up down node type??

Thanks

alexandreracine’s picture

Status: Active » Closed (fixed)

Cleaning a little...

4.x version are not supported anymore.

-You can upgrade
-You can sponsor future developpement of this module (look on the related pages on drupal.org)