Site map displaying full info instead of links
Site map displaying full info instead of links
http://www.ufzine.com/index.php?id=5,49,0,0,1,0
Check out this link. This is a link to the "site map" function for the top 5 section of my site.
However what I am trying to do is to display all the albums of the included members on that page alone, without having to click on everyone individual's links to see their picks. I would rather have it display all one page to minimize clicking. How can I do this?
Check out this link. This is a link to the "site map" function for the top 5 section of my site.
However what I am trying to do is to display all the albums of the included members on that page alone, without having to click on everyone individual's links to see their picks. I would rather have it display all one page to minimize clicking. How can I do this?
Re: Site map displaying full info instead of links
Just create a category and sub-categories like this:kcorazza wrote:http://www.ufzine.com/index.php?id=5,49,0,0,1,0
Check out this link. This is a link to the "site map" function for the top 5 section of my site.
However what I am trying to do is to display all the albums of the included members on that page alone, without having to click on everyone individual's links to see their picks. I would rather have it display all one page to minimize clicking. How can I do this?
In the category named "See All Top 5's at once" create a single "plain text" content part and put this into it:--->Top 5
------>See All Top 5's at once (added)
------>View Individual Top 5's (renamed from Top 5)
--------->Kevin Corazza
--------->Ryan Durkin
--------->Carlo Gironi
--------->Tyler Rambo
Code: Select all
{PHP:http://www.ufzine.com/index.php?id=21,0,0,1,0,0}
{PHP:http://www.ufzine.com/index.php?id=22,0,0,1,0,0}
{PHP:http://www.ufzine.com/index.php?id=23,0,0,1,0,0}
{PHP:http://www.ufzine.com/index.php?id=24,0,0,1,0,0}
Well, I don't know what you did... but I guarantee that it assembles the contents from each of those linked pages all together, when set up correctly. You'll have to experiment and learn. Start by using them directly in your template and the contents should be shown on "every" page of your site. Then move back to using them in a "content part". See explanation here:
http://www.phpwcms-docu.de/system_tags.phtml
http://www.phpwcms-docu.de/system_tags.phtml
{URL:http://www.phpwcms.de}
Use: The URL tag offers support for the inclusion of both external as well as internal (phpwcms) web pages. It uniquely outputs markup that is found within the < BODY > and </BODY > tags.
Notation: {URL:http://www.phpwcms.de}
Ok I was able to do it fine, but now it keeps using the header and footer for each entry which I don't want.
http://www.ufzine.com/index.php?id=5,69,0,0,1,0
http://www.ufzine.com/index.php?id=5,69,0,0,1,0
Sorry, I didn't think about that
Maybe you should just be adding content parts (for each person's Top 5) to the same article, then?
Maybe you should just be adding content parts (for each person's Top 5) to the same article, then?
Top 5 (category)
--->See All Top 5's at once (article)
------>Kevin Corazza (content part)
------>Ryan Durkin (content part)
------>Carlo Gironi (content part)
------>Tyler Rambo(content part)