MyBB.de Forum
Sidebox - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Sidebox (/thread-29278.html)



Sidebox - majas - 04.03.2014

Hallo,

kann mir jemand sagen wie ich in die Box Sidebox Content einpflegen kann. Sie erscheint auf der Startseite vom Forum Version 1.6 rechts

Danke


RE: Sidebox - MrBrechreiz - 04.03.2014

Wenn es sich hier um ein Plugin handelt, dann bitte ins entsprechende Thema posten.


RE: Sidebox - majas - 04.03.2014

Nee ein Plugin ist das nicht nicht soviel ich weiss, nach der Installation war das Fenster auf der rechten Seite des Forums ... und links die Themen des Forums


RE: Sidebox - MrBrechreiz - 04.03.2014

Um welches Theme (Design) handelt es sich denn ?


RE: Sidebox - majas - 04.03.2014

Es ist in jedem Theme vorhanden Standard, etc ...

Hier der Quelltext vom Online Seitenaufruf

<table border="0" cellspacing="0" cellpadding="8" class="tborder">
<tr>
<td class="thead">
<div class="expcolimage"><img src="images/Business/collapse.gif" id="ths_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Sidebox</strong>
</td>
</tr>
<tr>
<td class="trow4" style="" id="ths_e">

Content

</td>
</tr>
</table>

In den Templates habe ich auch keinen Link mit dem Namen Sidebox gefunden

Hier noch der Inhalt der Datei Startseite Templates index

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}

<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>

<style type="text/css">
.buttons {
width: 35px;
height: 34px;
background: url(images/Business/colapsado.png) no-repeat;
display: block;
cursor: pointer;
}

.clickedbuttons {
width: 35px;
height: 34px;
background: url(images/Business/expandido.png) no-repeat;
display: block;
cursor: pointer;
}
</style>

</head>
<body id="forum">
{$header}

<div class="sidebar" style="float: right; width: 23%;">

<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
jQuery(".lateststats").load("{$mybb->settings['bburl']}/portal.php .lateststats");
}); </script>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.gif" id="ths_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Sidebox</strong>
</td>
</tr>
<tr>
<td class="trow4" style="{$collapsed['ths_e']}" id="ths_e">

Content

</td>
</tr>
</table>

</div>

<div class="forums" style="float: left; width: 75%;">
{$forums}
</div>
<br class="clear" /><br />
{$boardstats}
{$footer}
</body>
</html>

Fehler gefunden, muss in der Datei Startseite Templates index bearbeitet werden