1 (edited by 2014-09-28 09:39:00)

Topic: {tagline} not working

Hello,

really weird issue here. I added the {tagline} variable in my active news template, and I wrote some tags in the tagline part of some of my news articles. Well, no tags are shown in such news.

Strange thing is, the {page_alias} variable works perfectly. But all I want is the tags list under my articles. https://cutephp.com/forum/style_emoticons/default/biggrin.gif

Thank you in advance to whoever can help me out with this.

Re: {tagline} not working

Hello,

do you have  a styling rule for the {tagline} element?

Re: {tagline} not working

Hello,

Dont' forget something like that in template (tagline) : {tag} {comma| }

Re: {tagline} not working

I have the same prob. No tags showing up.

This is my template

<div class="grid-wrapper">
    <div class="gb-80">
          
<h2>{title}</h2>
          <div class="newsdate">{date} | {category}</div>
        {short-story}


        <small>Tags: {tagline}</small>
        <p align="right">[full-link]Read more...[/full-link]</p>
   </div>
   <div class="gb-20">
        <div class="news-icon">{category-icon}</div>
        <div align="center"><span class="fa fa-pencil-square-o"></span> [edit]Edit[/edit]</div>
        <div class="newsauthor"><span class="fa fa-user"></span> {author}</div>
        <div class="newscomm">[com-link]{comments-num} cmts[/com-link]</div>
   </div>
</div>

Here's the link to my site: http://artphilia.de

Re: {tagline} not working

Yea, I am facing a similar issue too.

Re: {tagline} not working

Include the line

<div style="margin: 0 0 8px 0;"><font face="Arial" size="1">Tags: {tagline}</font></div>

after the full story code in both Active News and Full Story templates.

Change the font face/size to suit.

7 (edited by 2016-01-06 12:15:20)

Re: {tagline} not working

Go to
CN panel->options->edit templates->add comment form

find: {smiley}
and put this tag inside a div
like
<div width="50px">{smiley}</div>
By adjusting the width you can control the number of smileys per row too.


__________
solitairechamp inc…

Re: {tagline} not working

well.. Yes, I am facing a similar issue too.

i hope fin it soon

Re: {tagline} not working

Hello,

Dont' forget something like that in template (tagline) : {tag} {comma| }


It didn't work...
Can you be more precise, please?  Do I need a tag.php page? What is {comma| }?

Thank you

Re: {tagline} not working

It didn't work...
Can you be more precise, please?  Do I need a tag.php page? What is {comma| }?

Thank you


Please show us the code of your template where you want to show tagline.

Best regards,
CN Support team