This tag can now be added to your own site if you have phpbb3 or are savvy enough to otherwise incorporate it in other systems based off the instructions below.
Keep in mind that if the org is inaccessible for some reason, the information will not load and may slow the loading of the pages you include the vidid tag on. (This is rare though and you can undo creation of this bbcode in such an event.)
That said, here is how you can include this on a phpbb3 forum.
Log in as an admin and go to the admin control panel.
From there click on the posting tab. You should be on the page for making custom bbcodes.
Click "Add a new BBCode"
For BBCode usage put:
For HTML Replacement put:
Code: Select all
<script type="text/javascript" src="http://www.animemusicvideos.org/members/vidid.php?v={NUMBER}"></script><noscript><a href="http://www.animemusicvideos.org/video/{NUMBER}">http://www.animemusicvideos.org/video/{NUMBER}</a></noscript>
For Help line put something that will help users understand how to use the bbcode when they hover their mouse over the button. We have:
Code: Select all
Show video information: [vidid]video id #[/vidid]
And finally check the box at the end to make it a visible tag and click submit.
Now you can use this bbcode tag like we do here at the org. To use this in other ways, adapt the code being used for HTML Replacement.