Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
ThreadStarter
#1
Eine neue Erweiterung wurde veröffentlicht: MyBB Thread Starter

Zitat:MyBB Thread Starter
MyBB 1.8 plugin to add a text note or an image into postbit info of thread starter

Installation:
  • Download & unzip package

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

  • Install & Activate the plugn in ACP

  • Check the plugin settings in configuration

Update:
  • Download & unzip new package

  • Uninstall plugin in ACP

  • 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

Changelog:

v1.6
  • settings changes

  • PHP 8 optimization

  • language file changes
v1.5
  • settings changes

  • logic optimization

  • better language support
v1.4
  • fixed PHP 7.2 install error

  • fixed wrong link to thread firstpost
v1.3
  • fixed problem with default thread starter image
v1.2
  • fixed incorrect function of plugin if guest was thread starter
v1.1
  • included fallback function if defined image path doesn't exists

  • added default ThreadStarter image
v1.0
  • initial release

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

Licensed under the GNU GPL, version 3. Click here for the official github repository for this project.
Zitieren
#2
Eine neue Version wurde veröffentlicht: ThreadStarter 1.2
Zitieren
#3
Eine neue Version wurde veröffentlicht: ThreadStarter 1.3
Zitieren
#4
Eine neue Version wurde veröffentlicht: ThreadStarter 1.4
Zitieren
#5
Eine neue Version wurde veröffentlicht: MyBB Thread Starter 1.5
Zitieren
#6
Text or image is not displayed even though the {$post['threadstarter']} is entered in postbit_classic and postbit
Zitieren
#7
Eine neue Version wurde veröffentlicht: MyBB Thread Starter 1.6
Zitieren
#8
Hallöchen,

Bei meiner Umstellung auf php 8.x kommen durch einige Plugins Fehlermeldungen, weil sie an Stellen aktiv sein wollen, wo das nicht passt. 
Threadstarter erzeugt u.a. Fehler, wenn ich im BenutzerCP auf eine Nachricht klicke ... 

Type: 2
File: inc/functions_post.php(951) : eval()'d code (Line no. 11) Message Undefined array key "threadstarter"

Hier mal ein Ansatz für dieses Plugin. 

Zeile 49-51 (im Else-Zweig)

PHP-Code:
$plugins->add_hook('postbit_pm''threadstarter_setempty');
$plugins->add_hook('postbit_prev''threadstarter_setempty');
$plugins->add_hook('postbit_announcement''threadstarter_setempty'); 

und am Ende des Plugins

PHP-Code:
function threadstarter_setempty(&$post)
{
$post['threadstarter'] = '';

PHP Version         8.2.22    (Test: 8.2.22)
MySQLi Version   5.7.42    (Test: 8.0.36)
Mybb Version      1.8.38    (Test: 1.8.38)
(Stand 09/2024)

Grüße, André
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Highlight Threadstarter MyBB.de Bot 0 1.231 24.06.2012, 11:45
Letzter Beitrag: MyBB.de Bot