Quote:
Originally Posted by Freddyos
Hey,
first: nice hack
second: If I post a Thread with Pictures (with html-code) they aren't shown at vbnews.php
solutions?
|
In the vBulletin options for this hack, set
Allow HTML? to
Yes for the embedded Youtube video to show, as you are pasting native html into the page (and have html enabled in that forum), it does not look like you have a BBCode for that video (unless you are using a hack such as AME to embed the video).
Quote:
Originally Posted by Freddyos
Edit: Can I add this BBCode [imgleft]PIC[/imgleft] to your Addon? But the vbnews.php show only the code, not the picture
|
Edit both
archives.php and
vbnews.php, find:
PHP Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Change it to:
PHP Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list('', true));
Tell me if that enables you to use your [imgleft] and [imgright] tags.
If it does work, then I will add an option to allow for use of custom tags in the options and release a new version.