vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Video-Directory (https://vborg.vbsupport.ru/showthread.php?t=192241)

Surviver 11-25-2008 12:54 PM

Quote:

Originally Posted by Jaxel (Post 1672285)
Hey... do you know the RSS feed doesnt work in IE?

http://www.8wayrun.com/video.php?do=rss

Works in Firefox, but not IE.

Try this:

seaerch for (in video.php):
$xml->add_tag('source', $hostername, array('url' => $videourl));
replace with:
$xml->add_tag('source', $hostername, array('url' => htmlspecialchars_uni($videourl)));

Regards SUrviver

valdet 11-25-2008 01:08 PM

Hello Surviver,

I know you've been blasted by many feature requests.

I thought of adding one.

Can you please make a vBAdvanced module to show latest X videos on homepage.

Something similar to Latest Pictures module here.
https://vborg.vbsupport.ru/showthread.php?t=193238


Thanks for your great work.

Jaxel 11-25-2008 01:20 PM

Quote:

Originally Posted by Surviver (Post 1672675)
The 1st video works, for the second i gte the response (invisible for you) Video not found ;)

The video definately exists though...

Surviver 11-25-2008 03:12 PM

Quote:

Originally Posted by Jaxel (Post 1672689)
The video definately exists though...

Maybe, but if the youtube videop surces says, the video doesen't exist, i can't change this ;)

momo2 11-26-2008 02:56 AM

I changed skin, now its not showing in the home page, also in video.php unless i click on Catg

Jaxel 11-26-2008 03:01 AM

Quote:

Originally Posted by momo2 (Post 1673120)
I changed skin, now its not showing in the home page, also in video.php unless i click on Catg

The hooks for the navbar only work if the navbar remains in the navigation templates. On one I my skins, I moved the navbar to the header templates, and the navbar hooks stop working. You must manually add them in that case.

momo2 11-26-2008 03:11 AM

i uninstalled it, and re install it, but it did not take me to install next next pages.. :(

Surviver 11-26-2008 05:54 AM

This will only happen at the first install. But why you don't import the hostere manually?

Regards
Surviver

logoz2008 11-26-2008 02:09 PM

Hi,

When will you be adding sub-catagory feature?

Like
Sports >
::football
::soccer

etc?

Is it tough to do? (just wondering)

thanks

Surviver 11-26-2008 06:34 PM

Quote:

Originally Posted by logoz2008 (Post 1673366)
Hi,

When will you be adding sub-catagory feature?

Like
Sports >
::football
::soccer

etc?

Is it tough to do? (just wondering)

thanks

Will be maybe implented in 1.2.0

Daky 11-26-2008 08:21 PM

Hopefully not , we already have over 5000 videos added, so, ur gonna meka us lots of work .. if you do that ... lolol :) :)

momo2 11-27-2008 01:18 AM

humm again i installed but
Attention! Do not close the window after the productimport but follow the installation assistent
i do not see this only take me to a page to import video :(

DeadRabbit 11-27-2008 06:09 AM

how do you add videos on this?

logoz2008 11-27-2008 12:40 PM

Quote:

Originally Posted by Surviver (Post 1673527)
Will be maybe implented in 1.2.0

Thank you, it will be wonderful to categorize material, easy to manage and aggregate.

Great Mod btw!

valdet 11-27-2008 01:53 PM

Hello Surviver.

Anything about vBAdvanced Latest Videos module

https://vborg.vbsupport.ru/showpost....&postcount=402

Thanks

Surviver 11-27-2008 03:29 PM

Quote:

Originally Posted by momo2 (Post 1673699)
humm again i installed but
Attention! Do not close the window after the productimport but follow the installation assistent
i do not see this only take me to a page to import video :(

If you'd have read the install instructions carefully .. ;)

Quote:

Originally Posted by DeadRabbit (Post 1673845)
how do you add videos on this?

Just go into a category and click "add Video"

Quote:

Originally Posted by logoz2008 (Post 1673984)
Thank you, it will be wonderful to categorize material, easy to manage and aggregate.

Great Mod btw!

Quote:

Originally Posted by valdet (Post 1674027)
Hello Surviver.

Anything about vBAdvanced Latest Videos module

https://vborg.vbsupport.ru/showpost....&postcount=402

Thanks

Not yet ;)

rolandogomez 11-28-2008 08:06 PM

Beautiful modification. I hope this isn't already answered, but I'd like to add Google Adsense code between the video itself box and the "Video Details" box. Where would I insert this code?

On another note, I did your modification on the youtube xml file so youtube would show related videos when the video ends, but it didn't work, still shows them. I would like this to work like I have on a social networking site, http://www.modeloverdrive.com/vidfee...Fashion+Models where if you see on the bottom I've added the Adsense video unit code, plus when the top video on that page, the one embedded stops, it doesn't show related videos.

Thanks again, sent you pm for brandfree, awesome! rg sends!

Surviver 11-28-2008 09:33 PM

Quote:

Originally Posted by rolandogomez (Post 1674760)
Beautiful modification. I hope this isn't already answered, but I'd like to add Google Adsense code between the video itself box and the "Video Details" box. Where would I insert this code?

On another note, I did your modification on the youtube xml file so youtube would show related videos when the video ends, but it didn't work, still shows them. I would like this to work like I have on a social networking site, http://www.modeloverdrive.com/vidfee...Fashion+Models where if you see on the bottom I've added the Adsense video unit code, plus when the top video on that page, the one embedded stops, it doesn't show related videos.

Thanks again, sent you pm for brandfree, awesome! rg sends!

Hey, you could insert the adsense code in the code video_details.

@YOuTube: Did you reimport the modified file?

regards
Surviver

rolandogomez 11-28-2008 11:10 PM

Amazing mod. I see Adsense revenues going up. I just installed this, took care of the brand free option--always take care of your coders--then added the following code

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr>
                        <td class="tcat">Google</td>
                </tr>
                <tr>
                <td class="alt1"><center>
@vbbanners@
</center>
</td>
</tr>
        </table>

in the video_details and the video_home templates to not only add Google Adsense, but to keep track of it using the vbBannerRotator script! Now I can keep track of the traffic of the video pages through that system.

For a demo on the main video page where I added Adsense, main video page demo
and for a demo on how it looks on a video player page, video player page demo

Survivor, you rock! Thanks, will be adding this to my other sites soon and will take care of more of the brand free. Thanks again, your pm support was fast, quick and on the target too! rg sends!

Surviver 11-29-2008 06:27 AM

Quote:

Originally Posted by rolandogomez (Post 1674835)
Amazing mod. I see Adsense revenues going up. I just installed this, took care of the brand free option--always take care of your coders--then added the following code

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <tr>
                        <td class="tcat">Google</td>
                </tr>
                <tr>
                <td class="alt1"><center>
@vbbanners@
</center>
</td>
</tr>
        </table>

in the video_details and the video_home templates to not only add Google Adsense, but to keep track of it using the vbBannerRotator script! Now I can keep track of the traffic of the video pages through that system.

For a demo on the main video page where I added Adsense, main video page demo
and for a demo on how it looks on a video player page, video player page demo

Survivor, you rock! Thanks, will be adding this to my other sites soon and will take care of more of the brand free. Thanks again, your pm support was fast, quick and on the target too! rg sends!

Thanks and thanks for sharing your solution :)

Regards
Surviver

Jaxel 11-29-2008 05:45 PM

Any idea when a tagging system would be in place? If we cant do tagging, then can we add videos to multiple categories? I so Soulcalibur match videos on my website, and I want to either be able to tag character usage in the videos, or create categories for each character and have them all selected.

Surviver 11-29-2008 06:21 PM

Quote:

Originally Posted by Jaxel (Post 1675304)
Any idea when a tagging system would be in place? If we cant do tagging, then can we add videos to multiple categories? I so Soulcalibur match videos on my website, and I want to either be able to tag character usage in the videos, or create categories for each character and have them all selected.

The tag system is planned for version 1.2.0 - but 1.2.0 will be finished earliest in some months - i haven't begun developing on it yet, and i don't know, when i'll begin with it (At first I want to release 1.1.0 final :)).

It will not be possible to add one video into multiple categories (because of the database structure of this mod).

cheat-master30 11-29-2008 08:47 PM

Can you maybe make the next version so it works with Dailymotion, Myspace, Google Video and Veoh? Just asking, because I've currently got BB codes for all them on my forum, and it'd be nice if they also worked with this mod.

Surviver 11-30-2008 07:19 AM

Quote:

Originally Posted by cheat-master30 (Post 1675395)
Can you maybe make the next version so it works with Dailymotion, Myspace, Google Video and Veoh? Just asking, because I've currently got BB codes for all them on my forum, and it'd be nice if they also worked with this mod.

If they have an api, that should not be a problem.

Else ist very hard to integrate them.

Regards
Surviver

jonnycrick 11-30-2008 07:02 PM

The thumbnails aren't being created for me: http://www.thegpguild.com/video.php

I've tried uninstalling and reinstalling. Any ideas?

Bill from Cleve 11-30-2008 10:25 PM

Is there anyway you could add a visible button to "ADD YOUR VIDEO"?

It's so hard for people to find that tiny little "Add Video" tab.

Great program, just want more of my members to use it.

Daky 12-01-2008 02:50 AM

Quote:

Originally Posted by jonnycrick (Post 1675941)
The thumbnails aren't being created for me: http://www.thegpguild.com/video.php

I've tried uninstalling and reinstalling. Any ideas?

Did you chmod ur folders?

DeadRabbit 12-01-2008 04:03 AM

Quote:

Originally Posted by Surviver (Post 1674079)
If you'd have read the install instructions carefully .. ;)



Just go into a category and click "add Video"





Not yet ;)

i dont see add video there just category and general

DeadRabbit 12-01-2008 04:31 AM

i have installed this and the video is there but there is no thumbnail

Surviver 12-01-2008 04:46 AM

Quote:

Originally Posted by DeadRabbit (Post 1676199)
i dont see add video there just category and general

Yeah, you have to go into a category, then there'll be a button "Add Video" (Did you set the permissions?)

Quote:

Originally Posted by DeadRabbit (Post 1676211)
i have installed this and the video is there but there is no thumbnail

Did you set the directory chmod? (777)?

Quote:

Originally Posted by Bill from Cleve (Post 1676055)
Is there anyway you could add a visible button to "ADD YOUR VIDEO"?

It's so hard for people to find that tiny little "Add Video" tab.

Great program, just want more of my members to use it.

Not at the moment

Quote:

Originally Posted by jonnycrick (Post 1675941)
The thumbnails aren't being created for me: http://www.thegpguild.com/video.php

I've tried uninstalling and reinstalling. Any ideas?

The same here:
DId you set the directory chmod? (777)?

Regards
SUrviver

nightbloom 12-01-2008 06:12 AM

=.= I would pay for someone to make WeGame work with this. My users use two video sites... YouTube and WeGame and no one ever adds WeGame, yet it's one of the most popular gaming video sites there is for high def machinima. You are my last hope.

(frustrated) Even if someone gave a detailed explanation of HOW to add a new video site, I jump all over it and figure it out on my own. I cant get this done with other video sharing mods either, even when I offered to pay for it to be added.

DeadRabbit 12-01-2008 08:12 AM

Quote:

Originally Posted by Surviver (Post 1676219)
Yeah, you have to go into a category, then there'll be a button "Add Video" (Did you set the permissions?)



Did you set the directory chmod? (777)?



Not at the moment



The same here:
DId you set the directory chmod? (777)?

Regards
SUrviver

yes its 777 i triple checked

Surviver 12-01-2008 11:34 AM

Quote:

Originally Posted by DeadRabbit (Post 1676283)
yes its 777 i triple checked

Then i'm sorry - i don't know, why it doesen't work.

Maybe safemod is enabled for your server?

Nadeemjp 12-02-2008 12:43 AM

surviver, this is a good mod.
when will you (approx.) plan on releasing the 1.1.0 final?

Also, does the "Video Directory FH List" by twilley work in combination with this modification?

bobII 12-02-2008 01:29 AM

Can you add videos from NFL.com?

Surviver 12-02-2008 04:07 AM

Quote:

Originally Posted by Nadeemjp (Post 1676781)
surviver, this is a good mod.
when will you (approx.) plan on releasing the 1.1.0 final?

Also, does the "Video Directory FH List" by twilley work in combination with this modification?

I hope I'll release the final version this week.

@VD FH List: This hack was writtem to work with the video directory :)

Nadeemjp 12-02-2008 04:47 AM

oh ok thanx.
then i guess i shall wait for you to release the latest before i install it.
i have already installed VD FH list though:)

TriMe 12-02-2008 05:10 PM

Congrats on your MOD of the Month achievement. Great Job!

I can't for the life of me find the 'Add Category' link. Help!
TriMe

***Edit - Never mind, admincp refresh brought the Video options to life

TriMe 12-02-2008 06:34 PM

Installed and working on my site if someone wants to see another demo.
http://globalhockeynetwork.com/video.php

Also, I moved the copyright branding to the footer with the <if condition="THIS_SCRIPT == 'video'"> condition with the rest of the copyright notices. If this is a problem lmk.

Thanks!

TriMe

Surviver 12-03-2008 05:37 AM

Quote:

Originally Posted by TriMe (Post 1677220)
Installed and working on my site if someone wants to see another demo.
http://globalhockeynetwork.com/video.php

Also, I moved the copyright branding to the footer with the <if condition="THIS_SCRIPT == 'video'"> condition with the rest of the copyright notices. If this is a problem lmk.

Thanks!

TriMe

Nice, that it works now!

@Copyright: That's ok, as long you don't modofy the text and the text stays visible.


All times are GMT. The time now is 05:55 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.01642 seconds
  • Memory Usage 1,849KB
  • 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
  • (2)bbcode_code_printable
  • (24)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