Hello, This problem is easier to show than to explain, see here: http://drupal.opendocumentfoundation.org/fellowship Here is a category that has two pages. I want the "about us" page to appear first, right at the top. But I can't figure out how to make that happen. Any suggestions? FWIW, "fellowship" is a URL alias for "taxonomy/term/14". Any help would be most appreciated. Cheers, Daniel. -- /\/`) http://opendocumentfellowship.org /\/_/ /\/_/ ...and starting today, all passwords must contain \/_/ letters, numbers, doodles, sign language and / squirrel noises.
On Friday 12 May 2006 05:42 am, Daniel Carrera wrote:
Hello,
This problem is easier to show than to explain, see here:
http://drupal.opendocumentfoundation.org/fellowship
Here is a category that has two pages. I want the "about us" page to appear first, right at the top. But I can't figure out how to make that happen.
Any suggestions?
Edit the node, and under "Publishing options", check the box labeled "Sticky at top of lists". Afterward, if you don't like the way it looks, change ".sticky" in your theme file. -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
Jason Flatt wrote:
Edit the node, and under "Publishing options", check the box labeled "Sticky at top of lists". Afterward, if you don't like the way it looks, change ".sticky" in your theme file.
Thanks! Personally I'd be happier if there were weights, like with menu entries. But sticky pages will do... Cheers, Daniel. -- /\/`) http://opendocumentfellowship.org /\/_/ /\/_/ ...and starting today, all passwords must contain \/_/ letters, numbers, doodles, sign language and / squirrel noises.
On Friday 12 May 2006 06:21 am, Daniel Carrera wrote:
Jason Flatt wrote:
Edit the node, and under "Publishing options", check the box labeled "Sticky at top of lists". Afterward, if you don't like the way it looks, change ".sticky" in your theme file.
Thanks!
Personally I'd be happier if there were weights, like with menu entries. But sticky pages will do...
You can do that with Book type nodes, or using this module: http://drupal.org/node/35984 (Disclaimer: I've never used that module, I only read about it on http://drupal.org/project/Modules.) -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
Jason Flatt wrote:
You can do that with Book type nodes, or using this module: http://drupal.org/node/35984
Oh, this is perfect. I tried it and it works. Thanks! Cheers, Daniel. -- /\/`) http://opendocumentfellowship.org /\/_/ /\/_/ ...and starting today, all passwords must contain \/_/ letters, numbers, doodles, sign language and / squirrel noises.
On 5/12/06, Daniel Carrera <daniel.carrera@zmsl.com> wrote:
Personally I'd be happier if there were weights, like with menu entries. But sticky pages will do...
Yeah, that seems like a cool idea. So, did you open a feature request for it? Or find an existing one to "+1". Or did you provide a patch? Ok, that was a little tongue-in-cheek, but it's still valid. This is open source, so the software will be what you make of it! There was a patch to get "node weights" in core: http://drupal.org/node/5738 But that got thrown out because there is a module that will do the same thing called Weights: http://drupal.org/node/35984 There is also a way that you can create this with the views module in 4.7. The Views module in 4.7 allows you to sort by a taxonomy term. You can create a "weights" taxonomy with numbers in it and then sort by that field. At least I think that should work. So, there, at least 2 different ways to accomplish your goal and 1 issue that you could argue deserves to be in core if you think that's the case. Cheers, Greg -- Greg Knaddison | Growing Venture Solutions Denver, CO | http://growingventuresolutions.com Technology Solutions for Communities, Individuals, and Small Businesses
participants (3)
-
Daniel Carrera -
Greg Knaddison - GVS -
Jason Flatt