Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Profile Visitors (like IPB last guests)
#1
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
Reply
#2
Version 1.1.0
    * Integration with MyAlerts
    * Small template fix
    * Small language fix
    * Few optimizations
Reply
#3
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.
Reply
#4
@wcampos:
Thanks for report!
I fixed this in version 1.1.1:
https://github.com/lukasamd/MyBB-Profile.../tag/1.1.1
Reply
#5
No work ok, thanks.
Reply
#6
Photo 
Error after installation !!! 

Huh Huh Huh

I Need Help  Heart


Attached Files Thumbnail(s)
   
Reply
#7
Version 1.2.0
* Updated MyAlerts integration


@motorola30:
This version should fix this issue.
Reply
#8
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}');
What goes around comes around
Reply
#9
Version 1.7.0
* Remove integration with MyAlerts
* Fix template edition
* Change author info
Reply
#10
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>	
What goes around comes around
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)