Hi,

I've spent much time reading here trying to find an answer to this so I'm just posting.

I would like to be able to create a custom node type and then show the user a list of nodes selected and ordered using a complicated MySQL SELECT statement.

Where would this SELECT statement go?

thanks,

Comments

wmostrey’s picture

Did you try using the views module? It is designed just for these types of requests. It will save you a lot of time, and the solution will be much cleaner too.

greggers’s picture

hmm

i'll take a closer look at views. thanks!