Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
X TV 1.0 (an additional radio and TV add-on) (AKA Adult TV) Details »»
X TV 1.0 (an additional radio and TV add-on) (AKA Adult TV)
Version: 1.00, by yoyoyoyo yoyoyoyo is offline
Developer Last Online: Sep 2008 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 10-24-2007 Last Update: 11-04-2007 Installs: 56
Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Note: this code is re-used from Dream's Radio and TV add-on version 1.4 with Dream's permission, and approval from the VB.org administrators.

This will add a radio and TV library to your forum that can be shown only to certain usergroups. It can be used independently of Dream's add-on, since it has it's own tables and phrases. So, you can have a regular radio and TV station add-on that you offer to your guests and members (Dream's add-on) and also this one that you can show only to select usergroups.

Features:
- Users can add / delete / edit own stations
- Favorite stations
- Report broken / duplicate stations
- Full AJAX
- Plays Windows Media Player and Real Player streams (does NOT support .flv files such as those found on YouTube and other sites)
- window popup that shows who rated each station
- popup window to view TV stations in bigger player windows
- "can view add-on" permission
- user name markups follow displaygroupid
- Navbar link is only viewable by the usergroups you select
- Includes an XML file with nearly 50 adult streaming channels, so please make sure you are an adult and old enough and want to view that type of material before uploading the xml. You can use this add-on without uploading the XML, but please consider yourself warned. You can also download the file and simply upload the XML file to dream's add-on if you want.

Nov 5, 2007: added a new xml for download below that has 16 stations available

Also- please feel free to share your own XMLs in this thread!



If you like this script don't forget to donate to Dream

Please click install
also please click install for Dream's add-on

Show Your Support

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

Comments
  #22  
Old 10-25-2007, 11:24 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note, you don't need to donate to me or mark installed my add-on if you use this. This mod's credits go to yoyoyoyo.

of course if you really wanna donate I won't refuse it
Reply With Quote
  #23  
Old 10-25-2007, 01:01 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks vb.org for allowing this... wonder why that is eh? ahem, great mod, nominated for mod of month.
Reply With Quote
  #24  
Old 10-25-2007, 01:04 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.... thanks ....

Seems to work fine, except for the loads of "buffering" pauses in video, which must be a server loading issue?

I'd like to move the link from the Navbar to the drop down "Quick Links" at the bottom and just make it available for Admins (usergroup 6). I'm not a coder, so could someone post for me the template code and where to out it that will accomplish that?

Thanks in advance....

Regards,
Badger
Reply With Quote
  #25  
Old 10-25-2007, 01:48 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
I'd like to move the link from the Navbar to the drop down "Quick Links" at the bottom and just make it available for Admins (usergroup 6). I'm not a coder, so could someone post for me the template code and where to out it that will accomplish that?
In your navbar template look for:
Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
after that add:
Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"><tr><td class="vbmenu_option"><a href="$vboptions[bburl]/Xtv.php">X TV</a></td></tr></if>
That will add the link in the "Miscellaneous" section of the quicklinks, below "Who's Online." Change the 5, 6, 7 to the usergroup ID's of the usergroups that you want to allow to see the link ( I included the other usergroups in order to show other people how to add multiple usergroups, but since you want to make it available only to admin's then change the 5, 6, 7 to 6).
Reply With Quote
  #26  
Old 10-25-2007, 01:59 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yoyoyoyo View Post
In your navbar template look for............<snip>
Thank you Sir... :up:

Worked great...

Regards,
Badger
Reply With Quote
  #27  
Old 10-25-2007, 03:36 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the release!
Reply With Quote
  #28  
Old 10-25-2007, 05:24 PM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this...

I downloaded this and have marked it as installed, but have not 'installed' it. I don't really want 2 radio hacks and since my members have to agree that they are 18 or older or they are denied registration anyways would it be possible to use this XML to add the stations to the existing Radio/TV hack by Dream?
Reply With Quote
  #29  
Old 10-25-2007, 05:26 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes
Reply With Quote
  #30  
Old 10-25-2007, 05:32 PM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
yes
Great! Thanks to the both of you, especially for allowing people to alter and re-release your code.
Reply With Quote
  #31  
Old 10-25-2007, 05:33 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

read the xml first and check what category it adds to not mess with your categories
Reply With Quote
Reply


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 06:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04320 seconds
  • Memory Usage 2,311KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete