• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Product] XenFans.com - Extra Tabs

  • Thread starter Thread starter Floris
  • Start date Start date
Looks great !
+ Like.
GUI looks pretty intuitive as well.
product-xenfans-debug-tool_admin-options-png.18454
 
Closed at the request of the thread author.

Please post on the author's site for any questions or support.
 
Brogan; thanks.
DD; To answer your older question: no. It does not conflict with the other plugins mentioned.
This thread is not to discuss whether I should have this open or not. The reason it's re-opened is because of an internal decision at xenfans, where we now have found resources to provide basic support here.

The first post will be updated with the latest information and latest build. I am finalizing today's release with a new feature.
 
Updated: version 1.0.2 build 3.

First post has been updated with the new build .zip file.
Second post has the details. A bit more maintenance. User-feedback. And a new setting: Display tab link in footer?

Enjoy.
 
If i will save:
HTML:
<ul class="secondaryContent blockLinksList">
    <li><a href="{xen:link wiki/roleplay-server}">Was ist Roleplay</a></li>
    <li><a href="{xen:link threads/faq-für-den-rp-server.289}">FAQ</a></li>
    <li><a href="{xen:link threads/§3-rp-serverregeln.227}">RP Regeln</a></li>
    <li><a href="{xen:link threads/rp-strafkatalog.278}">Strafkatalog</a></li>
    <li><a href="{xen:link wiki/titel}">Titelliste</a></li>
    <li><a href="{xen:link wiki/berufe-rp-server}">Berufsliste</a></li>
    <li><a href="{xen:link wiki/befehlsliste}">Commands</a></li>
    <li><a href="http://78.47.47.180:8123">Map</a></li>
    <li><a href="{xen:link events}">Abwesenheit</a></li>
</ul>
i geht the message
Folgende Fehler sind aufgetreten:

Die folgenden Templates beinhalten Fehler und werden nicht gespeicher: xenfans_extra_tabs_dropdown_two: 1) Zeile 3: Template Syntaxfehler
 
If i will save:
HTML:
<ul class="secondaryContent blockLinksList">
    <li><a href="{xen:link wiki/roleplay-server}">Was ist Roleplay</a></li>
    <li><a href="{xen:link threads/faq-für-den-rp-server.289}">FAQ</a></li>
    <li><a href="{xen:link threads/§3-rp-serverregeln.227}">RP Regeln</a></li>
    <li><a href="{xen:link threads/rp-strafkatalog.278}">Strafkatalog</a></li>
    <li><a href="{xen:link wiki/titel}">Titelliste</a></li>
    <li><a href="{xen:link wiki/berufe-rp-server}">Berufsliste</a></li>
    <li><a href="{xen:link wiki/befehlsliste}">Commands</a></li>
    <li><a href="http://78.47.47.180:8123">Map</a></li>
    <li><a href="{xen:link events}">Abwesenheit</a></li>
</ul>
i geht the message
Folgende Fehler sind aufgetreten:

Die folgenden Templates beinhalten Fehler und werden nicht gespeicher: xenfans_extra_tabs_dropdown_two: 1) Zeile 3: Template Syntaxfehler
Xenforos linkbuilder have problems with this stuff:(
Code:
    <li><a href="{xen:link threads/faq-für-den-rp-server.289}">FAQ</a></li>
    <li><a href="{xen:link threads/§3-rp-serverregeln.227}">RP Regeln</a></li>
    <li><a href="{xen:link threads/rp-strafkatalog.278}">Strafkatalog</a></li>

use it this way:
<li><a href="{xen:link threads , {xen:array 'thread_id=289'}}">FAQ</a></li>

(if you want to add the thread title to the url too, you'll need to put it also to the xen:array
 
ok Thanks

//Edit
And in the "xenfans_extra_tabs_dropdown_manager"
you have sometime post "target="_blank"" twice
 
Brogan; thanks.
DD; To answer your older question: no. It does not conflict with the other plugins mentioned.
This thread is not to discuss whether I should have this open or not. The reason it's re-opened is because of an internal decision at xenfans, where we now have found resources to provide basic support here.

The first post will be updated with the latest information and latest build. I am finalizing today's release with a new feature.
Thanks Floris, appreciated.
 
Top Bottom