vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vBTube (https://vborg.vbsupport.ru/showthread.php?t=160150)

jasculs 10-17-2007 04:26 PM

Quote:

Originally Posted by efc9 (Post 1362421)
Create a link to:
Code:

vBTube.php?do=playlist&pid=<insert playlistid>

Awesome!

MR.BOSS 10-17-2007 04:31 PM

i just get a white black page. any hint.

please help

basketmen 10-17-2007 04:49 PM

Quote:

Originally Posted by MR.BOSS (Post 1362439)
i just get a white black page. any hint.

please help

read first post instruction and the entire post

Q: Blank White Page.
A: Please make sure you have correctly imported the Product file.

efc9 10-17-2007 04:51 PM

Quote:

Originally Posted by MR.BOSS (Post 1362439)
i just get a white black page. any hint.

please help

This is a problem on some setups, I've not been able to pinpoint yet, if you could give me admincp/ftp access I'll check out your installation.

Endurer 10-17-2007 05:21 PM

Is the file name case sensitive? vBTube.php works but vbtube.php doesn't (gives a 404).

COBRAws 10-17-2007 05:32 PM

is there a way to show only featured videos of 1 or more youtube users?

Andrew Green 10-17-2007 05:41 PM

Quote:

Originally Posted by Endurer (Post 1362481)
Is the file name case sensitive? vBTube.php works but vbtube.php doesn't (gives a 404).


File names are always case sensitive on Unix based servers ;)

efc9 10-17-2007 05:52 PM

Quote:

Originally Posted by COBRAws (Post 1362497)
is there a way to show only featured videos of 1 or more youtube users?

In vBTube.php Find:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
        $_GET['do'] = 'today';
}

Replace it with:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
                $uname='<insert username here>';
        $_GET['do'] = 'user';
}


Ba$im 10-17-2007 05:52 PM

very exllent work

but Iwould to ask if possible to add video from aouther site
as this site http://clipat.maktoob.com/?lang=ar
I belive they use youtube clone and many site use same script

and sceond question as u know there r problem on video permission and I mean sex video

and this will make your site blocked in some country as my country SA
so I was thinking okay if this happend this mean all forum will blocked
so is there any way to make vbtube work on subdomain
for example
video.mysite.com?


thanks very much

efc9 10-17-2007 05:58 PM

Quote:

Originally Posted by Ba$im (Post 1362515)
very exllent work

but Iwould to ask if possible to add video from aouther site
as this site http://clipat.maktoob.com/?lang=ar
I belive they use youtube clone and many site use same script

and sceond question as u know there r problem on video permission and I mean sex video

and this will make your site blocked in some country as my country SA
so I was thinking okay if this happend this mean all forum will blocked
so is there any way to make vbtube work on subdomain
for example
video.mysite.com?


thanks very much

Those sites probably use a script called Clipshare, which does not have an API, so this script cannot be adapted for them.

YouTube does not allow sex videos, You'd need Pornotube or one of the other X-Rated Sites for that.

Getting it to work on video.mysite.com would involve multiple edits to the files and templates and changes to the cookies and such.

COBRAws 10-17-2007 06:47 PM

Quote:

Originally Posted by efc9 (Post 1362514)
In vBTube.php Find:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
        $_GET['do'] = 'today';
}

Replace it with:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
                $uname='<insert username here>';
        $_GET['do'] = 'user';
}


THanks mate. It would be really good to find a readme.txt with this info. :)

efc9 10-17-2007 07:51 PM

Quote:

Originally Posted by COBRAws (Post 1362567)
THanks mate. It would be really good to find a readme.txt with this info. :)

Options like this, will be set in the AdminCP from the next version (hopefully) so hacks like this won't be needed then.

Alien 10-17-2007 10:59 PM

Hey,

This is awesome!

I do have a question.. A significant amount of sites already have a youtube bbcode such as (youtube) (/youtube).. How would I go about editing your code so that bbcode is reflected in the Extra Options > vBTube BB Code: field when viewing videos? We already use [youtube] tags all over our site!

One more recommendation.. I noticed that you use class="styled" in several of your input field tags.. Would you consider changing that to "bginput" so that if you have a custom style/skin that it reflects the custom values? I have various dark skins that show white fields until I edit your templates manually to change it to "bginput"

Thanks for an amazing addition to our site! Can't wait to go live!

efc9 10-17-2007 11:14 PM

Thanks for the compliments and comments.. To change the embed code you'll need to edit the vBTube/includes/view.php file, change the vBTube to youtube in that, and remove the vBTube bbcode from your board.

I'll make the requested style changes for the next version.

Alien 10-17-2007 11:24 PM

Wow, talk about quick!

Thank you so much, efc9! Really!

elmati 10-18-2007 06:01 AM

ok, im playing aroun templates and to have the same look from youtube
preview here: http://www.banite.com.ar/foro/banitube.php

@efc9 i put a copyright notice into the footer the link take back to your vb.org profile...

tomorrow i try to make more improves on templates and make them all xhtml compilant :)

Alp Ozdemir 10-18-2007 06:46 AM

congrats! buddy, looks great, Im waiting for the release this vBTube template ;)

nickypoooo 10-18-2007 07:46 AM

Great job! marked as installed and a little vote there for motm

efc9 10-18-2007 10:31 AM

Quote:

Originally Posted by elmati (Post 1362886)
ok, im playing aroun templates and to have the same look from youtube
preview here: http://www.banite.com.ar/foro/banitube.php

@efc9 i put a copyright notice into the footer the link take back to your vb.org profile...

tomorrow i try to make more improves on templates and make them all xhtml compilant :)

Good Work elmati, and thanks for the copyright link :)

efc9 10-18-2007 10:32 AM

Quote:

Originally Posted by nickypoooo (Post 1362910)
Great job! marked as installed and a little vote there for motm

Thanks for that, I really appreciate the motm nominations.

yoyoyoyo 10-18-2007 11:56 AM

Quote:

Originally Posted by elmati (Post 1362886)
ok, im playing aroun templates and to have the same look from youtube
preview here: http://www.banite.com.ar/foro/banitube.php

very cool - are you going to share your templates when you get done? ;)

BadgerDog 10-18-2007 12:19 PM

Installed ... :up:

Works great.... :)

Now for the questions.... :D

Am I missing something, or is there no place to control the videos that are displayed on our site by this mod, or the content? :confused:

After I installed this mod, I ended up with a TON of videos already populated by all kinds of categories and other titles, such as "Featured Videos" etc... I don't see anywhere to delete inappropriate videos from appearing in our own site display?

Where can I "clean the slate" of what it showing and then only re-populate the display with videos that are just selectively chosen as relevant our membership?

Thanks for any feedback.... :)

Regards,
Badger

CBTS Pennywise1 10-18-2007 12:32 PM

I don't know exactly what the problem is but I can't make a link in the Navbar. It shows up blank. And when I enter the link manually its just a White Page.

Edit I read the Q/A above and it won't let me Import the Product it told me it was a Plugin so is that my problem?

efc9 10-18-2007 12:56 PM

Quote:

Originally Posted by BadgerDog (Post 1363017)
Installed ... :up:

Works great.... :)

Now for the questions.... :D

Am I missing something, or is there no place to control the videos that are displayed on our site by this mod, or the content? :confused:

After I installed this mod, I ended up with a TON of videos already populated by all kinds of categories and other titles, such as "Featured Videos" etc... I don't see anywhere to delete inappropriate videos from appearing in our own site display?

Where can I "clean the slate" of what it showing and then only re-populate the display with videos that are just selectively chosen as relevant our membership?

Thanks for any feedback.... :)

Regards,
Badger

Hi Badger, I'm afraid you've misunderstood the mod.. This hack just pulls videos from YouTube for display on your site, you cannot pick and choose the videos, it just shows whats available at YouTube.

efc9 10-18-2007 12:57 PM

Quote:

Originally Posted by CBTS Pennywise1 (Post 1363021)
I don't know exactly what the problem is but I can't make a link in the Navbar. It shows up blank. And when I enter the link manually its just a White Page.

Edit I read the Q/A above and it won't let me Import the Product it told me it was a Plugin so is that my problem?

You probably have a customized style.. pm me your header & navbar templates and I'll work out what you need to edit.

Make sure you've downloaded the latest version, the plugin was for WOL and is no longer needed.

unitedpunjab 10-18-2007 01:21 PM

where are these features ??

New Feature: Best of the Week
New Feature: Movies of the Month

BadgerDog 10-18-2007 01:22 PM

Quote:

Originally Posted by efc9 (Post 1363033)
Hi Badger, I'm afraid you've misunderstood the mod.. This hack just pulls videos from YouTube for display on your site, you cannot pick and choose the videos, it just shows whats available at YouTube.

Thanks for the quick response.... :)

Now I understand....

If I wanted to add categories and when clicked upon, they would just display the results of a hard code embedded search string for that category, is that possible?

I see in the XML where I can change or delete categories, but I'm not sure of the code that would let me present custom categories as the result of a search.

Also, when I click on the "Download" button, I get this?

Quote:

Google Error

Bad Request
Your client has issued a malformed or illegal request.

Any idea why?

Regards,
Badger

efc9 10-18-2007 02:26 PM

Quote:

Originally Posted by BadgerDog (Post 1363052)
Thanks for the quick response.... :)

No Problem, always happy to help.

Quote:

Originally Posted by BadgerDog (Post 1363052)
If I wanted to add categories and when clicked upon, they would just display the results of a hard code embedded search string for that category, is that possible?

In the vBTube template Change the Categories to:
[code]vBTube.php?do=search&search=<insert search term>[code]
Replace spaces in the search term with %20

Quote:

Originally Posted by BadgerDog (Post 1363052)
Also, when I click on the "Download" button, I get this?

Google keep changing the ip used for downloads so I'm going to haveto find a better way of doing this.

efc9 10-18-2007 02:29 PM

Quote:

Originally Posted by unitedpunjab (Post 1363051)
where are these features ??

New Feature: Best of the Week
New Feature: Movies of the Month

Best of the Week = Most Viewed this Week on YouTube
Movies of the Month = Highest rated movies this month.

BadgerDog 10-18-2007 02:35 PM

Quote:

Originally Posted by efc9 (Post 1363084)
No Problem, always happy to help.

In the vBTube template Change the Categories to:
[code]vBTube.php?do=search&search=<insert search term>[code]
Replace spaces in the search term with %20

Outstanding ... :up:

I think I might be able to build an entire custom display out of this approach, limiting videos to categories that are specific to the content we discuss and focus upon on our site.

Thanks ... :)

Regards,
Badger

efc9 10-18-2007 02:46 PM

Quote:

Originally Posted by BadgerDog (Post 1363088)
I think I might be able to build an entire custom display out of this approach, limiting videos to categories that are specific to the content we discuss and focus upon on our site.

Yep, that's definetly possible.. If you look at: http://gridironfans.com/forums/vBTube.php they have done just that.

elmati 10-18-2007 05:47 PM

Quote:

Originally Posted by yoyoyoyo (Post 1363009)
very cool - are you going to share your templates when you get done? ;)

yeah, why not?
im waiting for software update, cuz i dont want to edit and edit and edit...

@efc9: are you going to change the templates in future version?

i'll wait a stable templates version to make my xml to share :)

efc9 10-18-2007 06:27 PM

Quote:

Originally Posted by elmati (Post 1363231)
yeah, why not?
im waiting for software update, cuz i dont want to edit and edit and edit...

@efc9: are you going to change the templates in future version?

i'll wait a stable templates version to make my xml to share :)

There will be some template edits, but nothing major.

elmati 10-18-2007 08:51 PM

Quote:

Originally Posted by efc9 (Post 1363251)
There will be some template edits, but nothing major.

okie!
i'll send u a PM cuz i made some customizations to some files in folder /includes...
to get the same youtube style...
and later ill share with you my templates edits.

ty a lot for this hack its really nice :)

360themes 10-19-2007 02:24 AM

work so well on my site. no editing needed!

Thanks so much

Here is the demo on my site
http://www.360themes.com/yahoothemes/vBTube.php

ciprianrpp 10-19-2007 05:44 AM

thx for this great mod.INSTALLED

demo: http://www.rogl.ro/forum/

unitedpunjab 10-19-2007 12:33 PM

Quote:

Originally Posted by efc9 (Post 1363085)
Best of the Week = Most Viewed this Week on YouTube
Movies of the Month = Highest rated movies this month.

I m not gettin these feature any wehre on vBtube

plz check

http://www.unp.co.in/vBTube.php

bazzup 10-19-2007 12:36 PM

cheers for the updates efc9 this is getting even better matey

efc9 10-19-2007 01:21 PM

Quote:

Originally Posted by unitedpunjab (Post 1363689)
I m not gettin these feature any wehre on vBtube

plz check

http://www.unp.co.in/vBTube.php

You'll need to upgrade to the latest version and revert your templates.

BadgerDog 10-19-2007 01:45 PM

Quote:

Originally Posted by efc9 (Post 1363099)
Yep, that's definetly possible.. If you look at: http://gridironfans.com/forums/vBTube.php they have done just that.

Hi... :)

Ok, I tried the following, placing (substituting) it directly for one of the current category lines. When I run the mod, nothing appears on thee line except for the >> pointer and there's nothing to click? :confused:

Code:

<a href="vBTube.php?do=search&search=<Enfield%20Rifle></a><br>
I wonder if the admin who runs the Gridiron site you referred me to would share his version so I can customize off of that?

Thanks for any help... :)

Regards,
Badger


All times are GMT. The time now is 11:38 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.01550 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete