The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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<
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
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<
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
Sist redigert av
Postet den
Good job Bruno!<
portfolio - linkshrinker - oxle - twitter
Postet den
Well there it is, the official blessing.
<
Postet den
Works great!
Many thanks Bruno
<
Postet den
off course! what would you expect ?
eheheh
<
eheheh
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
Postet den
I've some troubles with this mod.
Followed the setup instructions but seem not working.
I tried all the tags, same result, video not showing.
This is what is been generated for example by the TUBE tag:
Any hint?<
Followed the setup instructions but seem not working.
I tried all the tags, same result, video not showing.
This is what is been generated for example by the TUBE tag:
Code:
<div class="tube"><script language="javascript">EmbedYT("<a href="http://www.youtube.com/v/S_Va0ojp-Dk" target="_blank">http://www.youtube.com/v/S_Va0ojp-Dk</a>",375,298,"false","high","white","white")</script></div>Any hint?<
Tha't all forks!
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
Postet den
Furk, you do not seem to have added the appropriate tags to the ChkURLs function in inc_func_common.asp.
<
Code:
(UCase(Right(strArray(Counter-1), 7)) <> "[VIDEO]") and _portfolio - linkshrinker - oxle - twitter
Postet den
Code:
function ChkURLs(ByVal strToFormat, ByVal sPrefix, ByVal iType)
Dim strArray
Dim Counter
ChkURLs = strToFormat
if InStr(1, strToFormat, sPrefix) > 0 Then
strArray = Split(strToFormat, sPrefix, -1)
ChkURLs = strArray(0)
for Counter = 1 To UBound(strArray)
if ((strArray(Counter-1) = "" Or Len(strArray(Counter-1)) < 5) And strArray(Counter)<> "") then
ChkURLs = ChkURLs & edit_hrefs(sPrefix & strArray(Counter), iType)
elseif ((UCase(Right(strArray(Counter-1), 6)) <> "HREF=""") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[IMG]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[URL]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[URL=""") and _
(UCase(Right(strArray(Counter-1), 8)) <> "_BLANK"">") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[WMV]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[TUBE]") and _
(UCase(Right(strArray(Counter-1), 9)) <> "[MYSPACE]") and _
(UCase(Right(strArray(Counter-1), 6)) <> "[GVID]") and _
(UCase(Right(strArray(Counter-1), 10)) <> "[METACAFE]") and _
(UCase(Right(strArray(Counter-1), 5)) <> "[WMA]") and _
(UCase(Right(strArray(Counter-1), 4)) <> "[QT]") and _
(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 _
(UCase(Right(strArray(Counter-1), 6)) <> "FTP://") and _
(UCase(Right(strArray(Counter-1), 8)) <> "FILE:///") and _
(UCase(Right(strArray(Counter-1), 7)) <> "HTTP://") and _
(UCase(Right(strArray(Counter-1), 8)) <> "HTTPS://") and _
(UCase(Right(strArray(Counter-1), 5)) <> "SRC=""") and _
(UCase(Right(strArray(Counter-1), 1)) <> "-") and _
(UCase(Right(strArray(Counter-1), 1)) <> "=") and _
(strArray(Counter) <> "")) then
ChkURLs = ChkURLs & edit_hrefs(sPrefix & strArray(Counter), iType)
else
ChkURLs = ChkURLs & sPrefix & strArray(Counter)
end if
next
end if
end functionFollowed the moddescription.html included in the archive.
Have i missed something?<
Tha't all forks!
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
Postet den
Double checked it and now when i insert a video i get only this in the post:
error: illegal use of flash tag!<
error: illegal use of flash tag!<
Tha't all forks!
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
Postet den
Solved!
The problem was in the use of prompt mode to inser the video. I adds a space before and after the tags, like this:
Cutting off the spaces solves.
I try to fix the code to not make use of space...<
The problem was in the use of prompt mode to inser the video. I adds a space before and after the tags, like this:
Code:
[tube] http://it.youtube.com/watch?v=4rb8aOzy9t4 [/tube]Cutting off the spaces solves.
I try to fix the code to not make use of space...<
Tha't all forks!
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
Postet den
That's it:
Change
With
Same thing need to be done with all video tags.
Cheers.<
Change
Code:
AddTxt=" [tube] "+txt+" [/tube]";With
Code:
AddTxt=" [tube]"+txt+"[/tube]";]Same thing need to be done with all video tags.
Cheers.<
Tha't all forks!
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
<center>[IMG]http://www.snitzhcd.com/stats/rank.asp?231[/IMG]</center>
Sist redigert av
Email Member
Message Member
Post Moderation
Filopplasting
If you're having problems uploading, try choosing a smaller image.
Forhåndsvis post
Send Topic
Loading...