Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 07:34:32 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155550 Posts in 21714 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: How to display the name of the 'parent page'  (Read 367 times)
D. Peeters

Offline Offline

Posts: 128


« on: August 06, 2011, 02:32:39 PM »

Hi all,

My menu structure is like this:
Country
-Area
--Producer
---Product

Is there a way to show a visitor who is on page 'Product' the Country, Area and Producer?

Thanks in advance!!  smiley
Logged
badknight
Moderator
**
Offline Offline

Posts: 246



WWW
« Reply #1 on: August 06, 2011, 02:42:26 PM »

maybe this helps you:

breadcrumb from the german thread
Logged

Ich würde gern die Welt verändern, doch Gott gibt mir den Quellcode nicht...
D. Peeters

Offline Offline

Posts: 128


« Reply #2 on: August 06, 2011, 08:29:18 PM »

Thanks to you (and Google Translate wink): it works!
Logged
D. Peeters

Offline Offline

Posts: 128


« Reply #3 on: August 06, 2011, 08:48:55 PM »

Btw is there a way to show the page id of the page 'Country' on the page 'Product'?
Logged
pcwacht
AddOn Development
*
Offline Offline

Posts: 2859



WWW
« Reply #4 on: August 06, 2011, 09:27:46 PM »

In php -> echo PARENT;

With showmenu2  -> http://code.jellycan.com/files/show_menu2-README.txt
something like:
// get the page_id of the root item for the current page
$nTreeRootId = (int) show_menu2(0, SM2_CURR, SM2_START, SM2_CRUMB|SM2_BUFFER, '[parent]', '', '', '');

See examples here -> http://code.jellycan.com/sm2test/pages/enterprise/jams/strawberry/strawberry-amp-lemon.php


Have fun,
John
Logged

http://www.ictwacht.nl = Dutch ICT info
http://www.pcwacht.nl = My first
both still work in progress, since years.....
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!