Page 1 of 1

NV who was here?

Posted: 06 Dec 2011, 10:23
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 140 times

NV who was here?

Posted: 06 Dec 2011, 11:11
by Stoker
I dont understand your question.
Are you asking me to modify the Who was here mod?

NV who was here?

Posted: 06 Dec 2011, 11:25
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

NV who was here?

Posted: 06 Dec 2011, 11:33
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.

NV who was here?

Posted: 06 Dec 2011, 11:47
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?

NV who was here?

Posted: 06 Dec 2011, 11:48
by Stoker
No, they dont have the blocks. Else I wouldnt tell you to add them :D

NV who was here?

Posted: 06 Dec 2011, 11:57
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:

NV who was here?

Posted: 06 Dec 2011, 19:14
by Vox Populi
Blackwolf, you bust me up!! Too funny. Thanks to both of you for clarification.