vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Quote Improvements (https://vborg.vbsupport.ru/showthread.php?t=260337)

tdev1 03-13-2011 10:00 PM

Quote Improvements
 
1 Attachment(s)
What is this
this product should help you remove the clutter when users quote long posts and their images. It simply replaces all quoted images with links

New in version 1.2
Now with admin options so you can change the regular expressions easily. (see attached screenshot)

Installation
simply import the attached file as new product:
AdminCP > Plugin System > Manage Products > [Add/Import Product]

What it does
when a user replies with quotes, the plugins replace the [IMG] and [VIDEO] in the quoted text with [url] using regular expressions:

PHP Code:

$pagetext preg_replace('/\[img\]([^\[]*)\[\/img\]/i','[url]$1[/url]'$pagetext); 

The regular expression that are used can be configured in the admin options.

Compatibility
Since this product only uses two hooks (newreply_post_quote and newreply_quote) it should work on any VB version that supports those hooks. Be aware that other plugins that also rewrite quotes with those hooks might conflict with this product. (Simply test yourself)

How to add more replacements
Go to Admin -> Options -> Quote Improvements and add this as new line in the regular expression field:
Code:

/BLA/i || BLUB
This will replace any "BLA" with "BLUB" in quotes.

History
  • 1.3 - 22nd of September 2013: fixed validation of the regular expression settings, improved plugin execution order, added link to online regexp testers in description.
  • 1.2 - 22nd of September 2013: added option in admin -> options -> Quote Improvements
  • 1.1 - added [video] support
  • 1.0 - first version: updated (and cleaned/rewrote) the old mod from vb 3.5 : https://vborg.vbsupport.ru/showthread.php?t=107022

v123shine 03-14-2011 07:26 AM

nice mod
Installs

Schoelle 03-14-2011 05:01 PM

nice one! thank you!

zelnik 03-14-2011 05:10 PM

is there anyway to incorporate [video] tags in this mod too?

Annoys the hell out of me when people keep quoting youtube videos! :)

Skyrider 03-14-2011 07:55 PM

Is this any different over:
https://vborg.vbsupport.ru/showthread.php?t=252043
?

tdev1 03-14-2011 08:40 PM

Quote:

Originally Posted by FF|Skyrider (Post 2173371)

its basically the same, thanks for linking it :)

karabaja3 03-15-2011 01:15 AM

Great!

Can you make same thing for this:
http://www.vbulletin.com/forum/showt...ouTube-BB-Code

I would try it, but I do not want to mess something up. :(

OldSchoolDSL 03-15-2011 01:44 AM

1) Will this affect smiles?

--- Think it would be best if it did not.

2) Can you apply this to videos?

tdev1 03-15-2011 11:04 AM

Quote:

Originally Posted by karabaja3 (Post 2173450)
Great!

Can you make same thing for this:
http://www.vbulletin.com/forum/showt...ouTube-BB-Code

I would try it, but I do not want to mess something up. :(

uhm, there is already a video bbcode?
http://www.vbulletin.com/forum/misc....code#videocode

Quote:

Originally Posted by OldSchoolDSL (Post 2173459)
1) Will this affect smiles?

--- Think it would be best if it did not.

2) Can you apply this to videos?

it does not affect anything except images right now.

Quote:

Originally Posted by zelnik (Post 2173318)
is there anyway to incorporate [video] tags in this mod too?

Annoys the hell out of me when people keep quoting youtube videos! :)

i will add [video] to [URL] replacement later on :)

Cyamia 03-15-2011 01:59 PM

This is a must-have mod! Thank you for the idea and the release!


All times are GMT. The time now is 01:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01140 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete