Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Zu blöd für den Background -.-
#11
Danke dir !!!
Zitieren
#12
ytvgal_forumdisplay_threadlist

Code:
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both;" class="tborder">
    <tr>
        <td class="thead" valign="middle" colspan="2">
            <a href="{$forumurl}"><strong> >>> Zur Übersicht <<< </strong></a>
            <table class="trow1" border="0" width="100%">
                <tr>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><img src="http://imkerforum.net/images/imkerei.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><strong>Information</strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentaion"><img src="http://imkerforum.net/images/naturschutz.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentaion"><strong>Dokumentaion</strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><img src="http://imkerforum.net/images/landwirtschaft.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><strong>Schulung</strong></a>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td valign="top" class="trow1">
            <div class="float_right">{$newthread}</div>
            <table width="100%" border="0">
                <tr>
                    <td class="tcat">
                        <table border="0">
                            <tr>
                                <td class="smalltext"><strong>Sortieren nach: </strong></td>
                                <td class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">Titel</a> {$orderarrow['subject']}</strong> | </td>
                                <td class="smalltext"><strong><a href="{$sorturl}&amp;sortby=starter&amp;order=asc">Benutzer</a> {$orderarrow['starter']}</strong> | </td>
                                <td class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">Kommentare</a> {$orderarrow['replies']}</strong> | </td>
                                <td class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong> | </td>
                                {$ratingcol}
                                <td class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">Letzte Kommentare</a> {$orderarrow['lastpost']}</strong></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td>
                        <table border="0" width="100%">
                            <tr>
                                {$threads}{$nullthreads}
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
            <div class="float_left">
            {$multipage}
            </div>
        </td>
    </tr>
    <tr>
        <td class="trow2">
            <table border="0" width="100%">
                <tr>
                    <td valign="top" width="600">
                        <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%">
                            <tr>
                                <td align="center" class="trow1">
                                    <img src="http://i27.tinypic.com/2w3njbn.jpg" alt="" /></a><br />
                                    YouTube Video Gallerie<br />
                                    Bereitgestellt von <a href="http://mybbhacks.zingaburga.com">XThreads</a> - <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
                                    <form action="forumdisplay.php" method="get">
                                        <input type="hidden" name="fid" value="{$fid}" />
                                        <select name="sortby">
                                            <option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
                                            <option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
                                            <option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
                                            <option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
                                            {$ratingsort}
                                            <option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
                                            <option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
                                        </select>
                                        <select name="order">
                                            <option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
                                            <option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
                                        </select>
                                        <select name="datecut">
                                            <option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
                                            <option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
                                            <option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
                                            <option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
                                            <option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
                                            <option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
                                            <option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
                                            <option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
                                            <option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
                                        </select>
                                        {$gobutton}
                                    </form>
                                </td>
                                {$inlinemodcol}
                            </tr>
                        </table>
                        {$searchforum}
                    </td>
                </tr>
            </table>
            <br class="clear" />
            <div class="float_right">
                {$forumjump}
            </div>
            <br class="clear" />
            <br />
            <div class="float_right">
                {$inlinemod}
            </div>
            <br class="clear" />
        </td>
    </tr>
</table>

<br class="clear" />
{$inline_edit_js}


Nun brauche ich noch den Inhalt deines ytvgal_forumdisplay_thread Templates.
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#13
Code:
<td width="25%" valign="top">

<table border="0" width="100%">
<tr>
{$modbit}
<td valign="top" align="center">
<a href="{$thread['threadlink']}">
<img src="http://img.youtube.com/vi/{$GLOBALS['threadfields']['ytvgalid']}/default.jpg" alt="" 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>
<div>
{$rating}
<span class="smalltext">
{$GLOBALS['threadfields']['ytvgalcat']} {$thread['threaddate']}, {$thread['threadtime']}<br />
{$thread['views']} {$lang->views}, {$thread['replies']}{$unapproved_posts} Kommentare
</span>
</div>
</td>
</tr>
<tr>
<td valign="top" colspan="2">
{$thread['multipage']}
</td>
</tr>
</table>
</td>
Zitieren
#14
Ok das passt soweit.

Nun noch den Inhalt aus dem ytvgal_showthread Template.
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#15
Code:
<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=1400"></script>
</head>
<body>
{$header}
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both; width: 100%;">
    <tr>
        <td valign="middle" colspan="2">
            <a href="{$forumurl}"><strong> >>> Zur Übersicht <<<</strong></a>
            <table border="0" width="100%">
                <tr>
                    
    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><img src="http://imkerforum.net/images/imkerei.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><strong>Information</strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentation"><img src="http://imkerforum.net/images/naturschutz.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentation"><strong>Dokumentation </strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><img src="http://imkerforum.net/images/landwirtschaft.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><strong>Schulung </strong></a>
                    </td>
                    </tr>
            </table>
        </td>
    </tr>
</table>
{$pollbox}
<div class="float_right">
    {$newreply}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="border-top-width: 0; width: 100%;">
    <tr>
        <td valign="top" width="50%">
            <div align="center">
                <strong>{$thread['subject']}</strong>
            </div>
            {$ratethread}
            <div align="center">
                <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="560" height="315"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" /><param name="FlashVars" value="playerMode=embedded" /><p>{$thread['subject']}</p></object>
            </div>
            <br class="clear" />
            <div>
                {$first_post}
            </div>
            <br class="clear" />
            <div 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 align="center" class="smalltext">
                <img src="http://i27.tinypic.com/2w3njbn.jpg" alt="" /><br />
                YouTube Video Gallery<br />
                Powered By <a href="http://mybbhacks.zingaburga.com">XThreads</a> - <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
            </div>
        </td>
        <td width="1">&nbsp;</td>
        <td valign="top">
            <div style="float: left;">
                <strong>Comments</strong>
            </div>
            <div style="float: right;">
                <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
            </div>
            <br class="clear" />
            <div id="posts">
                {$posts}
            </div>
            <div class="float_right">
                {$multipage}
            </div>
            {$search_thread}
        </td>
    </tr>
</table>
{$threadexbox}
{$quickreply}
<br style="clear: both;" />
{$similarthreads}
<br style="clear: both;" />
<div class="float_right" style="text-align: right;">
    {$moderationoptions}
    {$forumjump}
</div>
<div class="float_left">
    <ul class="thread_tools">
        <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
        <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
        <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
    </ul>
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>
Zitieren
#16
Versuche es mal mit diesem bitte.

Code:
<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>
</head>
<body>
{$header}
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both;" class="tborder">
    <tr>
        <td valign="middle" colspan="2" class="thead">
            <a href="{$forumurl}"><strong> >>> Zur Übersicht <<<</strong></a>
            <table border="0" width="100%" class="trow1">
                <tr>                  
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><img src="http://imkerforum.net/images/imkerei.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Information"><strong>Information</strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentation"><img src="http://imkerforum.net/images/naturschutz.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Dokumentation"><strong>Dokumentation </strong></a>
                    </td>
                    <td align="center">
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><img src="http://imkerforum.net/images/landwirtschaft.png" alt="" /></a><br />
                        <a href="{$forumurl_q}filtertf_ytvgalcat=Schulung"><strong>Schulung </strong></a>
                    </td>
                    </tr>
            </table>
        </td>
    </tr>
</table>
{$pollbox}
<div class="float_right">
    {$newreply}
</div>
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="border-top-width: 0;" class="trow2">
    <tr>
        <td valign="top" width="50%">
            <div align="center">
                <strong>{$thread['subject']}</strong>
            </div>
            {$ratethread}
            <div align="center">
                <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="560" height="315"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" /><param name="FlashVars" value="playerMode=embedded" /><p>{$thread['subject']}</p></object>
            </div>
            <br class="clear" />
            <div>
                {$first_post}
            </div>
            <br class="clear" />
            <div 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 align="center" class="smalltext">
                <img src="http://i27.tinypic.com/2w3njbn.jpg" alt="" /><br />
                YouTube Video Gallery<br />
                Powered By <a href="http://mybbhacks.zingaburga.com">XThreads</a> - <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
            </div>
        </td>
        <td width="1">&nbsp;</td>
        <td valign="top">
            <div style="float: left;">
                <strong>Comments</strong>
            </div>
            <div style="float: right;">
                <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
            </div>
            <br class="clear" />
            <div id="posts">
                {$posts}
            </div>
            <div class="float_right">
                {$multipage}
            </div>
            {$search_thread}
        </td>
    </tr>
</table>
{$threadexbox}
{$quickreply}
<br style="clear: both;" />
{$similarthreads}
<br style="clear: both;" />
<div class="float_right" style="text-align: right;">
    {$moderationoptions}
    {$forumjump}
</div>
<div class="float_left">
    <ul class="thread_tools">
        <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
        <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
        <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
    </ul>
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#17
Jo das sieht sehr gut aus !
Zitieren
#18
Passt es so, oder gint es noch etwas ?
Mit freundlichen Grüßen

MrBrechreiz
Zitieren
#19
kannst du evtl beim showthread
Die Nutzerdaten komplett entfernen ?
So das da nur noch steht
<h2> Video-beschreibung </h2>
...... ipsum dollor .....

<h4> Video eingericht von : [USER] </h4>
Zitieren
#20
Meinst Du die Video Übersicht, oder tatsächlich das Thema selbst ?
Mit freundlichen Grüßen

MrBrechreiz
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Background auswahl wie bei Avatar Erkan 9 2.941 21.07.2017, 20:57
Letzter Beitrag: Erkan
  Background an meine Seite anpassen goldi1971 10 3.355 02.09.2015, 22:16
Letzter Beitrag: MrBrechreiz
  Forum Background SyntaX 4 1.782 26.04.2011, 23:08
Letzter Beitrag: dnlwgnr
  Background 360fans 2 1.416 24.01.2011, 21:21
Letzter Beitrag: 360fans
  Background problem Styyy.Le 7 2.280 29.11.2010, 14:33
Letzter Beitrag: Styyy.Le