MyBB.de Forum
Headlize - 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: Headlize (/thread-39349.html)



Headlize - MyBB.de Bot - 13.02.2025

Eine neue Erweiterung wurde veröffentlicht: Headlize

Zitat:Automatically converts and saves thread titles in APA-style title case.

Related source: https://apastyle.apa.org/style-grammar-g...title-case

Entered title:

Zitat:Quote:this title was created as a test for the mybb __headlize__ plugin
Format saved in the database:

Zitat:Quote:This Title Was Created as a Test for the MyBB headlize Plugin
Words written between two underscores (
Code:
__
) are ignored, such as
Code:
__headlize__
.

Details

Version: 1.0.0
MyBB Versions: 1.8.x

Install

1. Download the plugin.
2. Upload the files in the "Upload" folder to the root directory of your forum with SCP (
Code:
scp
command.) or FTP (FileZilla, CuteFTP, etc.).
3. Install and activate the plugin named Headlize from the Admin CP → Configuration → (From left.) Plugins page.

Uninstall

1. Uninstall the plugin named Headlize from the Admin CP → Configuration → (From left.) Plugins page.

Update

1. First, perform the "Uninstall" section, then perform the "Install" (with new files) section.

Usage

The plugin works with English and Turkish words. You should add words specific to your language as shown below.

Code block that needs to be edited: https://github.com/tedem/mybb-headlize/b...#L161-L169

Ignoring

Words written between two underscores (
Code:
__
) are ignored, such as
Code:
__headlize__
.

Enjoy!