• Willkommen und viel Spaß im Forum!

Deutsche Übersetzung (1 Viewer)

Ah, jetzt aber 😛
 
hö, wo jetzt genau, denn das ist hier zumindestens geÀndert:

1544379877620.png
 
soo... gibt aber auch einfach zu viele Kombinationen der Likes :D
 
The requested thread could not be found.

This user's profile is not available.
 
Your posts in thread Strg+V! were merged together. Grund: doppelpost
Heute um 00:33
 
GELÖSCHT nicht gelöst xD
 
success beim öffnen der smilies:

nudez.png

and 1 more:

Unbenannt.png
 
Das Success finde ich immer noch nicht. Muss mal nochmal versuchen im Quelltext was zu finden, oder Nius Nius weis da was :)
 
ist doch nervig. hab jetzt nochmal was anderes gefunden:
Code:
{ok: true, html: {,
}, status: "ok", message: "Success",
}
html: {,
}
content: "<h3 class="tabs tabs--editor hScroller" data-xf-in"
message: "Success"
ok: true
status: "ok"
visitor: {conversations_unread: "0", alerts_unread: "0", total_unread: "0"}
alerts_unread: "0"
conversations_unread: "0"
total_unread: "0"
Request URL https://meet-teens.eu/index.php?edi...fd7c65d97fcaddd3ef296280&_xfResponseType=json

Suche ich in den Templates nach zB "h3 class="tabs tab", finde ich auch was. "Template Name: editor_smilies"
Aber darin ist dann wieder keine Successmeldung zu finden, sondern nur:
Code:
<xf:if is="count($smiliesInfo.smilies) > 1">
    <div>
        <h3 class="tabs tabs--editor hScroller" data-xf-init="tabs h-scroller" role="tablist">
            <span class="hScroller-scroll">
            <xf:foreach loop="$smiliesInfo.smilieCategories" key="$categoryId" value="$category"
                if="{$smiliesInfo.smilies.{$categoryId}} is not empty" i="$i">

                <a class="tabs-tab {{ $i == 1 ? 'is-active' : '' }}"
                    role="tab" tabindex="0" aria-controls="{{ unique_id('smilies' . $i) }}">{$category.title}</a>
            </xf:foreach>
            </span>
        </h3>

        <ul class="tabPanes is-structureList">
            <xf:foreach loop="$smiliesInfo.smilieCategories"
                key="$categoryId"
                value="$category"
                if="{$smiliesInfo.smilies.{$categoryId}} is not empty"
                i="$i">

                <li class="{{ $i == 1 ? 'is-active' : '' }}" role="tabpanel" id="{{ unique_id('smilies' . $i) }}">
                <xf:foreach loop="{$smiliesInfo.smilies.{$categoryId}}" value="$smilie">
                    {{ smilie($smilie.smilie_text_options.0) }}
                </xf:foreach>
                </li>
            </xf:foreach>
        </ul>
    </div>
<xf:else />
    <div class="block-body block-row">
    <xf:foreach loop="$smiliesInfo.smilieCategories"
        key="$categoryId"
        value="$category"
        if="{$smiliesInfo.smilies.{$categoryId}} is not empty"
        i="$i">

        <xf:foreach loop="{$smiliesInfo.smilies.{$categoryId}}" value="$smilie">
            {{ smilie($smilie.smilie_text_options.0) }}
        </xf:foreach>
    </xf:foreach>
    </div>
</xf:if>
 

Users who are viewing this thread

Top