2010-12-09, 08:36 PM
Pages: 1 2
2010-12-09, 09:09 PM
Just because it doesn't.
You can add something like this to the portal_announcement template if you want to show views:
You can add something like this to the portal_announcement template if you want to show views:
{$lang->latest_threads_views} {$announcement['views']}
2010-12-09, 09:41 PM
thanks ajs
i tried adding the {$announcement['views']} from the above code to the
forumdisplay_announcements_announcement
<td align="center" class="{$bgcolor}">{$announcement['views']}</td>
when we add forum announcements above the important or normal threads in forum display view, the forum announcements replies and views are being displayed as "-" and "-". as no one can reply to the announcements, its odd to have the replies counter and for views it must have the counter as we will come to know how many are checking the forum announcements.
i tried adding the {$announcement['views']} from the above code to the
forumdisplay_announcements_announcement
<tr>
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}" width="2%"> </td>
<td class="{$bgcolor}">
<a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
<div class="author smalltext">By: {$announcement['profilelink']}</div>
</td>
<td align="center" class="{$bgcolor}">-</td>
<td align="center" class="{$bgcolor}">{$announcement['views']}</td>
{$rating}
<td class="{$bgcolor}" style="white-space: nowrap; text-align: right"><span class="smalltext">{$postdate} {$posttime}</span></td>
{$modann}
</tr>
but it is not displaying anything.<td align="center" class="{$bgcolor}">{$announcement['views']}</td>
when we add forum announcements above the important or normal threads in forum display view, the forum announcements replies and views are being displayed as "-" and "-". as no one can reply to the announcements, its odd to have the replies counter and for views it must have the counter as we will come to know how many are checking the forum announcements.
2010-12-11, 09:33 AM
any update please
2010-12-11, 10:16 AM
It doesn't store the number of views, you'll need a plugin.
2010-12-14, 04:47 AM
can anyone make a plugin for this as it will give us a track on how many have read the announcement and we can take necessary precautions to make them follow the announcements
2010-12-14, 07:48 AM
(2010-12-11, 10:16 AM)MattRogowski Wrote: [ -> ]It doesn't store the number of views, you'll need a plugin.
Oops, ProPortal must add this then - http://community.mybb.com/thread-63463.html :s
2010-12-15, 02:33 PM
portal announcements are the grabbed posts from the forums and as posts have views, they are also being displayed in proportal i think.
i'm little bit confused when you gave the first reply, ajs
atleast, can we call the announcement name in title bar?
when we click a announcement, it says "announcement" in title bar and not displaying the announcement specific name.
ex: rules
announcement - rules in title bar
i'm little bit confused when you gave the first reply, ajs
atleast, can we call the announcement name in title bar?
when we click a announcement, it says "announcement" in title bar and not displaying the announcement specific name.
ex: rules
announcement - rules in title bar
2010-12-17, 04:20 AM
any update
2010-12-17, 06:15 AM
You need a plugin, please post a request in Request forum.
Pages: 1 2