MyBB.de Forum
Bump Thread - 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: Bump Thread (/thread-36845.html)



Bump Thread - MyBB.de Bot - 19.11.2019

Eine neue Erweiterung wurde veröffentlicht: D Bump Thread

Zitat:Installation

  1. Download the new version.

  2. Unpack the ZIP file.

  3. Move files into directories.

  4. Install and activate the plugin.

  5. Go to the Settings page and set up options as you wish.

  6. (optional) to change the button appearance you can overwrite the style by using a CSS class:
    Code:
    bump_thread_button
     or more globally 
    Code:
    button
    .
!important information
The plugin adds own variable
Code:
$dbt
 in the showthread template:

Code:
<div style="padding-top: 4px;" class="float_right">
    {$newreply}{$dbt}
</div>
If you are using a custom theme and you still do not see the button after changing options, please check the variable in the template above.

Filesystem Tree
Code:
inc/
    languages/
        english/
            admin/
                dbt.lang.php
            dbt.lang.php
        polish/
            admin/
                dbt.lang.php
            dbt.lang.php
    plugins/
        dbt.php