Page 1 of 1

Site map displaying full info instead of links

Posted: Sun 2. Jan 2005, 08:49
by kcorazza
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?

Posted: Thu 6. Jan 2005, 05:12
by kcorazza
does anyone have any advice for this?

Posted: Thu 6. Jan 2005, 09:09
by pepe
Hi kcorazza,

For the complete summary please use a side, on which you put an own iframe for every artist of your list.

Then every iFrame must be connected with the corresponding categorie.

Posted: Fri 7. Jan 2005, 20:12
by kcorazza
theres no way to display the full information for each category without using i frames? the last thing i want to do is make i frames, just have it all on one page.

Posted: Fri 7. Jan 2005, 20:22
by pepe
Then put them all in one category and make a link to the artist, for more informations :!:

A hyperlisting of several article-listing is not available at the moment!

Posted: Sat 8. Jan 2005, 03:30
by kcorazza
Ok I guess I can look for hyperlisting as a future feature.

But how do you do what you described with the link to artist and more info, I don't understand, sorry!

Re: Site map displaying full info instead of links

Posted: Sat 8. Jan 2005, 04:40
by Karla
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?
Just create a category and sub-categories like this:
--->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
In the category named "See All Top 5's at once" create a single "plain text" content part and put this into it:

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}

Posted: Sat 8. Jan 2005, 07:01
by kcorazza
thanks! i'll try it out

Posted: Sat 8. Jan 2005, 23:48
by kcorazza
Ok I did this and all I am getting is a blank page

http://www.ufzine.com/index.php?id=5,69,0,0,1,0

Posted: Sun 9. Jan 2005, 00:38
by Karla
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
{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}

Posted: Sun 9. Jan 2005, 04:28
by kcorazza
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

Posted: Sun 9. Jan 2005, 14:48
by Karla
Sorry, I didn't think about that :roll:
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)