Des benutzt ich grad
Beiträge von rado
-
-
Hi Leute,
Wolt mal wissen welche Programe ihr zum bearbeiten von Pluggins
verwendet? -
Wie ist es dan mit beauftragen ?
-
Er zeigt ja das gleich an wie Letzt Beiräge Box-(Tittel-Bnutzername-Zugriffezahl)
und so halt bei Top Themen Box (Tittel-Benutzer-Likeszahlen) ?
wens nett geht würde ich gern wissen wie ich das plugin widerrufen könnte
10 tage wirderrufsrecht ? -
Ich habs ganze Zeit versucht aber ich kenne leider nicht die richtigen Codes,
hab null Css Html oder PhP Kenntnisse daher kann ich versuchen was ich will ich Krieg nur Probleme
mit der Harmonie daher bitte, mir zu zeigen was ich ändern muss und welche codes einfügen oder erstzten muss.
ist ja nur noch das dan bist mich endlich los -
Da ist noch ein fehler find den aber nett?
soll halt die Likes anzeigen von themen?CSS
Alles anzeigen<div> <ul class="containerBoxList tripleColumned"> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.thread{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnSubject">{lang}wbb.thread.topic{/lang}</th> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnViews cumulativeLikes">{lang}wbb.thread.likesBadge{/lang}</th> </tr> </thead> <tbody> {foreach from=$bestRateThread item="bestRateThread"} <tr> <td class="columnTitle"> <a href="{link controller="Thread" object=$topThread->getDecoratedObject()}{/link}" {if $topThread->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$topThread->threadID}" data-sort-order="DESC">{$topThread->topic}</a> </td> <td class="columnTitle"> <a href="{link controller="Thread" object=$bestRateThread->getDecoratedObject()}{/link}" {if $bestRateThread->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$bestRateThread->threadID}" data-sort-order="DESC">{$bestRateThread->topic}</a> </td> <td class="likesBadge badge green"> {#$bestRateThread->cumulativeLikes} </td> </tr> {/foreach} </tbody> </table> </div>
-
Ups Ne nicht neuste mitglieder mit top5 poster
sonder neuste mitglieder ersetzten durch top thema -
hab des gändert :
@@40db3caea9728cca622ec389372699756760d82c@@
jetzt funzt die box -
Kannst du mir bitte genau zeig wie ?
Smarty
Alles anzeigen<div> <ul class="containerBoxList tripleColumned"> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.poster{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnPosts">{lang}wbb.post.posts{/lang}</th> </tr> </thead> <tbody> {foreach from=$topPoster item="user"} <tr> <td class="columnTitle"> <a href="{link controller="User" object=$user}{/link}" class="userLink" data-user-id="{@$user->userID}">{$user->username}</a> </td> <td class="columnDigits"> {#$user->wbbPosts} </td> </tr> {/foreach} </tbody> </table> </div> </li> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.member{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnPosts">{lang}wbb.post.posts{/lang}</th> </tr> </thead> <tbody> {foreach from=$newUser item="user"} <tr> <td class="columnTitle"> <a href="{link controller="User" object=$user}{/link}" class="userLink" data-user-id="{@$user->userID}">{$user->username}</a> </td> <td class="columnDigits"> {#$user->wbbPosts} </td> </tr> {/foreach} </tbody> </table> </div> </li> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.posts{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnSubject">{lang}wbb.thread.topic{/lang}</th> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnViews">{lang}wbb.thread.views{/lang}</th> </tr> </thead> <tbody> {foreach from=$postList item="latestPost"} <tr> <td class="columnTitle"> <a href="{link controller="Thread" object=$latestPost->getDecoratedObject()}action=firstNew{/link}" class="wbbTopicLink"{if $latestPost->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$latestPost->threadID}" data-sort-order="DESC" title="{$latestPost->topic}">{$latestPost->topic}</a> </td> <td class="columnTitle"> <a href="{link controller="User" object=$latestPost->getUserProfile()}{/link}" class="userLink" data-user-id="{@$latestPost->userID}">{$latestPost->username}</a> </td> <td class="columnDigits"> {#$latestPost->views} </td> </tr> {/foreach} </tbody> </table> </div> </li> </ul> {if $topThread || $bestRateThread} <ul class="containerBoxList"> </ul> {/if} </div>
-
Danke endlich Fertig
Noch eins würde gerne Neuste Mitglieder mit Top Themen tauschen damit es so ist Neuste Mitglieder, Top Themen, Letzte beiträge frage wie ich das machen könnte ?
-
was muss ich eingeben damit es stimmt hier:
CSS
Alles anzeigen.top5BoxBest{ padding: 6px; color:#fff; a{ color:#fff; text-decoration: underline; &:hover{ color: @wcfDimmedColor; text-decoration: none; } } } .top5Box{ white-space: normal !important; margin-right: 0 !important; tr > td{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; max-width: 100px; } }
-
Das sagt der Desinger:
Auch das ist keine Designangelegenheit. Wenn du allgemeine Anpassungen zu einem Plugin möchtest, dann wende dich bitte an den jeweiligen Plugin-Autoren.die Rechte Top box ( Letzte Beiträge ) ist etwas zu schmal
von der breite her, wie mache ich es 100% ?
kannst nach schaun muss aber die Seitenleiste schliessen um es zu erkenen:
https://rmxunit.de/index.php/BoardList/ -
-
Könntest du Eventuel es machen ich komm damit nicht klar ?
-
Meinste MyPHP ?
-
ne hat nix gebracht
-
meinste das hier weg machen:
Smarty
Alles anzeigen<div> <ul class="containerBoxList tripleColumned"> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.poster{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnPosts">{lang}wbb.post.posts{/lang}</th> </tr> </thead> <tbody> {foreach from=$topPoster item="user"} <tr> <td class="columnTitle"> <a href="{link controller="User" object=$user}{/link}" class="userLink" data-user-id="{@$user->userID}">{$user->username}</a> </td> <td class="columnDigits"> {#$user->wbbPosts} </td> </tr> {/foreach} </tbody> </table> </div> </li> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.member{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnPosts">{lang}wbb.post.posts{/lang}</th> </tr> </thead> <tbody> {foreach from=$newUser item="user"} <tr> <td class="columnTitle"> <a href="{link controller="User" object=$user}{/link}" class="userLink" data-user-id="{@$user->userID}">{$user->username}</a> </td> <td class="columnDigits"> {#$user->wbbPosts} </td> </tr> {/foreach} </tbody> </table> </div> </li> <li> <div class="marginTop tabularBox top5Box tabularBoxTitle messageGroupList jsClipboardContainer" data-type="com.woltlab.wbb.thread"> <header> <h2>{lang}de.wbb-elite.top5.posts{/lang}</h2> </header> <table class="table"> <thead> <tr> <th class="columnTitle columnSubject">{lang}wbb.thread.topic{/lang}</th> <th class="columnTitle columnUsername">{lang}wcf.user.username{/lang}</th> <th class="columnDigits columnViews">{lang}wbb.thread.views{/lang}</th> </tr> </thead> <tbody> {foreach from=$postList item="latestPost"} <tr> <td class="columnTitle"> <a href="{link controller="Thread" object=$latestPost->getDecoratedObject()}action=firstNew{/link}" class="wbbTopicLink"{if $latestPost->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$latestPost->threadID}" data-sort-order="DESC" title="{$latestPost->topic}">{$latestPost->topic}</a> </td> <td class="columnTitle"> <a href="{link controller="User" object=$latestPost->getUserProfile()}{/link}" class="userLink" data-user-id="{@$latestPost->userID}">{$latestPost->username}</a> </td> <td class="columnDigits"> {#$latestPost->views} </td> </tr> {/foreach} </tbody> </table> </div> </li> </ul> {if $topThread || $bestRateThread} <ul class="containerBoxList"> <li> <div class="marginTop top5BoxBest tabularBoxTitle tabularBox messageGroupList"> <header> <ul class="containerBoxList doubleColumned"> <li class="textLeft"> {if $topThread} {lang}de.wbb-elite.top5.thread{/lang}: <a href="{link controller="Thread" object=$topThread->getDecoratedObject()}{/link}" {if $topThread->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$topThread->threadID}" data-sort-order="DESC">{$topThread->topic}</a> | {#$topThread->views} {lang}wbb.thread.views{/lang} {/if} </li> <li class="textRight"> {if $bestRateThread} {lang}de.wbb-elite.top5.thread.rate{/lang}: <a href="{link controller="Thread" object=$bestRateThread->getDecoratedObject()}{/link}" {if $bestRateThread->getBoard()->getPermission('canReadThread')} class="wbbTopicLink"{/if} data-thread-id="{@$bestRateThread->threadID}" data-sort-order="DESC">{$bestRateThread->topic}</a> <span class="likesBadge badge green">+{#$bestRateThread->cumulativeLikes}</span> {/if} </li> </ul> </header> </div> </li> </ul> {/if} </div>
-
-
und wie ?
-
Letzte beiträge Box Ist auch zu kurz