Thread Rating:
  • 7 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 YouTube Video Gallery
alexsubri Offline
Junior Member
**
Posts: 23
Joined: Jun 2012
Post: #161
RE: YouTube Video Gallery
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
(This post was last modified: 06-13-2012 02:12 AM by alexsubri.)
06-13-2012 02:11 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #162
RE: YouTube Video Gallery
It seems that you use a category without a forum. Use a forum, and apply the settings in the forum.

06-13-2012 02:37 AM
Find all posts by this user Quote this message in a reply
alexsubri Offline
Junior Member
**
Posts: 23
Joined: Jun 2012
Post: #163
RE: YouTube Video Gallery
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
06-13-2012 06:30 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #164
RE: YouTube Video Gallery
Are you sure you've edited the right templates?

06-13-2012 06:34 AM
Find all posts by this user Quote this message in a reply
alexsubri Offline
Junior Member
**
Posts: 23
Joined: Jun 2012
Post: #165
RE: YouTube Video Gallery
Yes all of my "global templates - ytgal_ templates" I've edited almost all of them.

Code:
1
2
3
4
5
6
7
	<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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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?

(This post was last modified: 06-13-2012 07:00 AM by alexsubri.)
06-13-2012 06:51 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #166
RE: YouTube Video Gallery
(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.

06-13-2012 07:05 AM
Find all posts by this user Quote this message in a reply
wethegreenpeople Offline
Junior Member
**
Posts: 19
Joined: Jun 2012
Post: #167
RE: YouTube Video Gallery
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.
(This post was last modified: 06-13-2012 07:43 AM by wethegreenpeople.)
06-13-2012 07:39 AM
Find all posts by this user Quote this message in a reply
alexsubri Offline
Junior Member
**
Posts: 23
Joined: Jun 2012
Post: #168
RE: YouTube Video Gallery
(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?
(This post was last modified: 06-13-2012 07:45 AM by alexsubri.)
06-13-2012 07:44 AM
Find all posts by this user Quote this message in a reply
wethegreenpeople Offline
Junior Member
**
Posts: 19
Joined: Jun 2012
Post: #169
RE: YouTube Video Gallery
(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.
06-13-2012 08:03 AM
Find all posts by this user Quote this message in a reply
alexsubri Offline
Junior Member
**
Posts: 23
Joined: Jun 2012
Post: #170
RE: YouTube Video Gallery
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
06-13-2012 09:16 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: