Manoel J?nior
11-22-2012, 12:29 AM
How could I hide links automatically when you post a new topic?
I tried to use the syntax of this product bad it did not work:
Font: LAM (https://vborg.vbsupport.ru/showthread.php?t=252043&highlight=quote)
I make:
1. New Plugin:
Product: vBulletin
Location: newthread_post_complete
Title: Hide Link
Order: 5
Code: $pagetext = preg_replace( array("/\[(?i)url\]/", "/\[\/(?i)url\]/", "/(?U)\[(?i)video=.*\]/", "/\[\/(?i)video\]/"), array("", "", "", ""), $pagetext );
I have products: LAM (https://vborg.vbsupport.ru/showthread.php?t=252043&highlight=quote)and Hide Link (https://vborg.vbsupport.ru/showthread.php?t=282328)
Very thanks!
I tried to use the syntax of this product bad it did not work:
Font: LAM (https://vborg.vbsupport.ru/showthread.php?t=252043&highlight=quote)
I make:
1. New Plugin:
Product: vBulletin
Location: newthread_post_complete
Title: Hide Link
Order: 5
Code: $pagetext = preg_replace( array("/\[(?i)url\]/", "/\[\/(?i)url\]/", "/(?U)\[(?i)video=.*\]/", "/\[\/(?i)video\]/"), array("", "", "", ""), $pagetext );
I have products: LAM (https://vborg.vbsupport.ru/showthread.php?t=252043&highlight=quote)and Hide Link (https://vborg.vbsupport.ru/showthread.php?t=282328)
Very thanks!