Simple Menu Help
Posted: Mon Jul 09, 2007 6:45 am
Hi, I've got scms installed and running well I think.
problem is I can't for the life of me figure out
this menu templating system....
The documentation is very slim on info in this area.
I can find no information on existing menu templates.
I can find no information on what database and file
templates mean, where they differ etc...
How does one make a database menu template a file
template??? Documentation is either buried deep or
it is not there... sadly... and to my frustration....
All I really want is a simple css menu, one level.
ie:
I've tried to figure this out on my own but have only ended up in failure.
I need some help please.
And I would really appreciate it if someone could point me to documentation
on the functions/methods/procedures (whatever you want to call them) used
in scms. I need to understand how to bend the scripts to my use. As well
as how things are laid out, where functions are pulled from and put in.
right now i feel overwhelmed by the sheer size of code, like I'm one person
swimming in the ocean without any land in sight. I don't know where to head.
I don't know where to start. I don't understand terms used etc.
but first the menu. This website is live, but at the moment down....
thanks
-WG
problem is I can't for the life of me figure out
this menu templating system....
The documentation is very slim on info in this area.
I can find no information on existing menu templates.
I can find no information on what database and file
templates mean, where they differ etc...
How does one make a database menu template a file
template??? Documentation is either buried deep or
it is not there... sadly... and to my frustration....
All I really want is a simple css menu, one level.
ie:
Code: Select all
<img alt="glorify_07 (1K)" src="images/glorify_07.jpg" class="menubg1"/>
<img alt="glorify_08 (1K)" src="images/glorify_08.jpg" class="menubg2"/>
<div class="menu">
<a href="http://index.php" title="go to home page"
tabindex="2">Home</a> | <a href="about.php" title="About our church" tabindex="3">
About Us</a> | <a href="beliefs.php" title="What we believe" tabindex="4">
Our Beliefs</a> | <a href="missionaries.php" title="View list of missionaries"
tabindex="5">Missionaries</a> | <a href="heaven.php" title="How to get to heaven"
tabindex="6">How to go to Heaven</a> | <a href="contact.php" title="Contact us"
tabindex="7">Contact Us</a> | <a href="stand.php" title="stand for God, Jesus, the Christian faith poem " tabindex="8">Stand</a>
</div>
I need some help please.
And I would really appreciate it if someone could point me to documentation
on the functions/methods/procedures (whatever you want to call them) used
in scms. I need to understand how to bend the scripts to my use. As well
as how things are laid out, where functions are pulled from and put in.
right now i feel overwhelmed by the sheer size of code, like I'm one person
swimming in the ocean without any land in sight. I don't know where to head.
I don't know where to start. I don't understand terms used etc.
but first the menu. This website is live, but at the moment down....

thanks
-WG