jrTags - Tagging Profiles

MAD
MAD
@madc
10 years ago
600 posts
I have added the code below to my profile_header.tpl under my timeline in a Cloned Nova skin.
{ * Are tags enabled for this item? * }
        < div class="p10 mb8" >
                < div class="inner leader mb8" >
                    < span class="title" >Tag This Profile< /span >
                < /div >
                  < div class="finner mb8" >
                    { jrTags_add module="jrProfile" profile_id=$_profile_id item_id=$_profile_id }
                  < /div >
         < /div >
{ * End Tags * }

Everything works as it should although when i goto here
http://jr.punkbp.com/tags/punk
There is an empty tab after audio
the link is http://jr.punkbp.com/tags/punk/profile
It is not adding the text in
This is the source

< ul class="page_tab_bar" >
      < li class="page_tab" id="tag_cloud" >< a href="http://jr.punkbp.com/tags" >Tag Cloud< /a >< /li >
      < li class="page_tab" id="all" >< a href="http://jr.punkbp.com/tags/punk" >All< /a >< /li >
      < li class="page_tab" id="jrAudio" >< a href="http://jr.punkbp.com/tags/punk/audio" >audio< /a >< /li >
      < li class="page_tab page_tab_active" id="jrProfile" >< a href="http://jr.punkbp.com/tags/punk/profile" >< /a >< /li >
< /ul >

Anyone have any idea how to get the word Profile in there?


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/09/14 05:08:20PM
paul
@paul
10 years ago
4,326 posts
Er - Just type it in?
The profile a tag is empty.


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
10 years ago
600 posts
Where?
It is creating that tab itself
it is looking for the { $tab.label }


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 03/02/14 04:14:24AM
paul
@paul
10 years ago
4,326 posts
Sorry - I thought that second code block was part of a template.
I'll take a look for you later - In the middle of something else atm.


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
10 years ago
600 posts
Cheers @paul!
Sorry no that was the generated page source


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
paul
@paul
10 years ago
4,326 posts
I think you must have a custom template in your cloned Nova skin for tags?
Show us that.


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
10 years ago
600 posts
Not real sure what you mean?
My first post up above, the first code box shows you what I put into my profile_header.tpl under my skin root folder
I haven't created a custom template.
The thing I think, is the profile doesn't have a { $tab.label } maybe?
as all the modules like audio, soundcloud etc do but there is no label created for profile?
You can see where I have added it here
http://jr.punkbp.com/punk-band-promotions under the timeline
Obviously you can't add tags unless signed in as an admin or artist ( only two groups allowed )


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 03/02/14 07:18:39AM

Tags