|
uCoz Community » uCoz Modules » Site News & Blogs » random news informer (news informer) |
random news informer |
Hello. I got a problem with random news module entries informer:
Code Site News · Entries · In random order · Entries: 6 · Columns: 2 Code <div><a href="#$NUMBER$" class="cross-link"><?if($IMG_SMALL_URL1$)?><img src="$IMG_SMALL_URL1$" width="90" height="30" class="nav-thumb" alt="temp-thumb" /><?else><?if($IMG_URL1$)?><img src="$IMG_URL1$" width="90" height="30" class="nav-thumb" alt="temp-thumb" /><?endif?><?endif?></a></div><hr> I got added 7 news entries, BUT informer shows only 3, why? ![]() Attachments:
9096024.png
(20.5 Kb)
Post edited by Korijs - Monday, 2014-09-08, 11:54 AM
|
Your code checks for $IMG_SMALL_URL1$ if that doesn't exist then it'll check $IMG_URL1$. If both images doesn't exists, then you won't see anything. The link will be there, but there will be no User Interface for it.
Also, another reason may be is that you're not the administrator, and the entries still need to be moderated so normal users can't see it. I doubt that you aren't the administrator, though. |
| |||
| |||