Beiträge von Levsen

    Hallo ich habe PNG Smilies anstatt GIF smilies, kann mir jemand sagen in welcher datei ich das GIF zu PNG ändern muss damit wordpress die PNG smilies verwendet ?

    vars.php sieht so aus

    Exclude Lösung

    Include Lösung

    Leider funktioniert nichts

    Zero Blog- Ein weiteres tolles WordPress-Blog hier mal der link damit ihr seht was ich meine

    Hallo ich würde gerne meine Kategorien anderes gestalten als sonst.

    Ich möchte 3 Boxen und jede Box hat ne überschrift in meinem Fall... Nachrichten, Downloads und Tutorials

    Nun soll das mit denn kategorien so aussehen.

    Die sachen mit dem - sollen die kategorien in denn boxen sein und Nachrichten ,Downloads und Tutorials sind ja die Box überschriften.

    Hier der link und dort seht ihr auch die 3 Boxen
    http://z3r0-day.bplaced.de/

    Ich hoffe ihr versteht was ich meine.

    Vielne Dank

    Hallo mein Exclude funtz net ich weiß net warum, und ich habe 5 Boxen in die Sidebar eingebaut aber ich sehe nur eine.

    sidebar.php

    Hoffe ihr könnt helfen

    ok hier

    musst dann per exlude schauen welche seiten du wo haben willst und welche nicht

    Mach ma so

    [COLOR=#000000] <div class="dbx-group" id="sidebar">
    [COLOR=#0000CC]<?php [/COLOR][COLOR=#006600]if ( ![/COLOR][COLOR=#0000CC]function_exists[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'dynamic_sidebar'[/COLOR][COLOR=#006600]) || ![/COLOR][COLOR=#0000CC]dynamic_sidebar[/COLOR][COLOR=#006600]() ) : [/COLOR][COLOR=#0000CC]?>
    [/COLOR]
    <!--sidebox start -->
    <div id="categories" class="dbx-box">
    <h3 class="dbx-handle">[COLOR=#0000CC]<?php _e[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'Categories'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</h3>
    <div class="dbx-content">
    <ul>
    [COLOR=#0000CC]<?php wp_list_cats[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'sort_column=name&optioncount=1&hiera rchical=0'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>
    [/COLOR] </ul>
    </div>
    </div>
    <!--sidebox end -->

    <!--sidebox start -->
    <div id="archives" class="dbx-box">
    <h3 class="dbx-handle">[COLOR=#0000CC]<?php _e[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'Archives'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</h3>
    <div class="dbx-content">
    <ul>
    [COLOR=#0000CC]<?php wp_get_archives[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'type=monthly'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>
    [/COLOR] </ul>
    </div>
    </div>
    <!--sidebox end -->

    <!--sidebox start -->
    <div id="links-1" class="dbx-box">
    <h3 class="dbx-handle">[COLOR=#0000CC]<?php _e[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'Links Box 1'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</h3>
    <div class="dbx-content">
    <ul>
    [COLOR=#0000CC]<?php get_links[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'-1'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'<li>'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'</li>'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'<br />'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'id'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], -[/COLOR][COLOR=#0000CC]1[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>
    [/COLOR] </ul>
    </div>
    </div>
    <!--sidebox end -->


    <!--sidebox start -->
    <div id="links-2" class="dbx-box">
    <h3 class="dbx-handle">[COLOR=#0000CC]<?php _e[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'Links Box 2'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]</h3>
    <div class="dbx-content">
    <ul>
    [COLOR=#0000CC]<?php get_links[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'-1'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'<li>'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'</li>'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'<br />'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]'id'[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600], -[/COLOR][COLOR=#0000CC]1[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]FALSE[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>
    [/COLOR] </ul>
    </div>
    </div>
    <!--sidebox end -->

    <!--sidebox start -->
    <div id="meta" class="dbx-box">
    <h3 class="dbx-handle">Meta</h3>
    <div class="dbx-content">
    <ul>
    <li class="rss"><a href="[COLOR=#0000CC]<?php bloginfo[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'rss2_url'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]">Entries (RSS)</a></li>
    <li class="rss"><a href="[COLOR=#0000CC]<?php bloginfo[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'comments_rss2_url'[/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>[/COLOR]">Comments (RSS)</a></li>
    <li class="wordpress"><a href="http://www.wordpress.org" title="Powered by WordPress">WordPress</a></li>
    <li class="login">[COLOR=#0000CC]<?php wp_loginout[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?>[/COLOR]</li>
    </ul>
    </div>
    </div>
    <!--sidebox end -->

    [COLOR=#0000CC]<?php [/COLOR][COLOR=#006600]endif; [/COLOR][COLOR=#0000CC]?>
    [/COLOR]
    </div><!--/sidebar -->[/COLOR]

    also sidebars musste so machen wenn du du noch ne 2te Box willst mit Links hat zumindest bei mir gefuntz

    und dann bissle mit exclude rumspielen

    Hallo ich habe mir Sidebar Login geladen und möchte es einbauen es ist aktiv und ich muss nun wissen wie ich es einbaue da ich keine widgets nutze sonder alles über denn code mache in der sidebar.php.

    Weiß jemand wie das geht?