Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
RU All Media BB Code Details »»
RU All Media BB Code
Version: 0.11, by intp intp is offline
Developer Last Online: Aug 2021 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.x Rating:
Released: 07-21-2009 Last Update: 10-28-2009 Installs: 112
Uses Plugins
Translations  
No support by the author.

Demo
RetroUprising.com
Please don't spam, just use preview post to see how it works. If you don't have any interest in joining use the BugMeNot account.

Supported sites
  1. Blip.TV
  2. Daily Motion
  3. FaceBook Videos *
  4. Flickr
  5. Google Videos
  6. Guba
  7. Harpers Bazaar
  8. Liveleak
  9. MegaPorn **
  10. MegaVideo
  11. MetaCafe
  12. MySpace Videos
  13. Nothing Toxic
  14. Own3d
  15. PhotoBucket Videos
  16. Redtube **
  17. Ryoni
  18. Street Fire
  19. Style
  20. Tangle
  21. The Fashion Spot
  22. Telegraph TV
  23. Veoh
  24. Video Fashion Daily
  25. Viddler
  26. Videojug
  27. Vimeo
  28. Yahoo Videos
  29. YouTube Videos
  30. Youtube Playlists
  31. Wipido
  32. Xtranormal
  33. Zshare Videos

* Facebook doesn't work for every video.
** Adult sites like Mega Porn and Red Tube are disabled by default. To enable edit the Product XML file in notepad. Change "$adult = false;" to "$adult = true;".

Install instructions:
  1. Import the attached product.
  2. Put media link inside an [m] tag like this
    Code:
    [m]http://www.youtube.com/watch?p=224C757AA9F9F0D7[/m]


Optional Instructions to add media button to the editor toolbar:
  1. Upload this image to your style image folder. The default is /forum_root/images/editor/
  2. Edit the "editor_toolbar_on" template.
  3. Find
    Code:
    <if condition="$show['url_bbcode']">
  4. Before add
    Code:
    <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_m"><img src="$stylevar[imgdir_editor]/media.png"  width="22" height="22" alt="Insert" /></div></td>
If anyone knows how to automatically add the button to the toolbar in the Product XML please let me know.


Upgrade Instructions:
  1. Import the product and set "Allow Overwrite" to Yes.

This is my first mod posted at VB.org. I hope someone finds it helpful. Please click install and Nominate for MOTM.

History
0.11 October 29, 2009
Fixed Nothing Toxic.
Added support for:
  1. Street Fire
0.10 October 04, 2009
Cleaned code. Fixed several bugs. Added an adult filter so porn sites are disabled by default. Edit the XML file before installing to enable. I recommend upgrading.
Added support for:
  1. Harpers Bazaar
  2. MegaPorn
  3. RedTube
  4. Style
  5. The Fashion Spot
  6. Telegraph TV
  7. Video Fashion Daily
  8. LiveLeaks
  9. Nothing Toxic
  10. Ryoni
  11. Flickr Videos
  12. VideoJug
  13. Tangle
  14. Xtranormal
0.6 September 17, 2009
Added additional Google Video URL support.
Reduced width and height to fit more styles.
Made links case insensitive.
Updated install instructions.
Added support for:
  1. MetaCafe
  2. MySpace
  3. PhotoBucket
  4. Wipido
  5. Own3d
0.5 September 13, 2009
Fixed preview/edit vanishing bug.
Added support for:
  1. Yahoo
  2. Daily Motion
  3. Veoh
  4. Viddler
  5. Zshare
  6. FaceBook
  7. Guba
  8. MegaVideo
  9. Vimeo
  10. Blip.TV
0.1, July 22, 2009
First release
Supports:
  1. YouTube Videos
  2. YouTube Playlists
  3. Google Videos

More will be added as they are requested. When making requests include links to example video pages and embedding code if available.

Download Now

File Type: xml product-rumedia-0.11.xml (15.8 KB, 384 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 10-27-2009, 10:42 PM
BENBOBBY BENBOBBY is offline
 
Join Date: Sep 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im wondering if it would be possible to make it so when you click the Media Button it opens a popup window to enter the URL of the video?

This would make it more user friendly as it is for inserting images:


The code for images is;
Quote:
<td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>

Can a similar "{$editorid}_cmd_insertvideo" command be created?

Many Thanks. :up:
Reply With Quote
  #73  
Old 10-28-2009, 05:09 AM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't to put this button in the 'editor'

Code:
   1. Upload this image  to your style image folder. The default is /forum_root/images/editor/
   2. Edit the "editor_toolbar_on" template.
   3. Find
      Code:

      <if condition="$show['url_bbcode']">

   4. Before add
      Code:

      <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_m"><img src="$stylevar[imgdir_editor]/media.png"  width="22" height="22" alt="Insert" /></div></td>
Help!!!!
Reply With Quote
  #74  
Old 10-28-2009, 08:47 AM
BENBOBBY BENBOBBY is offline
 
Join Date: Sep 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
I can't to put this button in the 'editor'

Code:
   1. Upload this image  to your style image folder. The default is /forum_root/images/editor/
   2. Edit the "editor_toolbar_on" template.
   3. Find
      Code:

      <if condition="$show['url_bbcode']">

   4. Before add
      Code:

      <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_m"><img src="$stylevar[imgdir_editor]/media.png"  width="22" height="22" alt="Insert" /></div></td>
Help!!!!

Ricardo which specific part of the installation are you having problems with? The instructions given above are pretty thorough.

To edit the "editor_toolbar_on" template you need to log on to your admin control panel, then click Styles & Templates on the left, then Style Manager then look for editor_toolbar_on. Then click Customise or Edit and search for "<if condition="$show['url_bbcode']">" then insert the code given above. :up:
Reply With Quote
  #75  
Old 10-28-2009, 02:55 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BENBOBBY View Post
Ricardo which specific part of the installation are you having problems with? The instructions given above are pretty thorough.

To edit the "editor_toolbar_on" template you need to log on to your admin control panel, then click Styles & Templates on the left, then Style Manager then look for editor_toolbar_on. Then click Customise or Edit and search for "<if condition="$show['url_bbcode']">" then insert the code given above. :up:
Yes, I did it and I put it bellow and above but nothing happen.

Hey, last night I'm testing the website above and with the site: "Own3d" there's a virus: a pop up that you can't close show you a porn animation!!!
Reply With Quote
  #76  
Old 10-29-2009, 05:35 PM
intp's Avatar
intp intp is offline
 
Join Date: Mar 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to version 0.11
Quote:
Originally Posted by kervasquez View Post
nothingtoxic.com isnt working anymore
Fixed.
Quote:
Originally Posted by ricardoNJ View Post
...and I want to delete the porn site.
They are disabled by default. Unless you edit the xml file and change $adult to true then the adult sites will not work.

Quote:
Originally Posted by Deib View Post
Done.

Quote:
Originally Posted by ricardoNJ View Post
Yes, I did it and I put it bellow and above but nothing happen.
The instructions are as simple as I can put it. If you have followed all the instructions and it doesn't work then it is possible that another mod is interfering.

My only suggestion is to
go to your admincp > Plugins & Products > Plugin Manager
search for "editor_toolbar"
uncheck anything that has that anywhere in the title and click save changes
Test and see if the media bb code button appears
If it does then it means one of the things you unchecked was causing interference.
You can go back and recheck everything you unchecked to re-enable them.

Quote:
Originally Posted by ricardoNJ View Post
Hey, last night I'm testing the website above and with the site: "Own3d" there's a virus: a pop up that you can't close show you a porn animation!!!
Everytime I have tried to go to Own3d their servers have been too busy. I have never been able to test it myself. I suggest just not using any links from them.
Reply With Quote
  #77  
Old 10-31-2009, 11:09 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by intp View Post
...If you have followed all the instructions and it doesn't work then it is possible that another mod is interfering.

My only suggestion is to
go to your admincp > Plugins & Products > Plugin Manager
search for "editor_toolbar"
uncheck anything that has that anywhere in the title and click save changes
Test and see if the media bb code button appears
If it does then it means one of the things you unchecked was causing interference.
You can go back and recheck everything you unchecked to re-enable them...
Yes, the problem was for another mod installed...Thanks, the botton appears in the center of editor box.
Reply With Quote
  #78  
Old 11-05-2009, 07:37 AM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a big problem. When I put any video and I choose the tools menu, the video go in front of this menu.

and then, I can't move, close o delete nothing in this first post.
Reply With Quote
  #79  
Old 11-05-2009, 08:14 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do we add this button guys?? its appearing behind the other buttons i have..can we have a simple bb code added so the button appears that way???
Reply With Quote
  #80  
Old 11-11-2009, 01:41 AM
fta2k fta2k is offline
 
Join Date: Feb 2008
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be possible to get dilidoo video added?

Link to video example (warning: contains adult content)

Code:
http://dilidoo.com/img/img2/20091110/erotic/sexy.flv
Link to page:

Code:
http://dilidoo.com/2009/11/10/smoking_girl_showing_her_body_3_5_mb.html

Thanks
Reply With Quote
  #81  
Old 11-14-2009, 05:18 AM
ProGenY ProGenY is offline
 
Join Date: Mar 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some videos on google play fine some of them dont show at all the player does not embed and some of them i get the player but wont play the video any sugestions?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:51 PM.


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.05205 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete