Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.40 veröffentlicht (28.05.26)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Advanced Quote
#1
Eine neue Erweiterung wurde veröffentlicht: Advanced Quote

Zitat:Reply Functionality:
  • Select text from any post and click Reply

  • Inserts formatted quote with BBCode into quick reply editor

  • Configurable destination: Quick Reply or New Reply Page

Quote+ Functionality:
  • Select text and click Quote+ to save for multiquote

  • Works like MyBB's native multiquote feature

  • Saves to localStorage for instant access

  • Backs up to database for persistence across sessions

  • Automatically toggles multiquote indicator

Tooltip Customization:
  • Enable/disable Quote+ tooltip

  • Enable/disable Reply tooltip

  • Position: Top, Bottom, or Auto (smart positioning)

Data Management:
  • Automatic cleanup of old entries (48 hours)

  • Database storage for persistence

  • LocalStorage caching for speed


Plugin Settings

Zitat:Quote:Enable Quote+ Tooltip: Show Quote+ button when text is selected. Default: Enabled

Enable Reply Tooltip: Show Reply button when text is selected. Default: Enabled

Tooltip Position: Position of tooltip: Top, Bottom, or Auto (smart). Default: Auto

Reply Destination: Where Reply goes: Quick Reply page or New Reply page. Default: Quick Reply

**File Structure**

Code:
inc/ └── plugins/     ├── advanced_quote.php          (Main plugin file)     └── AdvancedQuote/         ├── database.sql          (Database schema)         ├── settings.json          (Settings configuration)         ├── js/         │  └── advanced_quote.js  (JavaScript)         └── css/             └── advanced_quote.css (Tooltip styling)

Installation


  1. Upload the "AdvancedQuote" folder to /inc/plugins/

  2. Upload "advanced_quote.php" to /inc/plugins/

  3. Go to Admin CP > Plugins

  4. Click "Install & Activate" for Advanced Quote

  5. Configure settings at Admin CP > Configuration > Settings > Advanced Quote

How It Works

Reply Flow:

  1. User selects text in a post

  2. Tooltip appears with Reply button

  3. Click Reply > JavaScript extracts HTML from selection

  4. HTML is converted to BBCode (client-side)

  5. Formatted quote is sent to quick reply editor

Quote+ Flow:

  1. User selects text and clicks Quote+

  2. AJAX request fetches formatted BBCode from server

  3. Quote is saved to localStorage (instant access)

  4. Quote is saved to database (backup)

  5. MyBB's multiquote is toggled

  6. When viewing quick reply, saved quotes are auto-loaded
Zitieren
#2
Eine neue Version wurde veröffentlicht: Advanced Quote 1.1.0
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Fast Quote / Selective Quote MyBB.de Bot 1 1.993 24.04.2013, 19:20
Letzter Beitrag: MyBB.de Bot