MyBB.de Forum
Portal Tab - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Portal Tab (/thread-21498.html)



Portal Tab - MyBB.de Bot - 21.06.2009

Eine neue Erweiterung wurde veröffentlicht: Portal Tab

Zitat:While for most of us adding a link to the navigation bar is easy, some people, especially those new webmaster that just start out in the forum and coding world, are not so comfortable with getting their hands dirty so to speak with changing codes in templates and/or files. And that is exactly where this plugin comes in.

It will add a Portal Tab link at the navigation bar that when clicked it will redirect users at the portal page. It adds also a setting in the acp of your forum where you can enable and disable the plugin.

Enjoy it.



RE: Portal Tab 1.0 - Sunny93 - 31.10.2009

Bei mir wird nichts angezeigt Sad


RE: Portal Tab 1.0 - StefanT - 31.10.2009

Du hast die Option schon aktiviert? Befindet sich im Template "header" die Variable {$portaltab}?


RE: Portal Tab 1.0 - Sunny93 - 31.10.2009

Nein, die ist leider nicht da obwohl ich das Plugin aktiviert und unter Konfiguration auf "Ein" gestellt habe Sad


RE: Portal Tab 1.0 - StefanT - 31.10.2009

Dann füge sie ein. (Vor den anderen Toplinks) Wink


RE: Portal Tab 1.0 - Sunny93 - 31.10.2009

Könntest du mir mal helfen? Ich wei0 nicht genau wie das geht. Ich habe das jetzt gerade so:
<a href="{$mybb->settings['bburl']}/portal.php" class="Portal">{$lang->$portaltab}</a> und es wird immer noch nichts angezeigt Sad


RE: Portal Tab 1.0 - StefanT - 31.10.2009

Füge im Template "header" nach:
Code:
<ul>
das ein:
Code:
{$portaltab}



RE: Portal Tab 1.0 - Sunny93 - 31.10.2009

Schade nur das bei mir nirgendswo <ul> vorhanden ist -.-

Code:
<div id="container">
        <a name="top" id="top"></a>    
        <div id="header">
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
            
                     {$welcomeblock}
        </div>
        <div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            <navigation>
            <br />

Weißt du wo ich die Variable da einfügen muss?


RE: Portal Tab 1.0 - joggi - 15.05.2011

Link iss down