• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » $MESSAGE$ in blog appearence of entires not showing
$MESSAGE$ in blog appearence of entires not showing
Soldierdevil
Posts: 154
Reputation: 1

Message # 1 | 4:46 PM
Hello i have this appearance for the news module

and i have this code for appearance
Code
<li>
<div align="center">

<a href="$ENTRY_URL$">
<?if($IMG_SMALL_URL1$)?>
<img src="$IMG_SMALL_URL1$" />
<?else?>
<img src="http://vodacop.com/pageimages/filecatalognoimagepreview.jpg" border="0" alt="" />
<?endif?>

</a>
</div>
<h4>

<i class="fa fa-tags" aria-hidden="true"></i>
<a href="$CATEGORY_URL$">$CATEGORY_NAME$</a>
  

<i class="fa fa-calendar" aria-hidden="true"></i>
$DATE$

</h4>

<h3>
<div class="cuttext">
<a style="color: #000000;" href="$ENTRY_URL$">
$TITLE$</a>
</div>

</h3>

<h4>
<?if(len($MESSAGE$)>170)?><?substr($MESSAGE$,0,167)?>...<a class="readmore" href="$ENTRY_URL$">Read more</a><?else?>$MESSAGE$<?endif?>
</h4>

</li>


I am using exactly the same code for appearance
of entries in blog but his is what i am getting...message missing.

Where am i going wrong??? please advice...
Attachments: 3367963.jpg (94.1 Kb) · 0288152.jpg (86.8 Kb)

Systems developer
Good
Posts: 360
Reputation: 12

Message # 2 | 0:14 AM
Hi,

Change $MESSAGE$ to $BRIEF$ in the entry blog.

Hope it helps!
Post edited by Good - Friday, 2017-02-03, 0:15 AM
Soldierdevil
Posts: 154
Reputation: 1

Message # 3 | 5:43 AM
Good, it doesnt work either. Previously the $MESSAGE$ code worked but i dont know what is happening now
Systems developer
uCoz Community » For Webmasters » Design Customization » $MESSAGE$ in blog appearence of entires not showing
  • Page 1 of 1
  • 1
Search: