Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / articles / pnlang / eng [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
16 Aug 2002 15:15:49 | postnuke_modules/articles/pnlang/eng | admindoc.php,NONE,1.1 related.php,1.1,1.2 topitems.php,1.1,1.2 | Mike |
notices and admin doc |
Update of /home/cvsroot/postnuke_modules/articles/pnlang/eng In directory ns7.hostnuke.net:/tmp/cvs-serv7607 Modified Files: related.php topitems.php Added Files: admindoc.php Log Message: notices and admin doc --- NEW FILE: admindoc.php --- <?php $welcome = pnML(" <h3>Welcome to the administration of articles</h3> If this is your first visit to this part of your Postnuke site, please take a minute to read through the following introduction, in order to explore the different possibilities offered by the articles module. <br /> <br /> <h3>1. Publication types</h3> The articles module can manage 'articles' of different types at the same time, for instance news articles, longer documents in different sections, frequently asked questions, and so on. <br /> <br /> These types are called 'publication types', and each type of article can make use of a different set of data fields, with a different meaning for each data field. For example, the 'summary' field could be used for an Introduction in news articles, for providing some Details about a question in FAQs, or not be used at all for section documents. <br /> <br /> There is a specific menu where you can manage those publication types, change the description that will appear in navigation menus, enable and disable data fields or change their meaning for a particular type, or even create or delete publication types according to your needs. <br /> <br /> Each publication type also has its own templates, so that you can customize the look & feel of how each article will appear to your visitors. <br /> <br /> A default set of publication types and templates (corresponding to the old News, Sections and FAQs modules, if you're familiar with earlier versions of PostNuke or PHP-Nuke) is included as part of the installation. <br /> <br /> <h3>2. Categories</h3> Articles (of any type) can be organised into categories. You could use one or more common categories across different publication types, or use specific categories for each type of article, or any combination that you might prefer for your site. <br /> <br /> Before you start specifying which article types will be using what categories, you should create the categorisation you want via the <a href=\"index.php?module=categories&type=admin\">Categories</a> administration menu. A default set of categories has been defined for articles when you installed this module, as an example to get you started. (You can adapt the categories later on, of course.) <br /> <br /> Once you have a set of categories you would like to use for your articles, you can go to Articles Configuration, and specify the number of categories that can be used for each publication type, and the 'base categories' to be used. <br /> <br /> A 'base category' is any starting point somewhere in your tree of categories, below which you will have the actual list (or subtree) of categories people can choose from when they submit or view articles. For example, you could have a 'base category' called Topics, with a list of different topics relevant to your site below it, and another 'base category' called Cities, with a list of cities or places that you would provide regional news for. <br /> One topic might be 'Good Restaurants', and one city might 'Brussels', so people would be able to browse through any articles about good restaurants in Brussels, for instance. <br /> <br /> <h3>3. Submitting or adding articles</h3> <br /> <br /> <h3>4. Managing your 'front page'</h3> <br /> <br /> <h3>5. Adding counters, ratings, comments, smilies, bb-code etc.</h3> <br /> <br /> <h3>6. Organising permissions</h3> <br /> <br /> <h3>7. Short URL support</h3> <br /> <br /> "); ?> Index: related.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pnlang/eng/related.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** related.php 16 Aug 2002 14:16:02 -0000 1.1 --- related.php 16 Aug 2002 15:15:47 -0000 1.2 *************** *** 5,8 **** // ---------------------------------------------------------------------- // ! define('_NUMITEMS', 'Number of example items to display'); ! ?> \ No newline at end of file --- 5,10 ---- // ---------------------------------------------------------------------- // ! if (!defined('_NUMITEMS')) { ! define('_NUMITEMS', 'Number of items to display'); ! } ! ?> Index: topitems.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pnlang/eng/topitems.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** topitems.php 16 Aug 2002 14:16:02 -0000 1.1 --- topitems.php 16 Aug 2002 15:15:47 -0000 1.2 *************** *** 5,8 **** // ---------------------------------------------------------------------- // ! define('_NUMITEMS', 'Number of example items to display'); ! ?> \ No newline at end of file --- 5,10 ---- // ---------------------------------------------------------------------- // ! if (!defined('_NUMITEMS')) { ! define('_NUMITEMS', 'Number of items to display'); ! } ! ?>
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |