Advanced Quote

Select text from posts and reply or quote+ with preserved BBCode formatting. Adds tooltip with Reply and Quote+ buttons when text is selected.
Version: 1.1.0
Autor: PARADOX987
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 22.03.2026
Letzte Aktualisierung: 30.03.2026
Support: https://forum.mybb.de/thread-39636.html (1 Beiträge)
Kompatibilität: MyBB 1.8.x
Bisherige Downloads: 41
Vorschau
Vorschau
Vorschau
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

[quote]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[/quote]

**File Structure**

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


Quelle: Advanced Quote bei MyBB.com

Ähnliche Erweiterungen

Advanced Invitations System
Advanced Invitations System 1.1.0 von mihu für MyBB 1.6.x
Based on a credit system and with a lot of powerful features this is the ultimate way to get more users in your forum.

62 Downloads
Advanced Ads Manager
Advanced Ads Manager 1.1.0 von mihu für MyBB 1.6.x
Advanced Ads Manager was created to be the most powerful advertisements manager for MyBB 1.6.

62 Downloads
Kein Zitat im Zitat 1.1.0 von imei für MyBB 1.4.x
This plugin cleans inner quotes of posts that contain quote in quotes, so your threads will show more professional also your posts database will be...

585 Downloads
Google MyCode 1.1.0 von Zachary für MyBB 1.4.x
Lets you generate a link location to search results from just using a MyCode.

1425 Downloads
Akismet (Spam Schutz) 1.1.0 von Ryan Gordon für MyBB 1.4.x
Akismet for MyBB is a plugin built to prevent spam using the Akismet services. Please report any bugs here: http://community.mybboard.net/thread-...

635 Downloads