Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Profile Visitors
#1
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.
Zitieren
#2
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
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#3
Danke für den Tipp, Mr.Brechreiz....hatte ich so aber auch schon durchprobiert.
Zitieren
#4
Das funktioniert ^^
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#5
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!
Zitieren
#6
No problem ^^
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#7
Eine neue Version wurde veröffentlicht: Profile Visitors 1.4
Zitieren
#8
   

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

   
Zitieren
#9
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.

   
Zitieren
#10
Vielen Dank erstmal.

Ein kleinen Bug hast Du glaube ich noch:

   

Gesamt: -> hier ohne Zahl.
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Profile Visitors MyBB.de Bot 21 5.152 12.11.2022, 17:38
Letzter Beitrag: SvePu
  Last Visitors MyBB.de Bot 1 1.078 19.03.2018, 00:50
Letzter Beitrag: MyBB.de Bot
  Latest Visitors on Profile MyBB.de Bot 0 1.793 27.11.2014, 19:50
Letzter Beitrag: MyBB.de Bot
  Last Visitors in Profile MyBB.de Bot 10 4.533 08.09.2012, 10:31
Letzter Beitrag: Jockl