Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. It runs in the MS Windows environment.
Based on a very powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. Its use is governed by GPL License.
The get_content_type module fills an oversight by the D5 developers. When they moved the part of CCK (sometimes called CCK-Lite) into core for creating new content types, they forgot the analog to taxonomy/term/xxx, that is node/type/xxx. This simple module provides that function.
It may be invoked with "node/type/content-type/teaser/number-per-page" or "node_get_by_type(content-type, teaser, number-per-page)" where: content-type is the (internal) name of the type; teaser is TRUE or FALSE to show in teaser format (TRUE is default); and number-per-page is the number of nodes to show per page (default is the same as the post settings). The "sticky" attribute is honored (as is sticky-encoded weighting).
For example: assume that post settings is at the default of 10 per page, "http://mysite.com/node/type/story" will show all the "story" type nodes as teasers with 10 per page. "http://mysite.com/node/type/ed-classified/FALSE/5" will show 5 classified ads per page as full nodes.
Yes, this probably can be done with Views, but not every site has Views installed, nor needs it. Certainly this module would have less overhead.
Drupal is, in my humble opinion, the best content management framework available - and it's open source, so it is free (of course you may make a donation).
Recent comments
2 weeks 17 hours ago
2 weeks 17 hours ago
2 weeks 17 hours ago
2 weeks 17 hours ago
2 weeks 17 hours ago
3 weeks 4 days ago
4 weeks 5 days ago
6 weeks 4 days ago
7 weeks 3 days ago
10 weeks 16 hours ago