MyBB.de Forum
Profile Visitors - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Profile Visitors (/thread-32726.html)

Seiten: Seiten: 1 2 3


Profile Visitors - MyBB.de Bot - 05.10.2015

Eine neue Erweiterung wurde veröffentlicht: MyBB Profile Visitors

Zitat:MyBB Profile Visitors
Simple MyBB 1.8 plugin to add a box into user profile that shows the profile visitors

Installation:
  • Unzip package

  • Copy content from "UPLOAD" folder to the forum root on server

  • Install & Activate the plugin in ACP

  • Check the "Profile Visitors Settings" in configuration and user group settings

Simple Update:
  • Download & unzip new package

  • Copy content from "Upload" folder to the forum root on server - overwrite existing plugin files

Full Update:
  • Download & unzip new package

  • Uninstall plugin in ACP (keep your db entries by clicking NO on uninstall confirmation, if you like)

  • Copy content from "Upload" folder to the forum root on server - overwrite existing plugin files

  • Install & activate the plugn in ACP

  • Check the plugin settings in configuration and user group settings


Changelog:

v 2.2 (requires Full Update from all previous versions)
  • add user group based settings

  • remove groups from plugin settings

  • add plugin settings checks

  • some typo fixes (THX @Eldenroot)
v 2.1 (requires Full Update from all previous versions)
  • new extra profile visitors overview page

  • some more plugin settings

  • new function to remove deleted users from visitors db table

  • some typo fixes
v 2.0 (requires Full Update from all previous versions)
  • rewriting plugin code

  • some more plugin settings

  • compatibility with PHP 8.1
v 1.4 (requires Full Update from all previous versions)
  • removed comma after last username

  • converted language file coding to UTF8 without BOM

  • changed database uninstall action
v 1.3 (requires Full Update from v1.0/1.1 or Simple Update from v1.2!)
  • fixed install and query issues
v 1.2 (requires Full Update!)
  • added uninstall lock for data base entries
v 1.1 (requires Simple Update only)
  • some code cleaning
v 1.0
  • initial release


This plugin offers full language support.
The basic package contains english and german language files.


Licensed under the GNU GPL, version 3. Click here for the official github repository for this project.



RE: Profile Visitors - MrBrechreiz - 05.10.2015

Mach mal in der Plugin Datei aus

PHP-Code:
$profilevisitors $profilevisitors."<span title='(".$date." - ".$time.")'>".$username."</span>, "

dies

PHP-Code:
$profilevisitors .= $comma."<span title='(".$date." - ".$time.")'>".$username."</span>";
$comma ', '

Damit haste dein Komma Problem los Big Grin


RE: Profile Visitors - SvePu - 05.10.2015

Danke für den Tipp, Mr.Brechreiz....hatte ich so aber auch schon durchprobiert.


RE: Profile Visitors - MrBrechreiz - 05.10.2015

Das funktioniert ^^


RE: Profile Visitors - SvePu - 05.10.2015

Ohh ja, hast Recht... Wink

Ich hatte das $comma vor dem ersten Durchlauf der Schleife definiert, daher funktionierte es nicht so recht.
Kommt beim nächsten Update mit rein.

Danke Dir!


RE: Profile Visitors - MrBrechreiz - 05.10.2015

No problem ^^


RE: Profile Visitors - MyBB.de Bot - 12.01.2017

Eine neue Version wurde veröffentlicht: Profile Visitors 1.4


RE: Profile Visitors - DrPinkelstein - 12.11.2022

   

Ich habe das Plugin runtergeladen per FTP hochgeladen und danach sah mein Plugin im ACP so aus:

   


RE: Profile Visitors - SvePu - 12.11.2022

Ersetze bitte die "MYBB_ROOT/inc/plugins/profilevisitors.php" durch die folgende geänderte Datei:
.php   profilevisitors.php (Größe: 9,82 KB / Downloads: 3)

Die Alte hatte noch den Fehler mit den neuerdings reservierten Keywords von MySQL drin.

Nach dieser Änderung sollte das Plugin laufen, habe es gerade nochmal in einer Demoinstallation getestet.

   


RE: Profile Visitors - DrPinkelstein - 12.11.2022

Vielen Dank erstmal.

Ein kleinen Bug hast Du glaube ich noch:

   

Gesamt: -> hier ohne Zahl.