MyBB Hacks

Full Version: YouTube Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
(09-03-2012 08:08 AM)Gstone Wrote: [ -> ]It would look like this. Go to Settings Override for the forum you are making a video gallery. Click on the box.

There will be a drop-down that says Setting above it. Find "Post Layout" and select that. In the Value box, type in "horizontal" (without the quotes).

For the second one, find "Threads Per Page" in the new drop-down box. Type in the number you want it to be. eg: 21
Thanks, Gstone Smile
Hi
I have some problems viewing with Internet Explorer version 10
[Image: ?di=013478802840]
The video in the left have this code:

Code:
<iframe width="425" height="350" src="http://www.youtube.com/embed/{$GLOBALS['threadfields']['ytvgalid']}" frameborder="0" allowfullscreen></iframe>

the video in the right have the normal code .. but it doesn't load any video.

So, as seen, there must be some issues in the value of {$GLOBALS['threadfields']['ytvgalid']}

I am certain that's the problem, because on ytvgal_forumdisplay_thread it doesn't display the images using this

Code:
http://img.youtube.com/vi/{$GLOBALS['threadfields']['ytvgalid']}/default.jpg


here's another screenshot:
[Image: ?di=213478806220]

I must mention that everything works fine on google chrome

(09-17-2012 09:28 PM)edutz Wrote: [ -> ]So, as seen, there must be some issues in the value of {$GLOBALS['threadfields']['ytvgalid']}
Check the value returned by the {$GLOBALS['threadfields']['ytvgalid']} variable.
Update:
Use Settings Overrides for the Post Per Page and Force Postbit Layout settings in create/edit forum settings:
  • Settings Overrides:
    • Setting: Showthread Options -> Post Per Page:
      Value: 5
      Modify it as our needs.
    • Setting: Showthread Options -> Post Layout
      Value: horizontal

      Code:
      postsperpage=5
      postlayout=horizontal

someone help me i cannot know where the location of these

Code:
Edit the selected forum with this XThreads Options settings:

    Template Prefix: ytvgal_
    Thread Grouping: 4
    Show first post on every showthread page: Yes..........

...................

2. Template #7 - ytvgal_forumdisplay_threadlist - line #62 - Image for YouTube Logo - 1 image.
3. Template #16 - ytvgal_showthread - line #20 - #31 - Images for category - 3 images.

http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=2445#pid2445

Edit a forum to see those options.
The bottom two lines just explain the templates a bit - if you're familiar with HTML (which you should be if you're using this plugin), then you should be able to figure those out yourself anyway.
(10-15-2012 09:28 AM)ZiNgA BuRgA Wrote: [ -> ]Edit a forum to see those options.
The bottom two lines just explain the templates a bit - if you're familiar with HTML (which you should be if you're using this plugin), then you should be able to figure those out yourself anyway.

ehhehehe thanks i had seen it BiggrinBiggrinBiggrin

i will try Biggrin
This is great! Biggrin, but I have only one question .. as I can continue to show ads from the gallery forum without losing its shape or deform?

It is not ceases to be a forum more and those announcements could be like creating a thread in this section, and so on.
I'm sorry, but I don't understand what you mean (ads and announcements) or what you want to do.
Sorry English is not my thing Tongue
I refer to the announcements of the forums, those who go above and all topics created from the admin panel or from the panel moderator.

It is understood now?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Reference URL's