1
przemeks
General Page Navigation
  • 2006/8/13 13:42

  • przemeks

  • Just popping in

  • Posts: 57

  • Since: 2005/1/29


Hello guys,

i want to have general page navigation on top of my site like this:

main page > module name > module's page name

Can I find any block/module for this ?

2
jensclas
Re: General Page Navigation

Have you looked at multimenu? edit - sorry wrong site

Try this one

3
przemeks
Re: General Page Navigation
  • 2006/8/13 23:41

  • przemeks

  • Just popping in

  • Posts: 57

  • Since: 2005/1/29


Hello,

i don't need such complicated module.

I create a simply module called "Navigator" and block related with file calles navigator.php, look at my code:

$block['content'] ="<a href="".XOOPS_URL."/index.php" >main page</a> &rsaquo; ";

$block['content'] .= "<a href="".XOOPS_URL."/modules/".$xoopsModule->getVar('dirname')."">".$xoopsModule->getVar('name')."</a>  &rsaquo; ";


This simply code enable me to display menu like:

main page > module name

But I have problems with title of page...

Could anyone tell how to put the content of <{$xoops_title}> in this block ?

I don't have any ideas...

Login

Who's Online

143 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits