Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: OnlineVideos 1.1
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 7

Todd
New Member

USA
63 Posts

Posted - 08 August 2008 :  14:25:53  Show Profile  Visit Todd's Homepage  Reply with Quote
quote:
Originally posted by jeffmetcalf

Hmmm...I can't get this to work at all.
When I click any of the icons, nothing happens, not even a 'click' for feedback, the tags aren't inserted, and typing in a vid by hand just results in a blank space in the forum.

Any thoughts?



Same here and I've followed the directions very closely. I have also cleaned out my entire cache. I'm baffled. I know one person resolved it while another had not. Any more luck with this?

My Forum Here<


Admin for the Tyco Collector's Forum

Go to Top of Page

CoreyGmaN
Starting Member

USA
35 Posts

Posted - 01 September 2008 :  11:32:17  Show Profile  Visit CoreyGmaN's Homepage  Send CoreyGmaN an AOL message  Send CoreyGmaN an ICQ Message  Send CoreyGmaN a Yahoo! Message  Reply with Quote
Hey I also got this error

error: illegal use of flash tag!

After I put in the url, it will put spaces inbetween the start of the tag and end, so it does not work, unless you remove the spaces between the tag because it auto puts a space between each of the brackets

I have my Format mode set at PROMPT

Here is an example

[tube] http://www.youtube.com/watch?v=bjS8tsKfdW0 [/tube]

So if you go into the code and remove the spaces it will work fine

Here is one example like a guy gave before on here, you have to do it to all of them to fix the problem.

Change

AddTxt=" [tube] "+txt+" [/tube]";

With

AddTxt=" [tube]"+txt+"[/tube]";]
<

MySpace -- GmanS WorlD -- I GOTTA have more COWBELL! (right click save as) -- MY WISHLIST

check out my forums at www.warpreality.com

Edited by - CoreyGmaN on 01 September 2008 11:32:45
Go to Top of Page

bwunited
Starting Member

United Kingdom
25 Posts

Posted - 13 October 2008 :  20:47:16  Show Profile  Visit bwunited's Homepage  Reply with Quote
I got the mod to work..excellent wee addon to have.

Only thing thats not working is the preview function...when I use this it's giving an error on the page

anybody any idea of a fix for this considering it works when you submit the post?<

regards
Brian ]:-)
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 14 October 2008 :  03:52:46  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
Hi Brian,

Glad you liked it, Marcel is a great guy

for your problem, did you included the javascript file in the preview file (pop_preview.asp)? or added to the inc_header_short.asp<

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"



Edited by - balexandre on 14 October 2008 03:59:49
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 14 October 2008 :  09:20:21  Show Profile  Visit Panhandler's Homepage  Reply with Quote
I just checked the Online Videos mod and the inc_header_short.asp in not included in the instructions.
Nor is there any mention of the pop_preview.asp file.
??
<
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 14 October 2008 :  14:17:37  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
nop... I did miss that part

No one is perfect <

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"


Go to Top of Page

Cobia
Starting Member

United States
39 Posts

Posted - 14 October 2008 :  21:40:14  Show Profile  Reply with Quote
I have another question about the code for file inc_func_common.asp

(UCase(Right(strArray(Counter-1), 4)) <> "[RV]") and _
(UCase(Right(strArray(Counter-1), 7)) <> "FLASH]""") and _
(UCase(Right(strArray(Counter-1), 5)) <> "WMV]""") and _
(UCase(Right(strArray(Counter-1), 4)) <> "QT]""") and _
(UCase(Right(strArray(Counter-1), 4)) <> "RM]""") and _
(UCase(Right(strArray(Counter-1), 7)) <> "[FLASH]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[FLV]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "TUBE]") and _

The first real video in the above line is [RV] the second is RM]. Will the RM] affect the way the code works? Or should I change it to RV?

By the way I like this mod... I was also wanting to know if the mod could run .BUP files<
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 15 October 2008 :  17:06:50  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
Real Media and Real Video are 2 different things, please do not touch it


BUP files... why do you want to read DVD Info File Backup ? and what is "run", play the DVD?<

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"



Edited by - balexandre on 15 October 2008 17:07:43
Go to Top of Page

Netz
Starting Member

Denmark
25 Posts

Posted - 20 October 2008 :  06:17:18  Show Profile  Visit Netz's Homepage  Reply with Quote
quote:
Originally posted by balexandre

nop... I did miss that part

No one is perfect



Great !! Just what I am looking for.. Thanks mate!

Could you provide the add in code for how to update the header and pop here?

Looking forward to add videos to my forum!!

Have a great day!<

A wise man don't know everything. But he knows who to ask :)


Be the best you can be


http://www.Bizworld.dk - Work From Home - The Smart way
Stay Healthy: http://www.herbalcenter.dk
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 16 November 2008 :  14:34:11  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
just to let you guys know that I updated the MOD to version 1.1

I fixed the small bug that would give "error: illegal use of flash tag!" when using Prompt box and I added video.js pointer to inc_header_short.asp file.

for more info, see the first post.<

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"


Go to Top of Page

thanh
Starting Member

4 Posts

Posted - 19 January 2009 :  11:06:23  Show Profile  Visit thanh's Homepage  Send thanh a Yahoo! Message  Reply with Quote
quote:
Originally posted by balexandre

As told some days ago in this post, here is the complete tutorial for the Marcel's Video MOD that I call OnlineVideos.

it has all the Marcel's code compiled into a nice step by step tutorial so you can't miss having this great accomplish in your Snitz Forum.

Thank you Marcel for the work I just compiled it and created nice icons ...

To download the MOD follow up this link

hope you like it...



Updated:
v.1.1: Fixed a small bug that would give "error: illegal use of flash tag!" when using Prompt box; Added video.js pointer to inc_header_short.asp


- I download this MOD and realize to 8 step
- when run
- show evey button and click it to be show tags
- Post is not show
please help me
<
Go to Top of Page

Ghostman
Starting Member

Portugal
6 Posts

Posted - 31 January 2009 :  09:51:19  Show Profile  Visit Ghostman's Homepage  Reply with Quote
If i click the button it doesn't insert the tags but if I type the tag it works fine.
what should I do?<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 20 March 2009 :  12:10:13  Show Profile  Reply with Quote
quote:
Originally posted by Ghostman

If i click the button it doesn't insert the tags but if I type the tag it works fine.
what should I do?<



Same here, I have double checked all, using the new base forum, but the buttons dont work, any help anyone?
Go to Top of Page

phoenixtaz13
Junior Member

129 Posts

Posted - 21 March 2009 :  03:50:49  Show Profile  Reply with Quote
check ur inc_func_common.asp

line from youtube function:
CodeTags(1,1,2) = "<div class=""tube""><script language=""javascript"">EmbedYT("""

make sure the one in red above matches the one inside video.js

Go to Top of Page

MikeB.Lynn
New Member

54 Posts

Posted - 21 March 2009 :  08:21:08  Show Profile  Reply with Quote
Does anyone have an update to this to utilize
flickr or msn videos?
Go to Top of Page
Page: of 7 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07