• 17-08-2009, 21:59:59
    #1
    Üyeliği durduruldu
    Arkadaşlar ByMskn'in yayınladığı Cliptik v3 temayı kurdum Ancak böyle bir Hata veriyor.

    Fatal error: Call to undefined function get_totalauthors() in /home/dizi3/domains/dizi3.com/public_html/wp-content/themes/cliptik-mavi3/mavi-v3/header.php on line 63

    Nasıl Düzeltebilirim
  • 17-08-2009, 22:01:33
    #2
    Eklentilerden yapabilir hocam bi bilgim yok sadece bir fikir
  • 17-08-2009, 22:03:04
    #3
    sanırım eklentileri kurmamışsınız.
  • 17-08-2009, 22:07:03
    #4
    site adresini alabilirmiyim, virüs te yemiş olabilirsiniz.
  • 17-08-2009, 22:08:44
    #5
    Üyeliği durduruldu
    eklentileri aktif edin eger yaninda eklenti varsa.. yoksa bu dosyayi buraya ekleyin: header.php
  • 18-08-2009, 18:28:19
    #6
    Üyeliği durduruldu
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title>
    <?php wp_title(''); ?>
    <?php if(wp_title(' ', false)) { echo ' | '; } ?>
    <?php bloginfo('name'); ?>
    </title>

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-language" content="tr" />
    <meta name="robots" content="all,follow" />
    <meta name="generator" content="<?php bloginfo('version'); ?>" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="shortcut icon" type="image/ico" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.ico" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE 6]>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie6.css" type="text/css" media="screen" />
    <![endif]-->
    <script src="<?php bloginfo('stylesheet_directory'); ?>/js/lightsoff.js" type="text/javascript"></script>
    <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.js" type="text/javascript"></script>
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php wp_head(); ?>



    </head>
    <body>
    <body onload="lightsoff();">
    <div id="main">


    <div id="header">
    <div id="top-reklam"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/reklam.gif">
    </div>
    </div>
    </div>


    <div id="navigation">
    <div id="nav-bar">
    <div class="button"><a class="nav" href="index.php/">Anasayfa</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori1</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori2</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori3</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori4</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori5</a></div>
    <div class="button"><a class="nav" href="http://www.">Kategori6</a></div>
    <div class="button"> <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
    <input type="text" name="s" id="s" value="<?php the_search_query(); ?>" size="21">



    <input type="submit" value="Arama" />
    </fORM>
    </label></div>
    <div id="search">
    </div></div>
    <div id="sub-nav"><div id="top-advert1">Üyeler: <?php get_totalauthors(); ?>&nbsp;|&nbsp;Toplam Video: <?php get_totalposts(); ?>&nbsp;|&nbsp;Yorumlar: <?php get_totalcomments(); ?></div>


    </div>


    <div style=" clear:both"></div>
    <div id="mainContent">
    <td valign="top">
    </body>