NV who was here?

Download and support for PhpBB3 Top Stats Mod
Locked
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

NV who was here?

Post by Blackwolf »

I am using NV_who_was_here_1_2_1 by nickvergessen.

Updated Top Stats to 1.0.7.

Any way that that this can be modified to enable the viewing of bots & last visitors, as the option is in ACP but obviously wont work at the moment due to the different modifications?
Hope you don't mind me asking!
NV_who_was_here_1_2_1_1.zip
(295.18 KiB) Downloaded 133 times
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

NV who was here?

Post by Stoker »

I dont understand your question.
Are you asking me to modify the Who was here mod?
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

NV who was here?

Post by Blackwolf »

Only if its possible.....see ..I did all your edits but the bots & last users are not displayed....I assumed you had your own version of who was here that I was not aware of?...hence them not showing up. :roll:
not showing on forum.png
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

NV who was here?

Post by Stoker »

Last registered users and last visited bots has absolutely nothing to do with the Who was here mod.

There might be an error in the included ca_black files: https://www.ultimateeditionoz.com/forum ... _body.html
You need the add the blocks there. Just copy them from the prosilver file.
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

NV who was here?

Post by Blackwolf »

Stoker wrote:Last registered users and last visited bots has absolutely nothing to do with the Who was here mod.

There might be an error in the included ca_black files: https://www.ultimateeditionoz.com/forum ... _body.html
You need the add the blocks there. Just copy them from the prosilver file.
:oops: sorry.....didnt realise......my top_stats_body for ca_black already has the blocks? :?

Code: Select all

<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE -->

<table cellpadding="0" cellspacing="0" border="0" width="100%">

<tr>

<!-- IF S_TSMVT_ENABLE -->

<td valign="top"<!-- IF S_TSMRT_ENABLE --> style="padding-right:2px; width:50%"<!-- ENDIF -->>

	<div class="forabg">

	{$CA_BLOCK_START}

		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="topiclist">

			<li class="header">

				<dl class="icon">

					<dt style="width:98%;">{TSMVT_NUMBER} {L_MOST_VIEWED}</dt>

				</dl>

			</li>

		</ul>

		<ul class="topiclist forums">

			<!-- BEGIN most_viewed -->

			<li class="row">

			<dl>

				<dt style="width:98%;">

					<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_viewed.U_FIRST_TOPIC}">{most_viewed.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_VIEWS}: {most_viewed.TOPIC_VIEWS}</span>

					<br class="clear" />

					<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_viewed.TOPIC_FIRST_POSTER_COLOUR};" href="{most_viewed.USERNAME_FIRST}">{most_viewed.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_viewed.TOPIC_TIME}</span>

				</dt>

			</dl>

			</li>

			<!-- END most_viewed -->

		</ul>

		<span class="corners-bottom"><span></span></span></div>

	{$CA_BLOCK_END}

	</div>

</td>

<!-- ENDIF -->

<!-- IF S_TSMRT_ENABLE -->

<td valign="top"<!-- IF S_TSMVT_ENABLE --> style="padding-left:2px; width:50%"<!-- ENDIF -->>

	<div class="forabg">

	{$CA_BLOCK_START}

		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="topiclist">

			<li class="header">

				<dl class="icon">

					<dt style="width:98%;">{TSMRT_NUMBER} {L_MOST_REPLIED}</dt>

				</dl>

			</li>

		</ul>

		<ul class="topiclist forums">

			<!-- BEGIN most_replied -->

			<li class="row">

			<dl>

				<dt style="width:98%;">

					<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_replied.U_FIRST_TOPIC}">{most_replied.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_REPLIES}: {most_replied.TOPIC_REPLIES}</span>

					<br class="clear" />

					<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_replied.TOPIC_FIRST_POSTER_COLOUR};" href="{most_replied.USERNAME_FIRST}">{most_replied.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_replied.TOPIC_TIME}</span>

				</dt>

			</dl>

			</li>

			<!-- END most_replied -->

		</ul>

		<span class="corners-bottom"><span></span></span></div>

	{$CA_BLOCK_END}

	</div>

</td>

<!-- ENDIF -->

</tr>

</table>

<!-- ENDIF -->



<!-- IF S_TSMAU_ENABLE or S_TSMAF_ENABLE -->

<table cellpadding="0" cellspacing="0" border="0" width="100%">

<tr>

<!-- IF S_TSMAU_ENABLE -->

<td valign="top"<!-- IF S_TSMAF_ENABLE --> style="padding-right:2px; width:50%"<!-- ENDIF -->>

	<div class="forabg">

	{$CA_BLOCK_START}

		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="topiclist">

			<li class="header">

				<dl class="icon">

					<dt style="width:98%;">{TSMAU_NUMBER} {L_MOST_ACTIVE_USERS}</dt>

				</dl>

			</li>

		</ul>

		<ul class="topiclist forums">

			<!-- BEGIN most_active_users -->

			<li class="row">

			<dl>

				<dt style="width:98%;">

					<span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold; color: #{most_active_users.USER_COLOUR};" href="{most_active_users.USER_ID}">{most_active_users.USERNAME}</a></span>

					<span style="float:right; font-size:1.1em;">{L_POSTS}: <a href="{most_active_users.USER_POST_SEARCH}">{most_active_users.USER_POSTS}</a></span>

				</dt>

			</dl>

			</li>

			<!-- END most_active_users -->

		</ul>

		<span class="corners-bottom"><span></span></span></div>

	{$CA_BLOCK_END}

	</div>

</td>

<!-- ENDIF -->

<!-- IF S_TSMAF_ENABLE -->

<td valign="top"<!-- IF S_TSMAU_ENABLE --> style="padding-left:2px; width:50%"<!-- ENDIF -->>

	<div class="forabg">

	{$CA_BLOCK_START}

		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="topiclist">

			<li class="header">

				<dl class="icon">

					<dt style="width:98%;">{TSMAF_NUMBER} {L_MOST_ACTIVE_FORUMS}</dt>

				</dl>

			</li>

		</ul>

		<ul class="topiclist forums">

			<!-- BEGIN most_active_forums -->

			<li class="row">

			<dl>

				<dt style="width:98%;">

					<span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold;" href="{most_active_forums.FORUM_URL}">{most_active_forums.FORUM_NAME}</a></span>

					<span style="float:right; font-size:1.1em;">{L_POSTS}: {most_active_forums.FORUM_POSTS}</span>

				</dt>

			</dl>

			</li>

			<!-- END most_active_forums -->

		</ul>

		<span class="corners-bottom"><span></span></span></div>

	{$CA_BLOCK_END}

	</div>

</td>

<!-- ENDIF -->

</tr>

</table>

<!-- ENDIF -->
I am at a loss?
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

NV who was here?

Post by Stoker »

No, they dont have the blocks. Else I wouldnt tell you to add them :D
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

NV who was here?

Post by Blackwolf »

Stoker wrote:No, they dont have the blocks. Else I wouldnt tell you to add them :D
:lol: OMG....Need a valium....duh..sorted!! :thumb:
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Vox Populi
BBCoder III
BBCoder III
Posts: 135
Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:

NV who was here?

Post by Vox Populi »

Blackwolf, you bust me up!! Too funny. Thanks to both of you for clarification.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
Locked