Page 1 of 1
ellnav 0.6 doesn't work
Posted: Thu Aug 11, 2005 11:48 am
by piratos
Show the listing of my testcontent and show what the module makes of it
[attachment deleted by admin]
Re: ellnav 0.6 doesn't work
Posted: Thu Aug 11, 2005 9:20 pm
by sjg
EllNav can be a little counter-intuitive.
It's also not designed to be a drop-in replacement for bulletmenu (unless you call it with "bulletmode=1").
Your example shows that you're in a page in section 1, and that you don't have expandall set to 1.
EllNav is designed to be included into a template twice. The first inclusion should be set with "toponly=1". This, in your example, would display the links for "CMS Install Successful" and "Sec1", the second inclusion of the would not need anything special set (and it would provide the output you're seeing).
If you're not really looking to have an Ell-shaped navigation scheme, you're better off using the bulletmenu plug-in, or, if you want more stylesheet control, using Ell-Nav with "bulletmode=1".
Let me know if this is still confusing!
Thanks,
___Samuel___
Re: ellnav 0.6 doesn't work
Posted: Wed Oct 19, 2005 3:43 pm
by fsormok
Hello all
I have a similar problem:
Directory-Hirarchy:
Code: Select all
1 CMS Install Successful!
1.1 Frequently Asked Questions
1.2 Contact Us
1.3 SVN (cvs)
2 Install XAMMP / CMSMS
2.1 XAMMP
2.2 cmsms
2.2.1 test
I use the provided Templates in the Module (sample_css.css sample_template.html)
Here are my results:
http://localhost/cmsms/ looks like:
H>
Home Page |
Install XAMMP / CMSMS
V> FAQ
V> Contact Us
V> SVN (csv)
this seems correct. But if I click on "Home Page"
http://localhost/cmsms/index.php?page=c ... uccessful-
H>
Home Page |
Install XAMMP / CMSMS
V> stays empty?!
If I click on "Install XAMMP / CMSMS"
http://localhost/cmsms/index.php?page=Install_CMSMS
H>
Home Page |
Install XAMMP / CMSMS
V> stays empty?!
Shouldn't in Vertical be the content of "Install_CMSMS"?
I played around with expandall=1, bullet etc... with no success.
Any help on this issue realy appreciated.
fsormok
* cmsms 0.11-beta3 cvs 2051
* EllNav 0.6
Re: ellnav 0.6 doesn't work
Posted: Wed Oct 19, 2005 4:17 pm
by Ted
Yeah, there was a change in 0.11 that broke the 0.6 version. There is a quick fix here:
http://forum.cmsmadesimple.org/index.ph ... 912.0.html
Re: ellnav 0.6 doesn't work
Posted: Wed Oct 19, 2005 6:32 pm
by fsormok
yeah, you saved my day! thanx for the answer fast as light!