Site map displaying full info instead of links

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Site map displaying full info instead of links

Post 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?
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post by kcorazza »

does anyone have any advice for this?
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post 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.
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post 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.
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post 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!
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post 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!
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Re: Site map displaying full info instead of links

Post 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}
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post by kcorazza »

thanks! i'll try it out
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post 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
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post 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}
kcorazza
Posts: 35
Joined: Wed 15. Dec 2004, 05:53

Post 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
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post 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)
Post Reply