Sitemap for Website Users
Permalink 1 user found helpful
Is there a module or code to add a Sitemap page to our site that looks like the Dashboard Sitemap? I tried the auto-nav and page list content types but they aren't nearly as nicely formatted as the Dashboard's Sitemap. Thanks!
Yeah I figured I could do that, or even format the Sitemap.xml file, but I was hoping maybe Concrete5 provided us with a feature or add-on to display a Sitemap for our users to view that looked like the Dashboard's Sitemap. I guess I can look at their code that creates it. I was hoping someone else had already done it.
usually you'd want to load the form sitemap helper
if you search through concrete5's source you'll see references to Loader::helper('form/page_selector');
this will if you invoke it right give you a link callback to do whatever you want with. it returns i think the name of the page and a cID of the page.
if you search through concrete5's source you'll see references to Loader::helper('form/page_selector');
this will if you invoke it right give you a link callback to do whatever you want with. it returns i think the name of the page and a cID of the page.
Acabei de escrever um artigo sobre sitemap.xml
SITEMAP.XML | Tudo o que você precisa saber
http://www.ex2.com.br/blog/sitemap-xml-tudo-que-precisa-saber...
Se gostarem compartilhem!
SITEMAP.XML | Tudo o que você precisa saber
http://www.ex2.com.br/blog/sitemap-xml-tudo-que-precisa-saber...
Se gostarem compartilhem!
you can style it how ever you want using css and/or a custom template