Navigation similar to the homepage of CMSMS?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
mcschulz

Navigation similar to the homepage of CMSMS?

Post by mcschulz »

How does the navigation of the homepage of CMSMS work and is this allready integrated into the releases of CMSMS or is it custom made for the page?

So far I only discovered phplayers which is kind of weird to me and uses javascript, which I wanted to avoid.
And as the second plugin I tried the bullet-thingy which is text-only - seems as if thisone could be the basic version of the one used on the CMSMS homepage, right?

Is this design, which is also used as the default admin interface, also available as a template?

Thanks for your help :-)
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Navigation similar to the homepage of CMSMS?

Post by Ted »

I could make it available as a template...  it's just that the HTML is pretty scary and table based.  I'd hope if it was used, it would be either cleaned up a bit, or at least had some stuff changed so it doesn't look too much like the original...

The nav is a custom made plugin based on the bulletmenu.  Basically, I just removed the and tags because I knew it was only going to be one level.  I've posted the code in the past (http://forum.cmsmadesimple.org/index.ph ... 366.0.html) and some people have cleaned it up a bit.  Most of it's trickery is based on CSS, though, so there isn't a whole ton of magic html wise.  :)

Hope that helps.
Locked

Return to “CMSMS Core”