Hi all,
I'm running Drupal 6 as my own personal intranet, works like a charm. I've been gradually expanding and updating it and it's becoming quite handy and advanced! Of course, there's always stuff to be improved.
Currently I'm using the option 'Sticky at top of lists' to get a node at the top of a Views table, but having to go to the edit form, scrolling down, opening 'publishing options', checking the sticky check box and then saving the node is a little cumbersome.
I was wondering if there's a way (or a module) to have a similar approach to 'sticky nodes' as in starring a message in Gmail. E.g. click on a star in front of a node to make it 'sticky'. Click again to make it 'unsticky'.
Thanks,
Ap
Comments
Look into Flag module. By
Look into Flag module. By default it uses text toggle links but you could theme them as stars if you want. It has Views integration. Or if you prefer, Fasttoggle module makes on/off links for various node settings.
Awesome, thanks for your
Awesome, thanks for your reply!