MyBB Community Forums

Full Version: Last Visits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so i installed a plugin that lets people comment on each other profile and it also gives you information about Last Visits (who last visited a profile). But the problem is that section is all the way on the Contact List (at least in my theme). So i wanna ask if there is possible way to move that section to main profile display.

Additional links:
Picture
Picture 2 (more details)
Plugin i used
EDIT: I forgot to add, it looks useless on other page (Contact details), no one nearly goes there...

Bump.
Anyone?
In your template member_profile , you will see this
{$myprofile_visitors}

Just move where you want to go .
Hey "MyFaith" thanks for reply. I am not using this plugin since it occurs some errors with Report button. But i will find new plugin similar to this and since all of them puts last visits to other pages your answer might be really helpful. I will make your answer as best if i fix this on new plugin.

EDIT: I found "{$profileVisitorsList}" in Global Templates>profileVisitors (new plugin) but i have no idea where to put "{$profileVisitorsList}" since this looks really confusing.

Entire provileVisitors template shown below:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->profileVisitorsTitle}</strong></td>
</tr>
{$profileVisitorsList}
</table>