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
Default Post Icon
#1
Eine neue Erweiterung wurde veröffentlicht: OUGC Default Post Icon

Zitat://Thanks to Edson Ordaz for helping me out with this plugin.

Insert a default post icon to all posts and threads.

Installing:
Upload default_post_icon.php file to your forumpath/inc/plugins/ directory.

To give a default post icon to post/threads created before metallings this plugin, deactivate this plugin and open default_post_icon.php file and find these lines:
//$db->query("UPDATE ".TABLE_PREFIX."threads set icon='1' where icon=''");
//$db->query("UPDATE ".TABLE_PREFIX."posts set icon='1' where icon=''");

Uncomment it like this:
$db->query("UPDATE ".TABLE_PREFIX."threads set icon='1' where icon=''");
$db->query("UPDATE ".TABLE_PREFIX."posts set icon='1' where icon=''");

Change 1 for your default post icon and reactivate it, after this you can delete these lines as there is not any other use for those.
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Default Icon on Posts and Threads MyBB.de Bot 3 1.666 24.02.2015, 19:56
Letzter Beitrag: Juventiner
  OUGC Default Post Style MyBB.de Bot 0 1.142 25.03.2014, 09:35
Letzter Beitrag: MyBB.de Bot
  Default Post Style MyBB.de Bot 0 1.379 16.08.2010, 18:06
Letzter Beitrag: MyBB.de Bot