Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Video Gallery
HumanError Offline
Junior Member
**
Posts: 17
Joined: Dec 2012
Post: #71
RE: Video Gallery
not working again in 1.8.4 please fix
06-19-2015 10:45 PM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #72
RE: Video Gallery
1.8.5 is latest, perhaps upgrade first.


[Image: leelink.gif]
MYBB1.6 & XThreads
06-20-2015 01:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
HumanError Offline
Junior Member
**
Posts: 17
Joined: Dec 2012
Post: #73
RE: Video Gallery
is this still working? i want this custom for my streaming sub-forum
07-21-2015 03:24 AM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #74
RE: Video Gallery
(02-17-2011 08:36 AM)RateU Wrote:  .........................
Create Custom Thread Fields:
Admin CP -> Configuration -> Custom Thread Fields -> Add Thread Field
  • Video/FLV Uploader
  • Title: Video Uploader
  • Key : xtmv_flv
  • Description: Upload your video. Video format: FLV or MP4 max video size: 20 MB.
    Modify it as our needs. Depends on file size settings in this fields setting.
  • Applicable Forums: Select our Video Gallery forum
  • Input Field Type: File
  • Valid File Extensions: flv|mp4
  • Maximum File Size: 20971520
    Modify it as our needs. File size allowed to be upload (in bytes). Related to the description.
  • Editable by / Required Field?: Everyone (required)
  • Display Order : 1
  • Display Format:

    HTML Code
    <a href="{URL}" style="display:block; width:520px; height:330px" id="player"></a> 
    <script>
    	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.6.swf");
    </script>

.........

how to make a video gallery but not by uploading videos but by distributing videos via embed an Iframe (MyCodes)?

due to limitations of hard disk space hosting I may not upload any video files to the hosting.

as such the threads without xthreads. I want to share a post iframe as follows MyCodes

Code:
\[iframe\](.*?)\[/iframe\]


Code:
<iframe src="$1" height="600" width="900"></iframe>


test demo :
demo:
(Where I just write the code wrote the film)

Code:
[VideoMega]085065081048051053051051084057057084051051053051048081065085[/VideoMega]

Code:
[4shared]http://www.4shared.com/web/embed/file/M1suCWfYce [/4shared]


http://www.gookil.com/r2/thread-613-post-1878.html

or, is there another solution?


Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
03-18-2016 08:38 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #75
RE: Video Gallery
You want this: http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=24
Just update code for whatever video service you wish to use.

My Blog
03-19-2016 10:39 AM
Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #76
RE: Video Gallery
(03-19-2016 10:39 AM)ZiNgA BuRgA Wrote:  Just update code for whatever video service you wish to use.

Where the code?

is this?

Code:
^(?:([a-zA-Z0-9_\-+]{8,16})$|https?\://(?:[a-z]{1,4}\.)?(?:youtube\.com/(?:embed/|v/|watch\?v=)|youtu\.be/)([a-zA-Z0-9_\-+]{8,16}))


I have a lot of duplicate account at the following websites. where the website is to provide embed code.
https://tusfiles.net
https://userscloud.com
https://openload.co

the question is how to apply the embed code. as an example Biggrin
https://openload.co/f/2k9zTAgbEwY/Gamers...https://openload.co/f/2k9zTAgbEwY/Gamers_Girl_From_C

Code:
<iframe src="https://openload.co/embed/2k9zTAgbEwY/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>


of examples that link I want all the videos from the website url can be used with xthread

Please help.


Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
03-19-2016 10:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
terzier Offline
Member
***
Posts: 91
Joined: Feb 2012
Post: #77
RE: Video Gallery
Please help. what code needs to be changed to insert the iframe embed of all the websites that I mentioned above?


(03-19-2016 10:39 AM)ZiNgA BuRgA Wrote:  You want this: http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=24
Just update code for whatever video service you wish to use.

Quote:https://tusfiles.net
https://userscloud.com
https://openload.co
etc

Un-Official MyBB from Indonesia| Facebook Page|Twitter
GARUDA DIDADA KU
05-23-2016 05:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #78
RE: Video Gallery
(03-19-2016 10:28 PM)terzier Wrote:  is this?
Yes, that is it.

I can't really help for custom services as I don't know what the appropriate regex is.

If you have the MyCode, then you can just use that (stripping out the tag component).  Use {VALUE$1} instead of $1, and similar, for the display format.

My Blog
06-22-2016 05:49 PM
Find all posts by this user Quote this message in a reply
crusher Offline
Junior Member
**
Posts: 2
Joined: Aug 2016
Post: #79
RE: Video Gallery
Does this still work on MyBB 1.8X ?

I really need this and download gallery , do they work on Mybb 1.8?

Thanks
08-03-2016 01:39 AM
Find all posts by this user Quote this message in a reply
esforum78 Offline
Junior Member
**
Posts: 1
Joined: Jul 2017
Post: #80
RE: Video Gallery
hi
I have tried this on the latest mybb and im pretty close

It uploads but not to 20mb, only 8mb which I assume is server restriction

Anyway, the issue I am having is that the video plays but the first page is blank so you need to understand that theres a video there for mp4 and with flv it downloads the video

Any ideas?

http://esforum.org/showthread.php?tid=10471
07-14-2017 09:17 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: