Rez
|
Who is Online - portal ?I have been editing the layout of my new "homepage" - www.virtualdam.co.uk
My aim is to have a "who is online" portal on the homepage which has the same content as the "who is Online" that is displayed at the bottom of the main forum index page.
I have created a new portal and got it parially working but, the problem that I am encountering and cant remidy is that not all of the content is being displayed.
the code for the portal is here:
| Code: | <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th colspan="1" class="thTop" nowrap="nowrap"> <a href="viewonline.php" class="cattitle">Who is Online</a></th>
</tr>
<tr>
<td class="row2">
<center>
<span class="topictitle">
{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}<br />{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr> </td> </tr>
</table> |
It's the total posts, total users and newest user thats not showing. Is there a simple explaination or have I made a serious error ?
Rez
Forum index : http://virtualdam.myfreeforum.org/
Homepage (portals) : http://virtualdam.myfreeforum.org/index.php?component=indexpage
|
admin (no pm's please)
|
The simple explanation is that the information you want is simply not available outside of the forums index page.
|
Rez
|
cool, that does explain why i couldn't get it to show... will it be something that cna be made to work or is it s defo no no.
|
admin (no pm's please)
|
It is probably a NO, unless we add a new portal to gather the information.
We do make a lot of info available everywhere in comparison to what phpbb2 normally gives. But we do have to look at performance, hence not wanting to ask for this info everywhere.
A portal would just add load on those forums that chose to use the feature.
However currently we are working on the social networking addition and that is a much higher priority than anything else as it will add so much more for everyone.
|
|
|