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
Title Thread
#1
Eine neue Erweiterung wurde veröffentlicht: Title Thread

Zitat:Plugin Name: Title Thread
Plugin Author: Edson Ordaz
Plugin Website: http://www.mybb-es.com
Plugin Version: 2.0
Plugin Mybb Compatibility: 1.6x
Plugin Language: English
Plugin File Edits: no
Plugin File Uploads: 2
Plugin Description: Display some text in the first post from the forum.


Quizás quisiste decir: hola amigos
Escribe texto o la dirección de un sitio web, o bien, traduce un documento.
Cancelar
Escuchar
Leer fonéticamente
traducción del español al inglés
this plugin does is display an image next to the attachment forumdisplay has the following icon

Quote:[Bild: http://mods.mybb.com/uploads/previews/25....thumb.png]
it appears opaque but when you move the mouse over the color takes its normal and if you give click on a window made ??in Jquery displaying the first and the last post with the author, the author's avatar, the date and time!

There you can activate the option settings that can be displayed MyCode, HTML, bad words, smilies, IMG Code, among other things put the number of characters to display too ...
Zitieren
#2
Hallo,

dieses Plugin verursacht in der Themen Inline Moderation einen Bug. Mann kann bei aktiviertem Zustand keine Themen Verschieben, Schließen etc. Um den Fehler zubeheben, deaktiviert dieses und öffnet die titlethread.php aus dem plugin Ordner und sucht nach

PHP-Code:
$headerinclude .= "<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js\"></script>";

$headerinclude .= "<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js\"></script>"

ersetzt es mit

PHP-Code:
$headerinclude .= "<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js\"></script><script type=\"text/javascript\">jQuery.noConflict();</script>";

    
$headerinclude .= "<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js\"></script><script type=\"text/javascript\">jQuery.noConflict();</script>"

Danach die Coockies und den Cache eures Browser löschen. In der Regel reicht es Strg + F5 zu tätigen.

Nun die Datei wieder in den plugin Ordner laden und aktivieren.

Sollte nun wieder funzen. Big Grin
Mit freundlichen Grüßen

MrBrechreiz
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Style your thread title for newpoints v1.0 MyBB.de Bot 0 1.046 26.08.2018, 21:20
Letzter Beitrag: MyBB.de Bot
  Default Thread Title Color MyBB.de Bot 1 1.887 04.06.2011, 19:43
Letzter Beitrag: xdxdxdx
  Closed Thread Title Decoration and Prefix MyBB.de Bot 0 1.899 02.08.2009, 06:43
Letzter Beitrag: MyBB.de Bot