MyBB Community Forums
[For 1.8] Profile Visitors (like IPB last guests) - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Profile Visitors (like IPB last guests) (/thread-185129.html)

Pages: 1 2 3


Profile Visitors (like IPB last guests) - User 12076 - 2015-10-15

Profile Visitors for MyBB
---
This plugin displays last profile visitors in member view like Invision Power Board. 
There is few settings:
  • Limit number of guests
  • Determine avatar dimensions
  • Users can disable this feature in UCP
  • Force save data (even if it has been disabled by user)


Donate
This plugin add link to author website (only for web spiders). If you do not want this, do not use plugin, or make donate and contact author.



Package contains:
- plugin files
- instruction (English and Polish)


Screenshoots:

   

   

   


Mods database (MyBB 1.8):
http://community.mybb.com/mods.php?action=view&pid=600


GitHub:
https://github.com/lukasamd/MyBB-Profile-Visitors


RE: Profile Visitors (like IPB last guests) - User 12076 - 2015-10-25

Version 1.1.0
    * Integration with MyAlerts
    * Small template fix
    * Small language fix
    * Few optimizations


RE: Profile Visitors (like IPB last guests) - wcampos - 2015-10-26

lukasamd, after install broken forum, have this error

MyBB has experienced an internal error and cannot continue. Deactivate don´t work, uninstall too.

Any tip how I solve this.

www.xbmcbrasil.net

PS> I turn off all plugins, and now deactivate work, turn on, forum run again. But if have one way to fix for use, please explain how.

Thanks

Wanilton

Error Type:
Catchable Fatal Error (4096)
Error Message:
Argument 1 passed to MybbStuff_MyAlerts_AlertTypeManager::createInstance() must implement interface DB_Base, null given, called in /home/wanilton/public_html/inc/plugins/profileVisitorsMyAlerts.php on line 88 and defined
Location:
File: inc/plugins/MybbStuff/MyAlerts/src/AlertTypeManager.php
Line: 88
Backtrace:
File Line Function
/inc/class_error.php 208 errorHandler->output_error
/inc/plugins/MybbStuff/MyAlerts/src/AlertTypeManager.php 88 errorHandler->error
/inc/plugins/profileVisitorsMyAlerts.php 88 MybbStuff_MyAlerts_AlertTypeManager::createInstance
/inc/plugins/profileVisitors.php 104 profileVisitorsMyAlerts::deactivate
[PHP] profileVisitors_deactivate
/admin/modules/config/plugins.php 447 call_user_func
/admin/index.php 766 require
Please contact the MyBB Group for technical support.


RE: Profile Visitors (like IPB last guests) - User 12076 - 2015-10-26

@wcampos:
Thanks for report!
I fixed this in version 1.1.1:
https://github.com/lukasamd/MyBB-Profile-Visitors/releases/tag/1.1.1


RE: Profile Visitors (like IPB last guests) - wcampos - 2015-10-26

No work ok, thanks.


RE: Profile Visitors (like IPB last guests) - motorola30 - 2015-10-31

Error after installation !!! 

Huh Huh Huh

I Need Help  Heart


RE: Profile Visitors (like IPB last guests) - User 12076 - 2015-10-31

Version 1.2.0
* Updated MyAlerts integration


@motorola30:
This version should fix this issue.


RE: Profile Visitors (like IPB last guests) - Ashley1 - 2015-11-17

In profileVisitors.tpl.php

There appears to be a duplicate {$lang->invisible_mode}

        find_replace_templatesets('usercp_options', '#' . preg_quote('{$lang->invisible_mode}</label></span></td>') . '#', '{$lang->invisible_mode}{$lang->invisible_mode}</label></span></td>{$profileVisitorsUCP}');



RE: Profile Visitors (like IPB last guests) - User 12076 - 2015-12-29

Version 1.7.0
* Remove integration with MyAlerts
* Fix template edition
* Change author info


RE: Profile Visitors (like IPB last guests) - Ashley1 - 2016-05-28

Lightbulb  An idea to extend the plugin:

Add the option to hide profile views in the member_register template below hide from who's online.

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck}></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="show_profile_visitors" id="show_profile_visitors" value="1" {$profileVisitorsOption}></td>
<td valign="top"><span class="smalltext"><label for="show_profile_visitors">{$lang->profileVisitorsLabel}</label></span></td>
</tr>