Blank Page after Clinking a Tag in the Cloud
Posted: 07 March 2008 12:17 AM   [ Ignore ]
Newbie
Rank
Total Posts:  7
Joined  2008-02-29

If i click on a tag in my cloud it takes me to a page that is completely empty except it says the word ‘content’ for every time tag has been used. Can someone tel my what I’m doing wrong please.

<p>{exp:tag:cloud weblog="famous_beats" groups="4" step="2" limit="100" sort="asc" orderby="tag_name"}
<a href="{path=tag}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag}</a
{/exp:tag:cloud}</p>

{exp:tag:entries weblog="famous_beats" inclusive="yes" orderby="entry_date" sort="asc" limit="20"} content {/exp:tag:entries}

 Signature 

http://www.famousbeats.net

Profile
 
 
Posted: 07 March 2008 04:27 AM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  71
Joined  2006-05-10

Erm it would definitely be something to do with the fact that in your {exp:weblog:entries} tag all you have in there is the word content! wink

You need to place whatever EE tags that hold your textual content in place of that or all you will see is exactly what you are getting. With the code you have supplied this is definitely what you would expect to see.

You need something like :

{exp:tag:entries weblog="famous_beats" inclusive="yes" orderby="entry_date" sort="asc" limit="20"}
<h2>{title}</h2>
<
p>{body}</p>
{/exp:tag:entries}

I think admittedly the documentation on this site needs updating so that it tells you that content needs to be EE tags and so on.

Hope that helps?

Best wishes,

Mark

Profile
 
 
Posted: 07 March 2008 06:58 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

I think when I die people will remember me most for not having documented things well. At least I’ll be remembered.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 07 March 2008 07:12 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3256
Joined  2006-10-18
Mitchell Kimbrough - 07 March 2008 06:58 AM

I think when I die people will remember me most for not having documented things well. At least I’ll be remembered.

mk

haha.... I’ll get your headstone ready LOL

 Signature 
Profile
 
 
Posted: 07 March 2008 11:03 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  7
Joined  2008-02-29

it took a little tweaking on my end but the end result was exactly what i was looking for. thanks grin

 Signature 

http://www.famousbeats.net

Profile
 
 
Posted: 07 March 2008 01:04 PM   [ Ignore ]   [ # 5 ]
Member
Avatar
RankRankRank
Total Posts:  71
Joined  2006-05-10
playwithsticks - 07 March 2008 11:03 AM

it took a little tweaking on my end but the end result was exactly what i was looking for. thanks grin

No problem. Glad you got it all working now.

Mitchell Kimbrough - 07 March 2008 06:58 AM

I think when I die people will remember me most for not having documented things well. At least I’ll be remembered.

mk

We all do those kinds of things so don’t worry about it too much! wink
The software you create is absolutely top-notch so this definitely out-weighs any very small documentation errors.

Best wishes,

Mark

Profile