Gæster online: 3
Brugere online: 0
Antal brugere: 1,518
Nyeste bruger: TomTom3480
10 nyeste brugere: Klik her
10,419,329 Unikke besøg
5371 Besøg pr. dag
Artikler
Nyeste artikler
Populære artikler
Info om artikler
Artikler i databasen:
9
Læst antal gange:
198134
Downloads
Nyeste downloads
Populære downloads
Info om downloads
Filer i databasen:
179
Hentet antal gange:
53654
Statistik mm.
Jamen dog! Hvor finder vi det stærke
JavaScript ?
Din browser understøtter ikke
JavaScript eller har ikke understøttelsen slået til. Slå
JavaScript til i din browser for at se denne side
ordentligt,
eller
opgrader til en browser, der understøtter JavaScript;
Firefox ,
Safari ,
Opera ,
Chrome eller en version af
Internet Explorer nyere end version 6.
Hvem er her? 1 gæst(er)
Unikke besøg i theme
fjennehav
Lagt på d. 29-07-2012 10:49
Bruger
Antal indlæg: 147
Tilmeldt: 28.06.08
Sidst set: 27.12.12
On/Offline:
Offline
Status:
Ingen status er valgt
Dagens humør:
Hej, jeg mangler unikke besøg i dette theme.
Er der nogle der kan fikse den.
Hvis det kan lade sig gør må den gerne være i modsatte side af "FACEBOOK" ikonet i toppen - Hvis dette ikke kan lade sig gøre, så napper vi den bare i bunden.
www.dunk-it.dk
Kode <?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: theme.php
| Theme Name: Night Transition v1.00
| Author: ozan
| Web Page: http://www.phptema.com
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='->'/>");
// TEMA BOYUT:
$theme_width = "960px";
$twit_panel = false; // Aç Kapat - Open Close: true | false
$face_panel = true; // Aç Kapat - Open Close: true | false
$rss_panel = false; // Aç Kapat - Open Close: true | false
require_once INCLUDES."theme_functions_include.php";
include THEME."aramamenu.php";
function render_page($license=false) {
global $theme_width,$settings,$main_style,$locale,$userdata,$aidlink,$db_prefix,$twit_panel,$face_panel,$rss_panel;
echo "<table align='center' width='$theme_width' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='top'>".showbanners()."</td>";
echo "</tr></table>";
echo "<table align='center' width='$theme_width' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='butoncerceve-sol'></td>";
echo "<td class='ustbutonlar' align='left' >".aramamenu()."</td>";
if ($twit_panel) {
echo "<td class='ustbutonlar' align='right' ><a class='twitter'#' title='twitter'> </a></td>";
}
if ($face_panel) {
echo "<td class='ustbutonlar' align='right' ><a class='facebook' href='http://facebook.com/dunkitdk' title='facebook'> </a></td>";
}
if ($rss_panel) {
echo "<td class='ustbutonlar' align='right' ><a class='rss' href='#' title='rss'> </a></td>";
}
echo "<td class='butoncerceve-sag'></td>";
echo "</tr></table>";
echo "<div class='wrapper'><div class='header'>";
$result = dbquery(
"SELECT tn.*, tc.*, user_id, user_name FROM ".DB_NEWS." tn
LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") AND news_draft='0'
ORDER BY news_sticky DESC, news_datestamp DESC LIMIT 0,1");
while ($data = dbarray($result)) {
echo "<div class='intro'>
";
}
echo "</div>
<div class='info'>
</div>
<div>
</div>
</form>
</div></div>";
echo "<table align='center' width='$theme_width' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='cerceve-sol'><img src='".THEME."images/blank.gif' width='5' height='100%' alt='.' /></td>";
echo "<td class='anasayfa-arkarenk' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (LEFT) { echo "<td class='kose-kenar-sol' valign='top'>".LEFT."</td>"; }
if (RIGHT) { echo "<td class='kose-kenar-sag' valign='top'>".RIGHT."</td>"; }
echo "<td class='cerceve-sag'><img src='".THEME."images/blank.gif' width='5' height='100%' alt='.' /></td>";
echo "</tr></table>";
echo "<div class='wrapper'><div id='footer'>
<div class='foot_l'><a href='http://phptema.com' title='Phpfusion premium themes'> </a></div>
<div class='foot_content'>
<ul>
<li>Powered by <a href='http://www.php-fusion.co.uk' target='_blank' >Php-Fusion</a> copyright © 2002 - ".date("Y")." by Nick Jones. Released as free software without warranties under <a href= 'http://www.fsf.org/licensing/licenses/agpl-3.0.html' target='_blank' >GNU Affero GPL v3.</a> <a href='http://validator.w3.org/check?uri=referer'><img src='".THEME."images/xhtml_valid.png' alt='Valid XHTML 1.0 Transitional' /></a><a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='".THEME."images/css_valid.png' alt='Valid CSS!' /></a> </li>
</ul>
<p><a href='http://web-kreation.com'>Orginal Design by Web-kreation </a>- <a href= 'http://www.phptema.com/' target='_blank' >Redesigned by phptema.com</a></p>
</div>
<div class='foot_r'> </div>
<div class='backToTop'>
<a href='#' title='Top'></a>
</div>
</div></div>";
}
function render_news($subject, $news, $info) {
global $locale, $aidlink, $news_info, $userdata, $data;
echo "<div class='post'>
<div class='title clearfix'>
<div class='date'>
<p class='day'>".showdate("%d", $news_info['news_date'])."</p>
<p class='month'>".showdate("%b", $news_info['news_date'])."</p>
<p class='year'>".showdate("%Y", $news_info['news_date'])."</p>
</div>
<h1>".$subject."</h1>
<small>".$locale['global_050']." : <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$info['user_name']."</a> | ".$locale['global_077'].": <a href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a> | <a href='news.php?readmore=".$info['news_id']."' >".$info['news_comments'].($info['news_comments'] == 1 ? $locale['global_073b'] : $locale['global_073'])." »</a> | <a href='news.php?readmore=".$info['news_id']."' >".$info['news_reads'].($info['news_comments'] == 1 ? $locale['global_074'] : $locale['global_074'])." </a> </small>
<br class='endOfSection' />
</div>
<div class='entry'>";
echo "<p>".$news.""; if (!isset($_GET['readmore']) && $info['news_ext'] == "y") { echo "... <a class='more-link' href='news.php?readmore=".$info['news_id']."' title='".$locale['global_072']."'>".$locale['global_072']."</a></p>"; }
echo "<br class='endOfSection' />
<a class='backToTop' href='#' title='Top'> </a>
</div>
</div>";
}
function render_article($subject, $article, $info) {
global $locale, $aidlink, $article_info, $userdata, $data;
echo "<div class='post'>
<div class='title clearfix'>
<div class='date'>
<p class='day'>".showdate("%d", $article_info['article_date'])."</p>
<p class='month'>".showdate("%b", $article_info['article_date'])."</p>
<p class='year'>".showdate("%Y", $article_info['article_date'])."</p>
</div>
<h1>".$subject."</h1>
<small>".$locale['global_050']." : <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$info['user_name']."</a> | ".$locale['global_077'].": <a href='articles.php?cat_id=".$data['article_cat_id']."'>".$data['article_cat_name']."</a> | <a href='articles.php?readmore=".$info['article_id']."' >".$info['article_comments'].($info['article_comments'] == 1 ? $locale['global_073b'] : $locale['global_073'])." »</a> | <a href='articles.php?readmore=".$info['article_id']."' >".$info['article_reads'].($info['article_comments'] == 1 ? $locale['global_072'] : $locale['global_072'])." </a> </small>
<br class='endOfSection' />
</div>
<div class='entry'>
<p>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</p>
<br class='endOfSection' />
<a class='backToTop' href='#' title='Top'> </a>
</div>
</div>";
}
function opentable($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td class='spaneller'>$title</td>";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='spaneller' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "</tr></table>";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'><tr>";
echo "<td class='spaneller-arkarenk'>";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closetable() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n</tr>\n</table>\n";
}
function openside($title, $collapse = true, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>";
echo "<td class='spaneller'>$title</td>";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='spaneller' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "</tr></table>";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'><tr>";
echo "<td class='spaneller-arkarenk'>";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closeside() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n</tr>\n</table>\n";
}
?>
www.dunk-it.dk og testsiden http://fjord-hans...
Smokeman
Lagt på d. 30-07-2012 15:16
Super Administrator
Antal indlæg: 12086
Tilmeldt: 25.01.08
Sidst set: 04.03.13
On/Offline:
Offline
Status:
Far til fire :-)
Dagens humør:
Hej.
Eftersom du ikke bruger dine subheader-links i toppen/menuen, ja så burde du kunne nøjes med at finde denne linje:
Kode echo "<td class='ustbutonlar' align='left' >".aramamenu()."</td>";
- og udkommentere den. Nedenunder indsætter du i stedet denne linje:
Kode echo "<td class='ustbutonlar' align='left' ><font color='#ffffff'>".showcounter()."</font></td>";
fjennehav
Lagt på d. 30-07-2012 17:00
Bruger
Antal indlæg: 147
Tilmeldt: 28.06.08
Sidst set: 27.12.12
On/Offline:
Offline
Status:
Ingen status er valgt
Dagens humør:
Tak for hjælpen.
Virker perfekt
www.dunk-it.dk og testsiden http://fjord-hans...
Smokeman
Lagt på d. 30-07-2012 17:43
Super Administrator
Antal indlæg: 12086
Tilmeldt: 25.01.08
Sidst set: 04.03.13
On/Offline:
Offline
Status:
Far til fire :-)
Dagens humør:
Det var da så lidt.
Spring til debat:
Generel debat
Tekst redigering og korrektur
Frikvarteret
Fejl-rapportering
MOD's og Elementer
Infusioner
Temaer
Tips og tricks mm.
Generel debat
MOD's og Elementer
Infusioner
Temaer
Tips og tricks mm.
Generel debat
MOD's og Elementer
Infusioner
Temaer
Tips og tricks mm.
Generel debat
MOD's og Elementer v6
Infusioner v6
Temaer v6
Tips og tricks mm. v6.
Generel debat - v6