Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Vimeo Mod

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
MaGraham Posted - 09 January 2013 : 16:28:24

Would any of you gentlemen with such immense knowledge (just stating the facts!) be interested in writing something for a Vimeo Mod?

Lucapan did an AWESOME and yet simple YouTube mod here. I would think a Vimeo Mod could be just as short and simple.

My most favorite artists use Vimeo (here: http://vimeo.com/user2129614) and I can think of nothing more exciting, at the moment, than to have these videos play on my forums.

Does anyone have time for this?


15   L A T E S T    R E P L I E S    (Newest First)
MaGraham Posted - 11 January 2013 : 20:07:41

Well, perhaps Vimeo will get their act together and it will work one of these days.

Thank you for checking into it, Carefree!


Carefree Posted - 11 January 2013 : 17:47:30
Not sure why Vimeo is doing that, they obviously are using a redirect script from a secure connection - so they have the certificate and COULD support https. Nothing can be done about it on the client side, they would have to remove that redirect.
MaGraham Posted - 11 January 2013 : 16:23:38
quote:
Originally posted by Carefree

From what I can recall, the mod has a javascript file titled "mediabox (something)". Inside that file are a number of URLs, all of which default to "http://". Do a simple search & replace to convert them to "https://" and you should be in business.


You are GOOD, dear friend!

I haven't tried a huge variety of media but it definitely works for YouTube videos and YouTube Playlists, and for Vimeo videos. YEA! However, I can't get Vimeo to play a secure link. It removes the s from the https. Here's a link to a Vimeo video: https://vimeo.com/47105924. If you paste that into your web browser you'll see that it removes the s. Do you have any ideas on that or do you think Vimeo just hasn't wised up yet and started playing secure links like YouTube?

I couldn't get it to work properly at all with a GodTube video but when I discovered that you can't use the https for GodTube either, I stopped trying.

That's all I've tried thus far. Oh, it will play a .swf, too. And while I am ecstatic about the YouTube videos and YouTube Playlist, I REALLY want to be able to do the Vimeo videos. So, if you have any suggestions for that, please share them.

I REALLY do appreciate you, Carefree!


Carefree Posted - 11 January 2013 : 05:25:25
From what I can recall, the mod has a javascript file titled "mediabox (something)". Inside that file are a number of URLs, all of which default to "http://". Do a simple search & replace to convert them to "https://" and you should be in business.
MaGraham Posted - 10 January 2013 : 19:32:33

One down and one to go. I had neglected to do as Etymon reminded here.

Reminder Note: Remember to include your .js files in inc_header_short.asp as well.


Sure hope the security problem is as easily fixed.
MaGraham Posted - 10 January 2013 : 19:24:43

Okay, I just finished Leather Lips' mod. It plays the videos fine but I have two problems.

I must have done something wrong because I can't get the button I created to work when it's clicked on.

Also, my forum is secure. Do you have any idea as to what I could do to this mod to make the video links secure? Let me explain. With lucapan's YouTube Mod I made reference to in the first post in this topic, I was able to accomplish that easily. All I did was add the s to his YouTube links in the inc_func_commons.asp file and that stopped the security warning we were receiving when trying to play a video (see below). But, I didn't see any codes like this in Leather Lips' mod.



CodeTags(1,1,1) = "[youtube]"
CodeTags(1,2,1) = "[/youtube]"
CodeTags(1,1,2) = "<object width=""490"" height=""300""><param name=""movie"" value=""https://www.youtube.com/v/"
CodeTags(1,2,2) = """></param><param name=""wmode"" value=""transparent""></param><param name=""allowfullscreen"" value=""true""></param>"
CodeTags(1,1,3) = "<embed src=""https://www.youtube.com/v/"
CodeTags(1,2,3) = """ type=""application/x-shockwave-flash"" wmode=""transparent"" width=""490"" height=""300""></embed></object>"




I am going back to redo the part of the mod regarding the button to see if I can get it to work. Hopefully, I'll be back in a few.

Carefree Posted - 10 January 2013 : 18:42:50
You'll get a new button in the post editor group (provided that you create a button, save it in the images folder, and name it as Etymon did in his code). When someone creates a video link using the [media][/media] function, the post will simply show a link titled "play media" or something similar (cannot recall precisely). When that link is clicked, a pop-out window will display the video.
MaGraham Posted - 10 January 2013 : 17:32:58
quote:
Originally posted by Carefree

You've done something wrong, because Leatherlips' version creates a single link which (when clicked) plays the video. If you followed the topic and added all the code provided by Leatherlips and Etymon, the button function is provided.


Carefree, I guess I didn't explain what I was referring to very good. I'm sorry! I didn't mean to imply I did Leather Lips' Video Mod, because I haven't. I was trying to say that according to his link here http://www.mangionemagic.com/testforum2/topic.asp?TOPIC_ID=2 only a button will be displayed in the post, not the video. Or, did I misunderstand his example on the above site? But the main thing I was looking at was the fact that not all of the buttons in his post worked properly.

I read the post and saw where there was a button code by someone else but then looked at Leather Lips' example using the link above. Are you saying if I download his mod from SnitzBitz and then follow the additional steps from that post, it will display the video or the video link. . .or the button as in his example?

Carefree Posted - 10 January 2013 : 16:22:00
You've done something wrong, because Leatherlips' version creates a single link which (when clicked) plays the video. If you followed the topic and added all the code provided by Leatherlips and Etymon, the button function is provided.
MaGraham Posted - 10 January 2013 : 12:11:05
Carefree, Leather Lips' mod displays this in the post instead of the video. http://www.mangionemagic.com/testforum2/topic.asp?TOPIC_ID=2

I was really hoping for something that would display the video. . . along with a button for the members to click on to insert the media codes [] [/].




MaGraham Posted - 10 January 2013 : 11:43:53


Marcel, since you are the author of the Weblog Mod, could you answer this question? http://forum.snitz.com/forum/topic.asp?TOPIC_ID=70387



MaGraham Posted - 10 January 2013 : 11:41:14

I installed Marcel's and it plays the videos just fine. However; it creates a mess when there's BB code in the same post and you try to edit the post. When you click to edit the post, all of the BB code is now HTML code and that would really mess with the member's mind! (lol) Because if not corrected and the post is re-submitted as is, all of the HTML codes then display in the post. Also, my site is secure and I played around with the code for quite some time and never could get it to accept a secure video link using the https.

I am sorry it didn't work for me, Marcel. Except for the two problems above, it seemed to be the perfect mod.

I am going back to uninstall Marcel's, Carefree, and then I will attempt Leather Lip's that you've suggested.

Crossing my fingers and saying a prayer. . .


Carefree Posted - 10 January 2013 : 07:52:31
quote:
...Could you possibly write the code for a button that would insert the [video][/video] codes ... play GodTube videos as well...


The button code is already in the mod link provided. There's no provided image to use as a button, but you're good with buttons - and the mod already works with GodTube videos. It's not as clean as I would like since the page links aren't really the links to the videos themselves, but they do play.

MarcelG Posted - 10 January 2013 : 05:59:58
I'm sorry, I really do not have the time to write up a mod at the moment. I'm currently only sharing what I made earlier....
MaGraham Posted - 10 January 2013 : 05:12:25
quote:
Originally posted by MarcelG

As far as I know, Vimeo plays just fine on oxle.com, since early 2009.
Just tested it for you, and yes: http://oxle.com/reply/49960.html
I do notice that the simple URLs no longer work, so they must have changed the logic behind it. Well.

All info on how to use it is there, however without a readme. Read through the topic and through the functions.
It's all about the [video][/video] tags.



I really appreciate this, Marcel! I am looking at your inc_func_common.asp right now. Due to the fact that I have the YouTube mod I mentioned above installed on my forum, do you think it might cause any problems?

I like to make things as simple as possible for my members and the YouTube mod included a YouTube button. Could you possibly write the code for a button that would insert the [video][/video] codes? I can create my own button graphic, but not the code to make it work. Thank you for your time in considering my request, Marcel.

Also, it would be a huge plus if this could play GodTube videos too. Just sayin'!



Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07