MyBB Community Forums

Full Version: Profile Visitors (like IPB last guests)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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:

[attachment=35372]

[attachment=35373]

[attachment=35374]


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


GitHub:
https://github.com/lukasamd/MyBB-Profile-Visitors
Version 1.1.0
    * Integration with MyAlerts
    * Small template fix
    * Small language fix
    * Few optimizations
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.
@wcampos:
Thanks for report!
I fixed this in version 1.1.1:
https://github.com/lukasamd/MyBB-Profile.../tag/1.1.1
No work ok, thanks.
Error after installation !!! 

Huh Huh Huh

I Need Help  Heart
Version 1.2.0
* Updated MyAlerts integration


@motorola30:
This version should fix this issue.
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}');
Version 1.7.0
* Remove integration with MyAlerts
* Fix template edition
* Change author info
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>	
Pages: 1 2 3