article_menutitle - need a better understanding

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

article_menutitle - need a better understanding

Post by jsw_nz »

Oliver mentioned:
In case a structure level has more than 1 articles inside an article's menutitle/title will be displayed as additional menu items and linking against that article.
sorry - i need a better understanding
- or at least it needs to be clearer.
- I wanted to ask for a little more info on this
- or perhaps usage examples - Can anyone offer a screenshot/usage example to make this clearer

- i think this might be a very good feature
- but because it is still unclear how to use
- i do not use it.

thanks in advance for a pointer
cheers
:)
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: article_menutitle - need a better understanding

Post by flip-flop »

Hi,

please have a look:
1) -> How articles are made up
2) -> Article navigation
3) -> I have just completed three advanced Tags: XBROWSE: NEXT / PREV / UP:

Code: Select all

* Different Browse NEXT/PREV/UP for category/article-view in 
 * simple or listing article mode
 * The Link text is generated from the article title and/or subtitle 
 *  or category title or own input
 * - Browse next/prev to the article if the user is in a article detail view 
 *  (article listing mode set) with optional loop 
 * - Browse next/prev/up to the parent category if the user is in a 
 *   article detail view (simple article mode) or category view 
 * - Browse up from article detail view to the category (article listing mode set)
 *   
 * V1.0: 07.07.2010 K.Heerrmann http://planmatrix.de 
 * TAG: {XBROWSE:NEXT/PREV:[LinkText|Link article title]:[off|on|loop]}
 * E.g. {XBROWSE:NEXT:>> | >>:2} ===> Link = ">> article title >>", 
 *                                    loop = last to first article
 *  "Link Text" or | or || 
 *       =  "Link Text" or "Link article title" or or "Link article subtitle"
 *  0=off  =  no jump to the next/prev category if the article is the last/first one
 *  1=on   =  next/prev category follows last/first article
 *  2=loop =  last/first article follows first/last article in list mode
I will publish the script in the next few hours



[EDIT] -> {XBROWSE:NEXT/PREV/UP:LinkText:X}[/EDIT]

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply