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
okay so I added the templates in the template editor now what?

My page doesn't show any changes...what I put anything in "Forum Management" ?

here is the page:

http://montagesnmore.com/forum/forumdisplay.php?fid=12
It seems that you use a category without a forum. Use a forum, and apply the settings in the forum.
http://montagesnmore.com/forum/forumdisplay.php?fid=13

I got this up so far...but whenever I edit the colors and images it stays the same? Why is this if in my template editor it says its been changed already to my custom settings
Are you sure you've edited the right templates?
Yes all of my "global templates - ytgal_ templates" I've edited almost all of them.

Code:
	<td valign="top" align="center">
				<a href="{$thread['threadlink']}">
					<img src="http://montagesnmore.com/{$GLOBALS['threadfields']['ytvgalid']}/img/youtube.jpg" alt="Youtube.com" title="{$thread['subject']}" />
				</a>
				<div style="width: 150px; overflow: hidden; white-space: nowrap">
					<a href="{$thread['threadlink']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>
				</div>


the color doesn't change





Code:
<td>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" style="border-bottom: 2px solid #CC0000;">
		<tr>
			<td style="background: #404040; border-top: 2px solid #CCCCC; border-bottom: 2px solid #000000;">
				<strong>No Video</strong>
			</td>
		</tr>
		<tr>
			<td align="center">
				{$lang->nothreads}
			</td>
		</tr>
	</table>
</td>

EDIT: I found some answers in the ytvgal_showthread template. I am changing the images now.

EDIT: 2 I updated both ytvgal_thread and ytvgal_showthread and still the images are the same. which template do i have to edit?

(06-13-2012 06:51 AM)alexsubri Wrote: [ -> ]the color doesn't change
Just use your tborder, tcat, trow1 and trow2 class.

(06-13-2012 06:51 AM)alexsubri Wrote: [ -> ]EDIT: 2 I updated both ytvgal_thread and ytvgal_showthread and still the images are the same. which template do i have to edit?

(07-09-2010 05:18 AM)RateU Wrote: [ -> ]Now, we need to create new templates in Global Template. Please remember that some images in this example linked from tynipic. If we want to use our own image from our server, we need to edit the images url. We can find it in:
1. Template #7 - ytvgal_forumdisplay_threadlist - line #7 - #18 - Images for category - 3 images.
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.
Hi there!

I got xThreads up and running and it's really awesome. So far, what I've done is make a youtube gallery, but I combined it with the style of the regular video gallery. (see http://skatingwith.us/Forum-Media if needed)

Now, what I'm trying to do is on the index, (http://skatingwith.us ) make a sidebar, than in the sidebar make something that displays the last posted video. Would this be possible? I can't figure out what I need to do.

Thanks for any help!

EDIT:

Whoops. Found a possible solution on page 13. I'll try that out.
(06-13-2012 07:39 AM)wethegreenpeople Wrote: [ -> ]Hi there!

I got xThreads up and running and it's really awesome. So far, what I've done is make a youtube gallery, but I combined it with the style of the regular video gallery. (see http://skatingwith.us/Forum-Media if needed)

Now, what I'm trying to do is on the index, (http://skatingwith.us ) make a sidebar, than in the sidebar make something that displays the last posted video. Would this be possible? I can't figure out what I need to do.

Thanks for any help!
Could you be so kind and share your template changes? I wanted mine to looks something like that! I can give you my email or pm me. I'm having a hard time figuring this out.
(07-09-2010 05:18 AM)RateU Wrote: [ -> ]Now, we need to create new templates in Global Template. Please remember that some images in this example linked from tynipic. If we want to use our own image from our server, we need to edit the images url. We can find it in:
1. Template #7 - ytvgal_forumdisplay_threadlist - line #7 - #18 - Images for category - 3 images.
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.
RateU --I've edited all three templates, still not changing?
(06-13-2012 07:44 AM)alexsubri Wrote: [ -> ]
(06-13-2012 07:39 AM)wethegreenpeople Wrote: [ -> ]Hi there!

I got xThreads up and running and it's really awesome. So far, what I've done is make a youtube gallery, but I combined it with the style of the regular video gallery. (see http://skatingwith.us/Forum-Media if needed)

Now, what I'm trying to do is on the index, (http://skatingwith.us ) make a sidebar, than in the sidebar make something that displays the last posted video. Would this be possible? I can't figure out what I need to do.

Thanks for any help!
Could you be so kind and share your template changes? I wanted mine to looks something like that! I can give you my email or pm me. I'm having a hard time figuring this out.

You want the template changes for the actually gallery? I can post all of them here if Rateu doesn't mind, so any one in the future can do it as-well.

Also, rateu, what do I need to do in order to get the thread name to appear with the video thumbnail in the side bar? I got the thumbnails to show up (works perfectly btw, thank you.) but I'd like it if it also displayed the post name.
Wethegreen people. That would be great! I'm sure RateU would be fine with it because I'm pretty sure this is all open source as long as we give credit
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