Thread Rating:
  • 7 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 YouTube Video Gallery
wethegreenpeople Offline
Junior Member
**
Posts: 19
Joined: Jun 2012
Post: #173
RE: YouTube Video Gallery
Please, please make back up's of any templates if you feel like using mine. It took me a while to tinker with everything to get it working and I'd feel really bad if I messed up your hard work. It just takes one extra second, cut, paste.

Anything that has a '*', is the same template without any changes, so if you already have that template you should be able to get by without touching it.

Admin CP -> Templates & Style -> Templates -> Global Templates:
  1. *Template Name: ytvgal_forumdisplay_group_sep

    HTML Code
    </tr><tr>

  2. *Template Name: ytvgal_forumdisplay_inlinemoderation_col

    HTML Code
    <td align="center" width="1" style="background: #ADCBE7; border-top: 2px solid #0F5C8E; border-bottom: 2px solid #0F5C8E;"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>

  3. *Template Name: ytvgal_forumdisplay_nothreads

    HTML 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 #8DC93E;">
    		<tr>
    			<td style="background: #D6ECA6; border-top: 2px solid #8DC93E; border-bottom: 2px solid #8DC93E;">
    				<strong>No Video</strong>
    			</td>
    		</tr>
    		<tr>
    			<td align="center">
    				{$lang->nothreads}
    			</td>
    		</tr>
    	</table>
    </td>

  4. Template Name: ytvgal_forumdisplay_searchforum_inline

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    <br />
    <table border="0" cellspacing="{$GLOBALS['theme']['borderwidth']}" cellpadding="{$GLOBALS['theme']['tablespace']}" class="tborder">
    	<tr>
    		<td class="thead"><strong>{$lang->search_forum}</strong></td>
    	</tr>
    	<tr>
    		<td class="trow1" style="text-align: center;">
    			<form action="forumdisplay.php" method="get">
    				<input type="text" class="textbox" name="search" value="{$searchval}" /> {$gobutton}
    				<input type="hidden" name="fid" value="{$fid}" />
    				<input type="hidden" name="sortby" value="{$sortby}" />
    				<input type="hidden" name="order" value="{$sortordernow}" />
    				<input type="hidden" name="datecut" value="{$datecut}" />
    				{$xthreads_forum_filter_form}
    			</form>
    		</td>
    	</tr>
    </table>

  5. *Template Name: ytvgal_forumdisplay_sticky_sep

    HTML Code
    <td colspan="{$colspan}" style="display: none;"></td>
    </tr>
    <tr>

  6. Template Name: ytvgal_forumdisplay_thread

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    <tr>
    	<td align="center" class="{$bgcolor}" width="1">
    		<a href="{$thread['threadlink']}">
    					<img src="http://img.youtube.com/vi/{$GLOBALS['threadfields']['ytvgalid']}/default.jpg" alt="" title="{$thread['subject']}" />
    				</a>{$GLOBALS['threadfields']['value']}
    	</td>
    	<td class="{$bgcolor}" width="100%">
    		<strong>
    			<a href="{$thread['threadlink']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>
    		</strong>
    		<div class="smalltext"><strong>{$lang->author} {$thread['profilelink']}</strong> - <em>{$thread['threaddate']} {$lang->at} {$thread['threadtime']}</em></div>
    		<div class="smalltext">{$thread['postpreview']}</div>
    		<div class="smalltext">{$thread['views']} {$lang->views} | {$thread['replies']} {$lang->replies} | {$thread['numratings']} {$lang->rating}</div>
    	</td>
    	{$modbit}
    </tr>

  7. Template Name: ytvgal_forumdisplay_threadlist

    HTML Code
    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
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both; width: 100%;">
    	<tr>
    		<td valign="top" width="300">
    			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    				<tr>
    					<td class="thead"><strong>Categories</strong></td>
    				</tr>
    <tr>
    <td class="trow1">
    						<strong><a href="http://skatingwith.us/Forum-Media">All</a></strong>
    					</td>
    </tr>
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$forumurl_q}filtertf_ytvgalcat=Freelines">Freelines</a></strong>
    					</td>
    				</tr>
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$forumurl_q}filtertf_ytvgalcat=Skateboard">Skateboards</a></strong>
    					</td>
    				</tr>
    				
    			</table>
    			<br />
    			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    				<tr>
    					<td class="thead">
    						<div><strong>Sorting</strong></div>
    					</td>
    				</tr>
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc&amp;xtmvmost=most">Most Viewed</a></strong>
    						<div class="smalltext">Display {$mybb->settings['threadsperpage']} Most viewed videos</div>
    					</td>
    				</tr>
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc&amp;ytvgalmost=most">Most Commented</a></strong>
    						<div class="smalltext">Display {$mybb->settings['threadsperpage']} Most commented videos</div>
    					</td>
    				</tr>
    <tr>
    				
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$sorturl}&amp;sortby=started&amp;order=desc&amp;ytvgalmost=most">Last added</a></strong>
    						<div class="smalltext">Display {$mybb->settings['threadsperpage']} Last added</div>
    					</td>
    				</tr>
    				<tr>
    					<td class="trow1">
    						<strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc&amp;ytvgalmost=most">Last commented</a></strong>
    						<div class="smalltext">display {$mybb->settings['threadsperpage']} Last commented</div>
    					</td>
    				</tr>
    			</table>
    			{$searchforum}
    		</td>
    		<td valign="top">
    			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
    				<tr>
    					<td class="thead" colspan="2">
    						<div>
    							<strong><a href="{$forumurl}">{$foruminfo['name']}</a></strong>
    						</div>
    					</td>
    					{$inlinemodcol}
    				</tr>
    				{$threads}{$nullthreads}
    			</table>
    			<div class="float_left">
    				{$multipage}
    			</div>
    			<div class="float_right" style="margin-top: 4px;">
    				{$newthread}
    			</div>
    		</td>
    	</tr>
    </table>
    <br style="clear: both;" />
    <br />
    <div class="float_right" style="text-align: right;">
    	{$inlinemod}
    	{$forumjump}
    </div>
    <br style="clear: both" />
    <div class="smalltext" align="center">
    	{$foruminfo['name']}<br />
    	Powered By <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=288">XThreads</a> - <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
    </div>
    {$inline_edit_js}

  8. Template Name: ytvgal_forumdisplay_threadlist_rating

    HTML Code
    1
    2
    3
    4
    5
    6
    <tr>
    	<td class="trow1">
    		<strong><a href="{$sorturl}&amp;sortby=numratings&amp;order=desc&amp;xtldirmost=most">{$lang->ytvgal_most_rated}</a></strong>
    		<div class="smalltext">{$lang->ytvgal_displaying} {$mybb->settings['threadsperpage']} {$lang->ytvgal_most_rated}</div>
    	</td>
    </tr>

  9. *Template Name: ytvgal_forumdisplay_threads_sep

    HTML Code
    <td colspan="{$colspan}" style="display: none;"></td>
    </tr>
    <tr>

  10. *Template Name: ytvgal_forumdisplay_thread_modbit

    HTML Code
    <td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap; width: 1px;"><input type="checkbox" class="checkbox" name="inlinemod_{$multitid}" id="inlinemod_{$multitid}" value="1" {$inlinecheck}  /></td>

  11. Template Name: ytvgal_forumdisplay_thread_null

    HTML Code
    <td></td>

  12. *Template Name: ytvgal_forumdisplay_thread_rating

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    <div id="rating_table_{$thread['tid']}" align="center">
    	<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
    		<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
    	</ul>
    	<script type="text/javascript">
    		<!--
    			Rating.build_forumdisplay({$thread['tid']}, { width: '{$thread['width']}', extra_class: '{$not_rated}', current_average: '{$ratingvotesav}' });
    		// -->
    	</script>
    </div>

  13. Template Name: ytvgal_postbit

    HTML Code
    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
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    {$ignore_bit}
    <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}" class="tborder">
    	<tbody>
    		<tr>
    			<td class="trow1 {$unapproved_shade}">
    				<div class="float_left smalltext">
    					{$lang->author} <a href="{$post['profilelink_plain']}" id="profile_{$post['pid']}">{$post['username_formatted']}</a>
    					<br />{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
    				</div>
    				{$post['posturl']}
    				<div class="post_body clear" id="pid_{$post['pid']}">{$post['message']}</div>
    				<div class="post_meta" id="post_meta_{$post['pid']}">{$post['iplogged']}</div>
    				<div id="profile_{$post['pid']}_popup" class="popup_menu" style="display: none;">
    					<div class="popup_item_container">
    						<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
    							<tr>
    								<td class="trow1" valign="top" align="center">
    									<div><strong>{$post['profilelink']}</strong></div>
    									<div class="smalltext">{$post['useravatar']}</div>
    									<div class="smalltext">{$post['usertitle']}</div>
    									<div class="smalltext">{$post['userstars']}</div>
    									<div class="smalltext">{$post['groupimage']}</div>
    									<div class="smalltext">{$post['user_details']}</div>
    								</td>
    							</tr>
    							<tr>
    								<td class="tcat" align="center">
    									{$post['button_email']}
    									{$post['button_pm']}
    									{$post['button_www']}
    									{$post['button_find']}
    									{$post['button_rep']}
    								</td>
    							</tr>
    						</table>
    					</div>
    				</div>
    				<div class="post_management_buttons float_right clear">
    					{$post['button_edit']}
    					{$post['button_quickdelete']}
    					{$post['button_quote']}
    					{$post['button_multiquote']}
    					{$post['button_report']}
    					{$post['button_warn']}
    				</div>
    			</td>
    		</tr>
    	</tbody>
    </table>
    <script type="text/javascript">
    // <!--
    	if(use_xmlhttprequest == "1")
    	{
    		new PopupMenu("profile_{$post['pid']}");
    	}
    // -->
    </script>

  14. Template Name: ytvgal_postbit_first

    HTML Code
    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
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    {$ignore_bit}
    <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    	<tbody>
    		<tr>
    			<td class="thead">
    				{$post['posturl']}
    				<div style="text-align: center;"><strong>{$post['subject']}</strong></div>
    			</td>
    		</tr>
    		<tr>
    			<td class="trow1 {$unapproved_shade}">
    				<div class="float_left" style="width:530px;">
    					<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" /><param name="FlashVars" value="playerMode=embedded" /><p>{$thread['subject']}</p></object>{$GLOBALS['threadfields']
    		['value']}
    					<div style="margin-top: 3px;">
    						
    						</div></div>
    <div class="float_left" style="width:530px;">
    <a title="Twitter" href="http://twitter.com/share?text=<func urlencode>{$thread['subject']}</func>&url=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>" target="_blank"><img src="http://in2eastafrica.net/wp-content/themes/NewsNew/images/twitter.png" alt="Twitter" /></a>
    							<a title="Facebook" href="http://www.facebook.com/share.php?u=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>&t=<func urlencode>{$thread['subject']}</func>" target="_blank"><img src="http://www.mricons.com/store/png/114668_31303_16_facebook_icon.png" alt="Facebook" /></a>
    <a href="https://plus.google.com/share?url=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>&t=<func urlencode>{$thread['subject']}</func>" onclick="javascript:window.open(this.href,
      '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img
      src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"/></a>
    							<a title="Digg" href="http://digg.com/submit?url=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>&t=<func urlencode>{$thread['subject']}</func>" target="_blank"><img src="http://www.dbachrach.com/showyourself/widget_images/digg.png" alt="Digg" /></a>
    							<a title="Reddit" href="http://reddit.com/submit?url=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>&t=<func urlencode>{$thread['subject']}</func>{$thread['subject']}" target="_blank"><img src="http://www.rexp.com/wp-content/themes/tribune/images/icons/small/reddit.png" alt="Reddit" /></a>
    							<a title="StumbleUpon" href="http://www.stumbleupon.com/submit?url=<func urlencode>{$mybb->settings['bburl']}/showthread.php?tid={$tid}</func>&t=<func urlencode>{$thread['subject']}</func>" target="_blank"><img src="http://www.davidleeparker.com/wp-content/plugins/about-me-3000/stumbleupon.png" alt="StumbleUpon" /></a>
    				</div>
    </div><br>
    <div class="float_left" style="width:530px;">
    						{$GLOBALS['ratethread']}
    </div>
    
    
    					</div>
    				</div>
    				<table border="0">
    					<tr>
    						<td>
    							{$GLOBALS['threadfields']['xtmv_thumb']['value']}
    						</td>
    						<td>
    							<div>
    								<strong>{$post['subject']}</strong>
    								<div class="smalltext">
    									{$lang->author} <a href="{$post['profilelink_plain']}" id="profile_{$post['pid']}">{$post['username_formatted']}</a>
    								</div>
    								<em class="smalltext">{$post['postdate']}, {$post['posttime']}</em>
    								<div class="smalltext">
    									{$GLOBALS['thread']['views']} {$lang->views}, {$thread['replies']} {$lang->replies}
    								</div>
    							</div>
    						</td>
    					</tr>
    				</table>
    				<br />
    				<div class="post_body" id="pid_{$post['pid']}">
    					{$post['message']}
    				</div>
    				<div class="post_meta" id="post_meta_{$post['pid']}">{$post['iplogged']}</div>
    				<div id="edited_by_{$post['pid']}" class="float_right clear">{$post['editedmsg']}</div>
    				<br class="clear" />
    				<div>{$post['attachments']}{$post['signature']}</div>
    				<br class="clear" />
    				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    				</div>
    				<div id="profile_{$post['pid']}_popup" class="popup_menu" style="display: none;">
    					<div class="popup_item_container">
    						<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
    							<tr>
    								<td class="trow1" valign="top" align="center">
    									<div><strong>{$post['profilelink']}</strong></div>
    									<div class="smalltext">{$post['useravatar']}</div>
    									<div class="smalltext">{$post['usertitle']}</div>
    									<div class="smalltext">{$post['userstars']}</div>
    									<div class="smalltext">{$post['groupimage']}</div>
    									<div class="smalltext">{$post['user_details']}</div>
    								</td>
    							</tr>
    							<tr>
    								<td class="tcat" align="center">
    									{$post['button_email']}
    									{$post['button_pm']}
    									{$post['button_www']}
    									{$post['button_find']}
    									{$post['button_rep']}
    								</td>
    							</tr>
    						</table>
    					</div>
    				</div>
    			</td>
    		</tr>
    	</tbody>
    </table>
    <script type="text/javascript">
    // <!--
    	if(use_xmlhttprequest == "1")
    	{
    		new PopupMenu("profile_{$post['pid']}");
    	}
    // -->
    </script>

  15. Template Name: ytvgal_postbit_iplogged_hiden

    HTML Code
    <strong><a href="moderation.php?action=getip&amp;pid={$post['pid']}">[IP]</a></strong>

  16. Template Name: ytvgal_showthread

    HTML Code
    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
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    <html>
    <head>
    <title>{$thread['subject']}</title>
    {$headerinclude}
    <script type="text/javascript">
    <!--
    	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
    // -->
    </script>
    <script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>
    <script type="text/javascript" src="flowplayer/flowplayer-3.2.6.min.js"></script>
    </head>
    <body>
    {$header}
    {$pollbox}
    <div id="posts">
    	{$first_post}
    	<br />
    	<div style="text-align: center;">
    		<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
    	</div>
    	<br class="clear" />
    	<div class="float_right largetext">{$lang->replies}</div>
    	<br class="clear" />
    	{$posts}
    </div>
    <br class="clear" />
    <div class="float_left">
    	{$multipage}
    </div>
    <div style="padding-top: 4px;" class="float_right">
    	{$newreply}
    </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
    {$similarthreads}
    <br />
    <div class="float_right" style="text-align: right;">
    	{$moderationoptions}
    	{$forumjump}
    </div>
    <br style="clear: both;" />
    {$usersbrowsing}
    <div class="smalltext" style="text-align: center;">
    	{$forum['name']}<br />
    	Powered by <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=288">XThreads</a> &ndash; <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
    </div>
    {$footer}
    </body>
    </html>

  17. Template Name: ytvgal_showthread_noreplies

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    <table border="0" cellspacing="{$GLOBALS['theme']['borderwidth']}" cellpadding="{$GLOBALS['theme']['tablespace']}" id="xthreads_noreplies" class="tborder">
    	<tr>
    		<td class="trow1">
    			<div style="text-align: center;" class="post_body">{$GLOBALS['lang']->xtmv_no_comment}</div>
    		</td>
    	</tr>
    </table>

  18. Template Name: ytvgal_showthread_ratethread

    HTML Code
    1
    2
    3
    4
    5
    6
    <div class="float_left smalltext">
    	<a href="./ratethread.php?tid={$thread['tid']}&amp;rating=5&amp;my_post_key={$mybb->post_code}"><img src="images/like.png" alt="{$lang->rate_thread}" title="{$lang->rate_thread}" /></a>
    </div>
    <div class="float_left smalltext" style="margin-left: 5px; margin-top: 5px;">
    	{$ratingvotesav}
    </div>

  19. Template Name: ytvgal_showthread_search

    HTML Code
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    <br class="clear" />
    <br class="clear" />
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" style="border-bottom: 2px solid #0F5C8E;">
    	<tr>
    		<td style="background: #ADCBE7; border-top: 2px solid #0F5C8E; border-bottom: 2px solid #0F5C8E;">
    			<strong>Search Comments</strong>
    		</td>
    	</tr>
    	<tr>
    		<td align="center">
    			<form action="search.php" method="post">
    				<input type="hidden" name="action" value="thread" />
    				<input type="hidden" name="tid" value="{$thread['tid']}" />
    				<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />
    				<input type="submit" class="button" value="Search" />
    			</form>
    		</td>
    	</tr>
    </table>

  20. Template name: xtmv_postbit_first_inlinecheck

    HTML Code
    <input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck}  />

  21. Template name: xtmv_postbit_first_posturl

    HTML Code
    <div style="float: right; width: auto; vertical-align: top">{$post['inlinecheck']}</div>

  22. Template name: xtmv_postbit_posturl

    HTML Code
    <div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><strong><a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></strong>{$post['inlinecheck']}</span></div>

  23. Template name: ytvgal_most_multipage

    HTML Code
    <div class="pagination" style="display: none;"><span class="pages">{$lang->multipage_pages}</span>{$prevpage}{$start}{$mppage}{$end}{$nextpage}</div>

  24. Template name: ytvgal_threadfields_inputrow

    HTML Code
    <tr> <td class="trow2"> <strong>{$tf['title']}</strong><br /> {$inputfield}<small style="display: block;">{$tf['desc']}</small></td> </tr>



And those are all my templates. I hope this works for you! If you did everything right (and I didn't leave out any templates) it should end up looking like http://skatingwith.us/Forum-Media
06-13-2012 03:54 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
YouTube Video Gallery - RateU - 04-28-2010, 07:51 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 04-28-2010, 08:27 AM
RE: YouTube Video Gallery - RateU - 04-30-2010, 04:04 AM
RE: YouTube Video Gallery - Mark2x - 06-07-2010, 08:16 AM
RE: YouTube Video Gallery - RateU - 07-09-2010, 05:18 AM
RE: YouTube Video Gallery - wethegreenpeople - 06-13-2012 03:54 PM
RE: YouTube Video Gallery - AglioEoliO - 07-10-2010, 10:06 PM
RE: YouTube Video Gallery - Shemo - 07-29-2010, 11:25 AM
RE: YouTube Video Gallery - RateU - 07-29-2010, 01:10 PM
RE: YouTube Video Gallery - Shemo - 07-30-2010, 07:23 AM
RE: YouTube Video Gallery - RateU - 07-30-2010, 07:40 AM
RE: YouTube Video Gallery - Shemo - 07-30-2010, 07:58 AM
RE: YouTube Video Gallery - Shemo - 07-31-2010, 07:44 AM
RE: YouTube Video Gallery - RateU - 08-01-2010, 03:12 AM
RE: YouTube Video Gallery - Shemo - 08-02-2010, 06:30 AM
RE: YouTube Video Gallery - RateU - 09-27-2010, 03:50 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 09-27-2010, 08:47 AM
RE: YouTube Video Gallery - RateU - 09-29-2010, 02:07 AM
RE: YouTube Video Gallery - 1master1 - 10-13-2010, 06:40 AM
RE: YouTube Video Gallery - RateU - 10-13-2010, 06:50 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 02:58 AM
RE: YouTube Video Gallery - RateU - 10-19-2010, 04:45 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 05:26 AM
RE: YouTube Video Gallery - RateU - 10-19-2010, 05:54 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 06:02 AM
RE: YouTube Video Gallery - RateU - 10-19-2010, 06:13 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 06:24 AM
RE: YouTube Video Gallery - RateU - 10-19-2010, 07:03 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 07:05 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 10-19-2010, 07:58 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 08:26 AM
RE: YouTube Video Gallery - RateU - 10-19-2010, 08:40 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 10-19-2010, 09:05 AM
RE: YouTube Video Gallery - awww - 10-19-2010, 12:00 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 10-19-2010, 01:25 PM
RE: YouTube Video Gallery - kaixer - 12-26-2010, 09:09 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 12-26-2010, 10:58 PM
RE: YouTube Video Gallery - RocketFoot - 01-04-2011, 09:24 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-05-2011, 09:14 AM
RE: YouTube Video Gallery - RocketFoot - 01-05-2011, 10:20 PM
RE: YouTube Video Gallery - RocketFoot - 01-06-2011, 06:32 AM
RE: YouTube Video Gallery - RateU - 01-06-2011, 09:06 AM
RE: YouTube Video Gallery - leefish - 01-06-2011, 09:14 AM
RE: YouTube Video Gallery - RocketFoot - 01-06-2011, 09:54 AM
RE: YouTube Video Gallery - RocketFoot - 01-06-2011, 09:44 PM
RE: YouTube Video Gallery - Vapor - 01-07-2011, 03:17 AM
RE: YouTube Video Gallery - leefish - 01-07-2011, 03:35 AM
RE: YouTube Video Gallery - RocketFoot - 01-07-2011, 03:50 AM
RE: YouTube Video Gallery - RateU - 01-07-2011, 06:14 AM
RE: YouTube Video Gallery - Vapor - 01-07-2011, 07:22 AM
RE: YouTube Video Gallery - RocketFoot - 01-07-2011, 07:23 AM
RE: YouTube Video Gallery - RocketFoot - 01-09-2011, 01:02 AM
RE: YouTube Video Gallery - RateU - 01-09-2011, 02:14 AM
RE: YouTube Video Gallery - RocketFoot - 01-09-2011, 06:42 AM
RE: YouTube Video Gallery - RateU - 01-09-2011, 07:17 AM
RE: YouTube Video Gallery - RocketFoot - 01-09-2011, 07:30 AM
RE: YouTube Video Gallery - leefish - 01-09-2011, 09:15 AM
RE: YouTube Video Gallery - RocketFoot - 01-09-2011, 09:43 AM
RE: YouTube Video Gallery - leefish - 01-09-2011, 11:13 AM
RE: YouTube Video Gallery - RateU - 01-10-2011, 01:06 AM
RE: YouTube Video Gallery - RocketFoot - 01-10-2011, 01:12 AM
RE: YouTube Video Gallery - RateU - 01-11-2011, 07:38 AM
RE: YouTube Video Gallery - RocketFoot - 01-11-2011, 08:07 AM
RE: YouTube Video Gallery - RateU - 01-11-2011, 09:54 AM
RE: YouTube Video Gallery - RocketFoot - 01-13-2011, 03:34 AM
RE: YouTube Video Gallery - RateU - 01-13-2011, 03:49 AM
RE: YouTube Video Gallery - RocketFoot - 01-13-2011, 04:01 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-13-2011, 09:21 AM
RE: YouTube Video Gallery - RocketFoot - 01-13-2011, 09:39 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-13-2011, 11:10 PM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 12:25 AM
RE: YouTube Video Gallery - RateU - 01-14-2011, 02:02 AM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 02:57 AM
RE: YouTube Video Gallery - RateU - 01-14-2011, 03:08 AM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 03:20 AM
RE: YouTube Video Gallery - RateU - 01-14-2011, 03:23 AM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 03:26 AM
RE: YouTube Video Gallery - RateU - 01-14-2011, 03:34 AM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 05:08 AM
RE: YouTube Video Gallery - RateU - 01-14-2011, 05:57 AM
RE: YouTube Video Gallery - RocketFoot - 01-14-2011, 06:09 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-14-2011, 08:21 AM
RE: YouTube Video Gallery - Pirata Nervo - 03-07-2011, 09:03 AM
RE: YouTube Video Gallery - RocketFoot - 03-15-2011, 07:17 AM
RE: YouTube Video Gallery - RateU - 03-15-2011, 07:38 AM
RE: YouTube Video Gallery - RocketFoot - 03-15-2011, 07:51 AM
RE: YouTube Video Gallery - Shemo - 03-15-2011, 07:55 AM
RE: YouTube Video Gallery - masterj - 03-27-2011, 09:12 PM
RE: YouTube Video Gallery - RateU - 03-28-2011, 01:45 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 02:04 AM
RE: YouTube Video Gallery - RateU - 03-28-2011, 02:17 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 02:24 AM
RE: YouTube Video Gallery - RateU - 03-28-2011, 02:29 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 02:35 AM
RE: YouTube Video Gallery - RateU - 03-28-2011, 02:43 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 03:15 AM
RE: YouTube Video Gallery - RateU - 03-28-2011, 04:34 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 04:42 AM
RE: YouTube Video Gallery - RateU - 03-28-2011, 06:35 AM
RE: YouTube Video Gallery - masterj - 03-28-2011, 02:30 PM
RE: YouTube Video Gallery - masterj - 03-28-2011, 05:52 PM
RE: YouTube Video Gallery - masterj - 03-28-2011, 06:28 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 03-28-2011, 09:46 PM
RE: YouTube Video Gallery - Shemo - 04-25-2011, 04:31 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 04-25-2011, 06:47 PM
RE: YouTube Video Gallery - Shemo - 04-27-2011, 09:42 AM
RE: YouTube Video Gallery - h0mayun - 05-08-2011, 06:20 AM
RE: YouTube Video Gallery - RateU - 05-08-2011, 06:47 AM
RE: YouTube Video Gallery - Shemo - 06-05-2011, 03:58 PM
RE: YouTube Video Gallery - RateU - 06-06-2011, 02:04 AM
RE: YouTube Video Gallery - awww - 06-16-2011, 01:41 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-16-2011, 02:59 PM
RE: YouTube Video Gallery - leefish - 07-05-2011, 10:58 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 07-06-2011, 08:56 AM
RE: YouTube Video Gallery - fluffybunny - 08-12-2011, 01:54 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 08-12-2011, 05:51 PM
RE: YouTube Video Gallery - fluffybunny - 08-12-2011, 05:58 PM
RE: YouTube Video Gallery - RateU - 08-13-2011, 05:43 AM
RE: YouTube Video Gallery - fluffybunny - 08-15-2011, 03:17 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 08-15-2011, 03:59 PM
RE: YouTube Video Gallery - Shemo - 08-17-2011, 05:11 PM
RE: YouTube Video Gallery - x-Treme - 08-28-2011, 12:39 AM
RE: YouTube Video Gallery - Zenk - 11-06-2011, 11:26 PM
RE: YouTube Video Gallery - RateU - 11-07-2011, 02:24 AM
RE: YouTube Video Gallery - Tortoise - 11-10-2011, 07:03 AM
RE: YouTube Video Gallery - Zenk - 11-07-2011, 03:07 AM
RE: YouTube Video Gallery - RateU - 11-07-2011, 03:34 AM
RE: YouTube Video Gallery - Zenk - 11-07-2011, 03:43 AM
RE: YouTube Video Gallery - RateU - 11-07-2011, 03:45 AM
RE: YouTube Video Gallery - Zenk - 11-07-2011, 04:00 AM
RE: YouTube Video Gallery - RateU - 11-10-2011, 08:04 AM
RE: YouTube Video Gallery - Tortoise - 11-10-2011, 08:19 AM
RE: YouTube Video Gallery - RateU - 11-10-2011, 09:10 AM
RE: YouTube Video Gallery - Tortoise - 11-10-2011, 10:15 AM
RE: YouTube Video Gallery - Zenk - 01-11-2012, 07:36 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-11-2012, 09:19 AM
RE: YouTube Video Gallery - dreamskype - 05-03-2012, 06:34 AM
RE: YouTube Video Gallery - RateU - 05-03-2012, 06:42 AM
RE: YouTube Video Gallery - dreamskype - 05-03-2012, 07:13 AM
RE: YouTube Video Gallery - RateU - 05-03-2012, 07:18 AM
RE: YouTube Video Gallery - dreamskype - 05-03-2012, 07:58 AM
RE: YouTube Video Gallery - MrBrechreiz - 05-13-2012, 11:38 PM
RE: YouTube Video Gallery - RateU - 05-14-2012, 01:41 AM
RE: YouTube Video Gallery - MrBrechreiz - 05-20-2012, 09:34 PM
RE: YouTube Video Gallery - RateU - 05-21-2012, 07:14 AM
RE: YouTube Video Gallery - Zenk - 05-27-2012, 10:31 PM
RE: YouTube Video Gallery - Sama34 - 05-28-2012, 06:06 AM
RE: YouTube Video Gallery - Zenk - 05-28-2012, 06:09 AM
RE: YouTube Video Gallery - Sama34 - 05-28-2012, 07:08 AM
RE: YouTube Video Gallery - Zenk - 05-28-2012, 11:19 PM
RE: YouTube Video Gallery - Sama34 - 05-29-2012, 04:39 AM
RE: YouTube Video Gallery - Zenk - 05-29-2012, 04:46 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 05-29-2012, 08:55 AM
RE: YouTube Video Gallery - Sama34 - 05-30-2012, 01:50 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 05-30-2012, 02:23 PM
RE: YouTube Video Gallery - Sama34 - 05-31-2012, 02:22 PM
RE: YouTube Video Gallery - alexsubri - 06-11-2012, 04:45 AM
RE: YouTube Video Gallery - RateU - 06-11-2012, 06:38 AM
RE: YouTube Video Gallery - alexsubri - 06-11-2012, 11:20 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-11-2012, 09:00 PM
RE: YouTube Video Gallery - alexsubri - 06-11-2012, 11:07 PM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 02:11 AM
RE: YouTube Video Gallery - RateU - 06-13-2012, 02:37 AM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 06:30 AM
RE: YouTube Video Gallery - RateU - 06-13-2012, 06:34 AM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 06:51 AM
RE: YouTube Video Gallery - RateU - 06-13-2012, 07:05 AM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 07:44 AM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 09:16 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-13-2012, 11:32 AM
RE: YouTube Video Gallery - alexsubri - 06-13-2012, 01:35 PM
RE: YouTube Video Gallery - MrBrechreiz - 06-13-2012, 08:09 PM
RE: YouTube Video Gallery - alexsubri - 06-14-2012, 01:12 AM
RE: YouTube Video Gallery - alexsubri - 06-14-2012, 02:10 AM
RE: YouTube Video Gallery - alexsubri - 06-14-2012, 01:02 PM
RE: YouTube Video Gallery - alexsubri - 06-14-2012, 02:42 PM
RE: YouTube Video Gallery - RateU - 06-15-2012, 06:33 AM
RE: YouTube Video Gallery - alexsubri - 06-15-2012, 08:32 AM
RE: YouTube Video Gallery - alexsubri - 06-15-2012, 11:47 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-15-2012, 10:24 PM
RE: YouTube Video Gallery - alexsubri - 06-15-2012, 11:31 PM
RE: YouTube Video Gallery - alexsubri - 06-16-2012, 04:13 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-16-2012, 12:04 PM
RE: YouTube Video Gallery - alexsubri - 06-16-2012, 12:54 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-16-2012, 07:01 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 07-03-2012, 06:02 PM
RE: YouTube Video Gallery - Gstone - 08-05-2012, 01:02 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 08-05-2012, 01:25 PM
RE: YouTube Video Gallery - Gstone - 08-06-2012, 01:02 AM
RE: YouTube Video Gallery - alexsubri - 08-08-2012, 08:19 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 08-08-2012, 04:22 PM
RE: YouTube Video Gallery - alexsubri - 08-09-2012, 01:18 AM
RE: YouTube Video Gallery - alexsubri - 08-09-2012, 02:26 AM
RE: YouTube Video Gallery - RateU - 08-09-2012, 04:11 AM
RE: YouTube Video Gallery - alexsubri - 08-09-2012, 07:18 AM
RE: YouTube Video Gallery - Wolfseye - 09-03-2012, 02:22 AM
RE: YouTube Video Gallery - RateU - 09-03-2012, 03:22 AM
RE: YouTube Video Gallery - Wolfseye - 09-03-2012, 03:38 AM
RE: YouTube Video Gallery - Gstone - 09-03-2012, 08:08 AM
RE: YouTube Video Gallery - RateU - 09-04-2012, 02:07 AM
RE: YouTube Video Gallery - edutz - 09-17-2012, 09:28 PM
RE: YouTube Video Gallery - RateU - 09-19-2012, 01:10 AM
RE: YouTube Video Gallery - RateU - 10-08-2012, 02:05 AM
RE: YouTube Video Gallery - admin2u - 10-15-2012, 05:30 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 10-15-2012, 09:28 AM
RE: YouTube Video Gallery - admin2u - 10-15-2012, 09:47 AM
RE: YouTube Video Gallery - Steeep - 10-24-2012, 09:07 AM
RE: YouTube Video Gallery - RateU - 10-25-2012, 12:43 AM
RE: YouTube Video Gallery - Steeep - 10-25-2012, 01:09 AM
RE: YouTube Video Gallery - RateU - 10-27-2012, 01:12 AM
RE: YouTube Video Gallery - Gstone - 11-09-2012, 04:32 AM
RE: YouTube Video Gallery - ksr - 11-13-2012, 10:52 PM
RE: YouTube Video Gallery - MrBrechreiz - 11-14-2012, 01:42 AM
RE: YouTube Video Gallery - ksr - 11-16-2012, 05:59 PM
RE: YouTube Video Gallery - MrBrechreiz - 11-17-2012, 01:49 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 11-17-2012, 06:57 PM
RE: YouTube Video Gallery - madness - 12-22-2012, 06:26 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 12-22-2012, 12:07 PM
RE: YouTube Video Gallery - Zenk - 01-24-2013, 05:21 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-24-2013, 09:32 AM
RE: YouTube Video Gallery - Gstone - 01-27-2013, 01:07 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-29-2013, 03:41 PM
RE: YouTube Video Gallery - Gstone - 01-30-2013, 09:37 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-31-2013, 12:19 PM
RE: YouTube Video Gallery - Gstone - 02-01-2013, 05:12 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 02-01-2013, 10:42 PM
RE: YouTube Video Gallery - Gstone - 02-02-2013, 06:44 PM
RE: YouTube Video Gallery - Zenk - 02-11-2013, 12:03 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 02-11-2013, 09:18 AM
RE: YouTube Video Gallery - Zenk - 02-17-2013, 09:07 AM
RE: YouTube Video Gallery - Razteck - 03-14-2013, 12:32 AM
RE: YouTube Video Gallery - RateU - 03-14-2013, 02:29 AM
RE: YouTube Video Gallery - Jonatthu - 05-15-2013, 08:31 AM
RE: YouTube Video Gallery - dthiago - 05-31-2013, 05:46 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 07-17-2013, 12:55 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 07-17-2013, 03:05 PM
RE: YouTube Video Gallery - RateU - 07-19-2013, 12:05 AM
RE: YouTube Video Gallery - Jonatthu - 07-19-2013, 04:18 AM
RE: YouTube Video Gallery - dthiago - 10-25-2013, 10:34 AM
RE: YouTube Video Gallery - CHiDONEt - 12-13-2013, 02:39 PM
RE: YouTube Video Gallery - MrBrechreiz - 12-15-2013, 11:21 AM
RE: YouTube Video Gallery - RateU - 12-18-2013, 12:24 AM
RE: YouTube Video Gallery - dthiago - 01-10-2014, 10:31 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-10-2014, 03:48 PM
RE: YouTube Video Gallery - dthiago - 01-17-2014, 07:48 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-18-2014, 06:26 PM
RE: YouTube Video Gallery - dthiago - 01-25-2014, 07:12 AM
RE: YouTube Video Gallery - satya91 - 01-22-2014, 03:16 AM
RE: YouTube Video Gallery - dthiago - 01-25-2014, 06:23 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-25-2014, 11:37 AM
RE: YouTube Video Gallery - dthiago - 01-26-2014, 01:20 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 01-26-2014, 10:32 AM
RE: YouTube Video Gallery - dthiago - 01-26-2014, 10:42 AM
RE: YouTube Video Gallery - MAAU - 02-09-2014, 04:57 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 02-10-2014, 10:20 AM
RE: YouTube Video Gallery - Zenk - 06-04-2014, 09:12 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 06-05-2014, 12:00 PM
RE: YouTube Video Gallery - Zenk - 06-13-2014, 08:01 PM
RE: YouTube Video Gallery - Zenk - 09-01-2014, 10:59 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 09-02-2014, 04:17 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 02-17-2015, 10:24 AM
RE: YouTube Video Gallery - Waleed - 02-23-2015, 02:07 PM
RE: YouTube Video Gallery - danzoooo - 03-04-2015, 06:10 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 03-04-2015, 03:11 PM
RE: YouTube Video Gallery - MrBrechreiz - 03-22-2015, 07:45 AM
RE: YouTube Video Gallery - Waleed - 09-09-2015, 07:58 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 09-09-2015, 09:41 AM
RE: YouTube Video Gallery - Waleed - 09-09-2015, 12:04 PM
RE: YouTube Video Gallery - Waleed - 09-10-2015, 04:37 AM
RE: YouTube Video Gallery - Waleed - 09-10-2015, 09:33 AM
RE: YouTube Video Gallery - HumanError - 09-12-2015, 06:19 PM
RE: YouTube Video Gallery - RateU - 09-17-2015, 06:05 AM
RE: YouTube Video Gallery - crusher - 08-06-2016, 10:09 PM
RE: YouTube Video Gallery - blacksword - 07-04-2017, 08:32 PM
RE: YouTube Video Gallery - ZiNgA BuRgA - 02-10-2018, 10:25 PM
RE: YouTube Video Gallery - lenox - 03-08-2018, 06:41 AM
RE: YouTube Video Gallery - ZiNgA BuRgA - 03-08-2018, 04:43 PM
RE: YouTube Video Gallery - lenox - 03-08-2018, 06:38 PM
RE: YouTube Video Gallery - RateU - 03-08-2018, 10:23 PM
RE: YouTube Video Gallery - lenox - 03-09-2018, 05:49 AM
RE: YouTube Video Gallery - RateU - 03-10-2018, 05:47 AM
RE: YouTube Video Gallery - lenox - 04-28-2018, 09:12 PM
RE: YouTube Video Gallery - RateU - 04-29-2018, 12:22 AM
RE: YouTube Video Gallery - lenox - 04-29-2018, 06:19 AM
RE: YouTube Video Gallery - RateU - 04-30-2018, 02:05 AM

 Standard Tools
Forum Jump: