Moin, so langsam will ich an die Version 6.x. Dazu habe ich einen Testserver, den ich gemäß Vorgaben für u.a. PHP-Version, OPC (glaub so heißt das) eingerichtet habe. Den Stil vom Forum habe ich exportiert und dort importiert. Der erste Bock kommt wenn ich die eigene Box SignInAs aktiviere, dann kommt eine Fehlerseite die besagt das die Box nicht den Anforderungen entspricht. Irgendwie hatte ich es wieder ins ACP geschafft und konnte die Box deaktivieren. Ohne diese Box läuft das System bis auf Stil-Anpassungen.
Den Code der Box habe ich. Die Fehlermeldung leider nicht.Hat jemand ein Idee wo angesetzt werden muss?
Smarty
<div class="box96">
<div class="containerUser">
{@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(72)}
<div class="containerHeadline">
<h3>
{event name='beforeUsername'}
<a href="{link controller='User' object=$__wcf->user}{/link}">{@$__wcf->getUserProfileHandler()->getFormattedUsername()}</a>
</h3>
{if MODULE_USER_RANK}
{if $__wcf->getUserProfileHandler()->getUserTitle()}
<p><span class="badge userTitleBadge{if $__wcf->getUserProfileHandler()->getRank() && $__wcf->getUserProfileHandler()->getRank()->cssClassName} {@$__wcf->getUserProfileHandler()->getRank()->cssClassName}{/if}">{$__wcf->getUserProfileHandler()->getUserTitle()}</span></p>
{/if}
{if $__wcf->getUserProfileHandler()->getRank() && $__wcf->getUserProfileHandler()->getRank()->rankImage}
<p><span class="userRankImage">{@$__wcf->getUserProfileHandler()->getRank()->getImage()}</span></p>
{/if}
{/if}
</div>
</div>
<div>
<br>
<a href="{link controller='NotificationList'}{/link}"><span class="icon icon16 fa-bell"></span> <span>{lang}wcf.user.notification.notifications{/lang}</span>{if $__wcf->getUserNotificationHandler()->getNotificationCount()} <span class="badge badgeUpdate" style="float:right;">{#$__wcf->getUserNotificationHandler()->getNotificationCount()}</span>{/if}</a>
<br>
{if $__wcf->user->userID && $__wcf->session->getPermission('mod.general.canUseModeration')}
<a href="{link controller='ModerationList'}{/link}">
<span class="icon icon16 fa-shield-alt"></span>
<span>{lang}wcf.moderation.moderation{/lang}</span>
{if $__wcf->getModerationQueueManager()->getOutstandingModerationCount()}<span class="badge badgeUpdate" style="float:right;">{#$__wcf->getModerationQueueManager()->getOutstandingModerationCount()}</span>{/if}
</a>
<br>
{/if}
{if MODULE_CONVERSATION && $__wcf->user->userID && $__wcf->session->getPermission('user.conversation.canUseConversation')}
<a href="{link controller='ConversationList'}{/link}"><span class="icon icon16 fa-comments"></span> <span>{lang}wcf.conversation.conversations{/lang}</span>
{if $__wcf->getConversationHandler()->getUnreadConversationCount()}
<span class="badge badgeUpdate" style="float:right;">{#$__wcf->getConversationHandler()->getUnreadConversationCount()}</span>
{/if}
</a>
{/if}
</div>
<ul class="userLinks">
<li class="jsOnly">
<a href="#" class="markAllAsReadButton jsTooltip"><span class="icon icon16 fa-check"></span> <span>{lang}Foren als gelesen markieren{/lang}</span></a>
</li>
<script data-relocate="true">
$(function() {
new WBB.Thread.MarkAsRead();
new WBB.Board.MarkAllAsRead(function(){
window.location = '{$__wcf->getPath()}';
});
});
</script>
<li class="last24HoursThreads">
<a href="/forum/index.php?twentyfour-thread-list/"><span class="icon icon16 fa-clock"></span> Themen der letzten 24 Stunden</a>
</li>
<li class="userLinksSettings">
<a href="/index.php?account-management/"><span class="icon icon16 fa-cog"></span> Einstellungen</a>
</li>
<li class="userLinksLogout">
<a href="{link controller='Logout'}t={@SECURITY_TOKEN}{/link}" onclick="WCF.Dropdown.Interactive.Handler.close('userMenu'); WCF.System.Confirmation.show('{lang}wcf.user.logout.sure{/lang}', $.proxy(function (action) { if (action == 'confirm') window.location.href = $(this).attr('href'); }, this)); return false;"><span class="icon icon16 fa-sign-out-alt"></span> Logout</a>
</li>
</ul>
<div style="margin-top: 10px;">
<span><center>{lang}wcf.conversation.quota{/lang}</center></span>
<div class="conversationCount">
{assign var='conversationCount' value=$__wcf->getConversationHandler()->getConversationCount()}
{assign var='maxConversationCount' value=$__wcf->session->getPermission('user.conversation.maxConversations')}
<p class="conversationUsageBar{if $conversationCount/$maxConversationCount >= 1.0} red{elseif $conversationCount/$maxConversationCount > 0.9} yellow{/if}">
<span style="width: {if $conversationCount/$maxConversationCount < 1.0}{@$conversationCount/$maxConversationCount*100|round:0}{else}100{/if}%">{#$conversationCount/$maxConversationCount*100}%</span>
</p>
<p><small><center>{lang}wcf.conversation.quota.description{/lang}</center></small></p>
</div>
</div>
</div>
Alles anzeigen
Einen angenehmen Aufenthalt wünscht das "Sonlong-Community"-Team.