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
Auto Post URL
#1
Eine neue Erweiterung wurde veröffentlicht: Auto Post URL

Zitat:https://github.com/Destroy666x/MyBB-Auto-Post-URL
[Video: https://youtu.be/FbFNvfBwNZY]

Installation:


  1. Upload everything from upload folder to your forum root (where index.php, forumdisplay.php etc. are located).

  2. Install and activate plugin in ACP -> Configuration -> Plugins.

  3. Configure it.

Templates troubleshooting:


Postbit - add class="post_anchor" href="{$post['postlink']}#pid{$post['pid']}" title="{$post['subject_title']}" to the starting post URL and <a name="bottompid{$post['pid']}" id="bottompid{$post['pid']}"></a> at the end of postbit and postbit_classic templates
Showthread - add:
Code:
<script type="text/javascript">
<!--
   var autoposturl_newclass = '{$sanitized_class}';
   var autoposturl_bbname = '{$sanitized_bbname}';
//-->
</script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/auto_post_url.js?ver=1"></script>
to the <head> section of the showthread template

Note 1: the class specified in the setting needs to be manually added to global.css or an other stylesheet that covers showthread, e.g.:
Code:
.autoposturl
{
   background-color: #CFC;
}
Note 2: changing the URL may not work in older browsers, you can replace the commented code in jscripts/auto_post_url.js with history.js or anything similar if you need support for them

Translations:

Feel free to submit translation to github in Pull Requests. Also, if you want them to be included on the MyBB mods site, ask me to provide you the contributor status for my project.

Donations:

Donations will motivate me to work on further MyBB plugins. Feel free to use the button in the ACP Plugins section anytime.
Thanks in advance for any input.
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Master Post URL Limiter MyBB.de Bot 0 1.634 15.08.2010, 17:26
Letzter Beitrag: MyBB.de Bot
  [Plugin] Post-URL Mod MyBB.de Bot 2 2.504 10.01.2008, 06:51
Letzter Beitrag:
  Double post auto merger MyBB.de Bot 0 2.470 25.04.2007, 00:17
Letzter Beitrag: MyBB.de Bot