On the page of the portale I want to put the picture of the forum and in news.
By using the
'FORUM_IMAGE' => ($forum_id) ? $fetch_news[$i]['forum_image'] : '',
code, the picture does not appear.Could you please say, where is my mistake?
**
İn a news module, day, month and year of the messages I would like to show the news. By using the noticed code, the date of the messages does not appear in a correct way.
Code: Select all
'TIME' => $user->format_date($fetch_news[$i]['topic_time'], $format = 'd'),
Code: Select all
'LAST_POST_TIME1' => $user->format_date($fetch_news[$i]['topic_last_post_time'], $format = 'd'),
**
During creating the list of the last news, bbcode is counting the objects.
What should I do, not to have the influence on the number of the last news by these objects?
Thanks,
BR