Zurück   RR:Board > Webmaster > Webentwicklung

Web-Technik: ASP, PHP, XML, Javascript, AJAX, SQL Datenbanken. Webentwicklung: CMS, Foren, Blog -Scripte.
Antwort
 
Themen-Optionen Thema durchsuchen

wordpress und cjoverkill
Alt 14.01.2008, 16:59   # 1
freek
Kabel Wurm
rot rot rot 
Bewertung:
freek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punktefreek hat 2500 bis 5000 Punkte
Registriert seit: Feb 2007
Beiträge: 1.024
Power: 21
hallo leute,

ich bin hier gerade am verzwiefeln
ich versuche gerade cjoverkill in meinen bolg zu integrieren, leider funktionierts nicht.

ich möchte die toplist inner sidebar, also muss ich ja auch inner sidebar.php "rumfuschen".

so sieht sie aus:

PHP-Code:
    <div id="sidebar">
        <ul>
            <?php     /* Widgetized sidebar, if you have the plugin installed. */
                    
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
            <li>
                <?php include (TEMPLATEPATH '/searchform.php'); ?>
            </li>

            <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
            <li><h2>Author</h2>
            <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
            </li>
            -->

            <?php if ( is_404() || is_category() || is_day() || is_month() ||
                        
is_year() || is_search() || is_paged() ) {
            
?> <li>

            <?php /* If this is a 404 page */ if (is_404()) { ?>
            <?php /* If this is a category archive */ } elseif (is_category()) { ?>
            <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>

            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
            for the day <?php the_time('l, F jS, Y'); ?>.</p>

            <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
            for <?php the_time('F, Y'); ?>.</p>

            <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
            <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
            for the year <?php the_time('Y'); ?>.</p>

            <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
            <p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
            for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

            <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
            <p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>

            <?php ?>

            </li> <?php }?>

            <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

            <li><h2>Archives</h2>
                <ul>
                <?php wp_get_archives('type=monthly'); ?>
                </ul>
            </li>

            <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>

            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
                <?php wp_list_bookmarks(); ?>

                <li><h2>Meta</h2>
                <ul>
                    <?php wp_register(); ?>
                    <li><?php wp_loginout(); ?></li>
                    <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
                    <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
                    <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
                    <?php wp_meta(); ?>
                </ul>
                </li>
            <?php ?>

            <?php endif; ?>
        </ul>

    </div>
und das soll rein:

HTML-Code:
<!--#include virtual="cjoverkill/toplist/template2.html" -->
dann hab ich das überall mal eingefügt:o nur leider wurde sie mir nirgends angezeigt.wo muss ich den code reinschreiben?

bw is ehrensache.

freek
  freek ist offline   Mit Zitat antworten

Alt 14.01.2008, 17:27   # 2
Telefonzelle
The Madness
blau blau 
Bewertung:
Telefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 PunkteTelefonzelle hat 2500 bis 5000 Punkte
Registriert seit: Jun 2006
Beiträge: 2.940
Power: 31
<?php include('cjoverlblblallba'); ?>

?
  Telefonzelle ist offline   Mit Zitat antworten
Antwort

RR:Board > Webmaster > Webentwicklung > wordpress und cjoverkill


Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir erlaubt, Anhänge anzufügen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
[PHP] - Wordpress und Facebookbuttons michi0r Webentwicklung 2 14.02.2012 21:57
Wordpress und Flickr Nosferatu Webentwicklung 0 20.10.2009 15:08
CJOverkill ohne Zend? Telefonzelle Webentwicklung 1 10.12.2008 17:30
Cjoverkill Einstellungen und Hilfe Elbarto0 Webentwicklung 1 13.07.2008 14:04
cjoverkill Skimming Decryptor Webentwicklung 0 30.12.2007 03:24



Alle Zeitangaben in WEZ +1. Es ist jetzt 05:13 Uhr.
vBulletin Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.