The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
You are always so gracious and helpful on this site... :up: Regards, Doug |
Благодарность от: | ||
MarkFL |
#12
|
||||
|
||||
Quote:
Code:
$content = preg_replace('/\[URL\](http.*?\.(png|jpg|gif))\[\/URL\]/i', '', $post['pagetext']); if ($content != $post['pagetext']) { global $vbulletin; $pagetext = $content; require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list()); $post['pagetext_html'] = $bbcode_parser->parse($pagetext, $post['forumid'], 1); $post['pagetext_html'] = html_entity_decode($post['pagetext_html']); } Thank you very much |
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
Ok, I have "Cached Posts Lifespan" to zero (0)
so i will use the first line. Thanks Mark. |
#15
|
||||
|
||||
Quote:
PHP Code:
|
#16
|
||||
|
||||
Yes, Yes
--------------- Added [DATE]1487278112[/DATE] at [TIME]1487278112[/TIME] --------------- I forgot to ask, I want to recognize when link images turn to img, is there a way to put in code some title that I would like and to show at the bottom of the image? or attribute to see when hover image |
#17
|
|||
|
|||
Ok, for my clarity and so I don't screw it up ...
Is this the code I need to use to create the plugin discussed? Quote:
Regards, Doug |
#18
|
||||
|
||||
Quote:
PHP Code:
|
#19
|
|||
|
|||
Quote:
Regards, Doug |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|