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
(06-16-2012 09:48 AM)wethegreenpeople Wrote: [ -> ]Maybe Zinga can shed some light on why this happened.
He probably created them in the theme's templateset, when you're generally supposed to stick them in the Global templateset (and forgot to revert changes he did).  They're linked by IDs, so changing a name won't break it.
Hmmm gotcha. So... I guess as long as he has no other major changes in the theme, the best option would be to delete the theme, then re-install it right?

That way he could just update the global templates with whatever changes he needs and if he ever changes a theme in the future it'd be a lot simpler?
Wethegreenpeople ---thanks a lot! I will have a future spot for you in my forums (if it gets popular) down the road...if ya want Wink

As for the "Test Theme" , this whole time I had to edit it in "Ungrouped Templates?"

When I edit my board changes, I thought I was suppose to edit it in my "Theme Name Template" right? Sorry I sound like a noob, MyBB is very new to me Smile
(06-16-2012 12:31 PM)wethegreenpeople Wrote: [ -> ]Hmmm gotcha. So... I guess as long as he has no other major changes in the theme, the best option would be to delete the theme, then re-install it right?
I'd just look at the list of templates in the global set, then delete these from the theme.

(06-16-2012 12:54 PM)alexsubri Wrote: [ -> ]When I edit my board changes, I thought I was suppose to edit it in my "Theme Name Template" right? Sorry I sound like a noob, MyBB is very new to me Smile
Global applies to all themes.  The theme's set applies to that theme only.  Latter overrides the former.
How would I go about adding thread prefixes to the titles of gallery threads?

EDIT:

Found it. If any one wants to do this in the future, add:

Code:
{$thread['threadprefix']}


behind

Code:
{$thread['subject']}


in the ytvgal_forumdisplay_thread templates

Hey guys, I changed my theme on my site, and now the template when I make a new thread is wrong. It doesn't give any options for putting a youtube URL. What do I need to edit to get that to come back?

Currently at grandparents on my mobile so I can't explore to much haha.
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=18

Alternatively, if you trust MyBB's find_replace_templatesets function, deactivate then reactivate the plugin.
Hello,

sorry if this is really easy.... but how do I get the videos to go 4 horizontally, and then have a new table row of 4. And so on. I have the Settings Override to have 16 videos per page, but all of them align next to each other horizontally. I have only slightly edited the templates, but nothing big, so they are almost like the default ones in this thread.
Make sure thread grouping is set to 4.
cant believe I missed that setting. Thank you!
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