I have a tree-like taxonomy structure like:
Books
-Search
-Offer
Cars
-Search
-Offer
etc.
What i want to do is kind of complicated for me. Each authenticated user can publish content in these sections for free. What i want is, each node, published by the user to have an attached link "Promote" to it, and when it is clicked an email is sent to the administrator for the promotion. After the user has paid for it, the promoted nodes will be exposed FIRST in the appropriate category and marked as "special". I tried to do it with the pay2publish module but i cant get it to work. Can someone help?? Thanks