Show the listing of my testcontent and show what the module makes of it
[attachment deleted by admin]
ellnav 0.6 doesn't work
Re: ellnav 0.6 doesn't work
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___
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___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
Re: ellnav 0.6 doesn't work
Hello all
I have a similar problem:
Directory-Hirarchy:
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
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
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
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
yeah, you saved my day! thanx for the answer fast as light!wishy wrote: 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