MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Specific Navigator for each page?
AuthorText
putte96
Junior Member
Avatar

Posts: 18
Contributes: 18

Gender: _NEUTRAL_
Online: No
Date: 31/08/2008 18:19
Specific Navigator for each page?
#post11389
How do i make a specific navigator for each page?
Delete Edit Quote
 
tinug
Junior Member
Avatar

Posts: 57
Contributes: 60

Gender: _NEUTRAL_
Online: No
Date: 31/08/2008 18:50
Re: Specific Navigator for each page?
#post11390
Please, explain with pictures or URL's.
Edited: 31/08/2008 18:51
Delete Edit Quote
 
putte96
Junior Member
Avatar

Posts: 18
Contributes: 18

Gender: _NEUTRAL_
Online: No
Date: 01/09/2008 07:41
Re: Specific Navigator for each page?
#post11391
Delete Edit Quote
 
putte96
Junior Member
Avatar

Posts: 18
Contributes: 18

Gender: _NEUTRAL_
Online: No
Date: 01/09/2008 07:41
Re: Specific Navigator for each page?
#post11392
Delete Edit Quote
 
adminik
Moderator
Polski Support

Avatar

Posts: 189
Contributes: 179

Gender: _MALE_
Online: No

Languages: Polski & English
Version: Last xD
Country: Polska
Date: 01/09/2008 13:54
Re: Specific Navigator for each page?
#post11393
New block in file and add if instruction a`la:
code

If ($_GET['page') == "pagename")
{
?>
html menu for page - page name
<?php
}
If ($_GET['page') == "pagename")
{
?>
html menu for page - page name
<?php
}
 


You can use if else instruction too. Smile
Image
quote
Czy Z Legala Czy Z Podziemia Ulica Się Nie Zmienia! - RPK

quote
Poland is my country and the house. Do not reveal the and do not go from here ...
Delete Edit Quote
 
tinug
Junior Member
Avatar

Posts: 57
Contributes: 60

Gender: _NEUTRAL_
Online: No
Date: 01/09/2008 15:48
Re: Specific Navigator for each page?
#post11394
Såg att du är svensk, haha de bra Smile

Hur som helst så har admink svaret Smile
Delete Edit Quote
 
putte96
Junior Member
Avatar

Posts: 18
Contributes: 18

Gender: _NEUTRAL_
Online: No
Date: 03/09/2008 17:39
Re: Specific Navigator for each page?
#post11472
That was not a good explanation, please explain better
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5137
Contributes: 2480

Gender: _MALE_
Online: No
Date: 04/09/2008 16:04
Re: Specific Navigator for each page?
#post11494
What adminik wanted to teach you is to create another block with a selective content:

code
switch ($_GET['page']) {
    case 'articles':
        echo "This content is shown only when the articles page is opened";
    break;
    case 'download':
        echo "This content is shown only when the downloads page is opened";
    break;
    default:
        echo "This content is shown only when the homepage is opened";
    break;
}


At the moment, this is the only way, the navigator does not support what you are asking
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo