Music-charts-mod
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Und wo kamma den CHART MOD downloaden ?
Habe bis dato nix gefunden
***********************
http://www.vwundaudifreunde.at
http://www.vwundaudifreunde.at
- Innos_Zorn
- Mitglied
- Beiträge: 127
- Registriert: 28.06.2003 12:32
- Wohnort: Sternenfels
- Kontaktdaten:
Also ich hatte jetzt bei mir ein problem, und zwar.
Habe ich jetzt die mittlerweile bedeutend mehr songs als die 30 die max. angezeigt werden.
Das Problem: Meine User bewerten zu gut. d.h. hat der schlechteste song der angezeigt wird (platz 30) schon +1 stimmen. Darum wird jetzt wenn ein neuer song vorgeschlagen wird, dieser gar nicht angezeigt weil er mit 0-0 schlechter ist als Platz 30. klar???
ich hab jetzt einfach die max. anzahl auf 1000 gesetzt und lösche einfach wenn ich die Woche beende alles raus was schlechter ist als -3.
das geht so:
einfach das hier:
mit dem erstezen:
also einfach die 30 mit einer beliebigen zahl ersetzen.
Ich dachte ich poste das einfach mal, falls jemand das gleiche prob hat.
Habe ich jetzt die mittlerweile bedeutend mehr songs als die 30 die max. angezeigt werden.
Das Problem: Meine User bewerten zu gut. d.h. hat der schlechteste song der angezeigt wird (platz 30) schon +1 stimmen. Darum wird jetzt wenn ein neuer song vorgeschlagen wird, dieser gar nicht angezeigt weil er mit 0-0 schlechter ist als Platz 30. klar???
ich hab jetzt einfach die max. anzahl auf 1000 gesetzt und lösche einfach wenn ich die Woche beende alles raus was schlechter ist als -3.
das geht so:
einfach das hier:
Code: Alles auswählen
make_jumpbox('viewforum.'.$phpEx, $forum_id);
$v_num = ($mode == "list")?10:30;
Code: Alles auswählen
make_jumpbox('viewforum.'.$phpEx, $forum_id);
$v_num = ($mode == "list")?10:1000;
Ich dachte ich poste das einfach mal, falls jemand das gleiche prob hat.
...wir waten durch ein Meer von Blut, Gib uns dafür Kraft und Mut...
JarOfFlies - Alternative-Rock Community
JarOfFlies - Alternative-Rock Community
woche ausgeben
mal ne frage hat einer ne idee wie ich ausgeben kann wie viele
wochen ein titel schon in den charts ist?
wochen ein titel schon in den charts ist?
- Innos_Zorn
- Mitglied
- Beiträge: 127
- Registriert: 28.06.2003 12:32
- Wohnort: Sternenfels
- Kontaktdaten:
Hier ist die 1.0 Beta.
Ich hab noch ein paar extra images und die Deutsche Sprachdatei dazugepackt.
charts_1-0_beta
Ich hab noch ein paar extra images und die Deutsche Sprachdatei dazugepackt.
charts_1-0_beta
...wir waten durch ein Meer von Blut, Gib uns dafür Kraft und Mut...
JarOfFlies - Alternative-Rock Community
JarOfFlies - Alternative-Rock Community
- Innos_Zorn
- Mitglied
- Beiträge: 127
- Registriert: 28.06.2003 12:32
- Wohnort: Sternenfels
- Kontaktdaten:
Bei mir gings sowohl auf 2.0.4 als auch auf 2.0.6
...wir waten durch ein Meer von Blut, Gib uns dafür Kraft und Mut...
JarOfFlies - Alternative-Rock Community
JarOfFlies - Alternative-Rock Community
komme dort net weiter,und ich hab fisubsilver!
fisubsilver.cfg
overall_header:#
#-----[ OPEN ]------------------------------------------
#
templates\subSilver\overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
{L_LOGIN_LOGOUT}</a>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<a href="{U_CHARTS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_CHARTS}" hspace="3" />{L_CHARTS}</a>
#
#-----[ OPEN ]------------------------------------------
#
templates\subSilver\subSilver.cfg
#
#-----[ FIND ]------------------------------------------
#
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$images['icon_hot'] = "$current_template_images/icon_hot.gif";
$images['icon_not'] = "$current_template_images/icon_not.gif";
$images['icon_add_song'] = "$current_template_images/{LANG}/icon_add_song.gif";
Code: Alles auswählen
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilver/{T_HEAD_STYLESHEET}" type="text/css" />
<script type="text/javascript" src="templates/rollout.js"></script>
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
var greeting_flag = {GREETING_FLAG};
if( greeting_flag )
{
window.open('{U_GREETING_POPUP}', '_phpbbgreeting', 'HEIGHT=225,resizable=yes,WIDTH=400');
}
//-->
</script>
<!-- END switch_enable_greeting_popup -->
</head>
<body>
<CENTER>{BANNER_2_IMG}{BANNER_3_IMG}{BANNER_4_IMG}{BANNER_5_IMG}{BANNER_6_IMG}</CENTER>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/fisubsilver/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="850" height="110" /></a></td>
<td align="right" width="100%">{BANNER_1_IMG}</td><td><img src="templates/fisubsilver/images/spacer.gif" width="100"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_STATISTICS}">{L_STATISTICS}</a> •
<a href="{U_ALBUM}">{L_ALBUM}</a> •
<a href="{U_LINKS}">{L_LINKS}</a> •
<a href="{U_CALENDAR}">{L_CALENDAR}</a> •
<a href="portal.php">Portal</a> •
<a href="{U_LATEST}">{L_LATEST}</a><br />
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> •
<!-- END switch_user_logged_out -->
<a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center">
fisubsilver.cfg
Code: Alles auswählen
<?php
//
// ** Configuration file for fisubsilver template **
//
// $Id: fisubsilver.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//
//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$topic_iw = '59';
$topic_ih = '18';
$post_iw = '82';
$post_ih = '25';
$icon_iw = '16';
$icon_ih = '18';
$folder_iw = '25';
$folder_ih = '25';
$folderbig_iw = '25';
$folderbig_ih = '25';
$ifade = 'onmouseover="this.className=\'imgfull\'" onmouseout="this.className=\'imgfade\'';
$images['template'] = "$current_template_path/";
$images['root'] = "$current_template_images/";
$images['root_lang'] = "$current_template_images/{LANG}/";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_delpost'] = "$current_template_images/{LANG}/icon_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif\" width=\"18\" height=\"9\" class=\"imgspace";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif\" width=\"18\" height=\"9\" class=\"imgspace";
$images['forum'] = "$current_template_images/folder.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['forum_new'] = "$current_template_images/folder_new.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['forum_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['folder'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_moved'] = "$current_template_images/folder_moved.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_global_announce'] = "$current_template_images/folder_global_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_global_announce_new'] = "$current_template_images/folder_global_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['post_new'] = "$current_template_images/{LANG}/post.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_readmsg'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif\" width=\"24\" height=\"25";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
$images['topic_watch'] = "$current_template_images/{LANG}/topic_watch.gif\" width=\"24\" height=\"25";
$images['topic_un_watch'] = "$current_template_images/{LANG}/topic_unwatch.gif\" width=\"24\" height=\"25";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
//
// Top of Page Image
//
$images['icon_up'] = "$current_template_images/icon_up.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";
//added for birthday mod
$images['Capricorn'] = "$current_template_images/icon_mini_capricorn.gif";
$images['Aquarius'] = "$current_template_images/icon_mini_Aquarius.gif";
$images['Pisces'] = "$current_template_images/icon_mini_Pisces.gif";
$images['Aries'] = "$current_template_images/icon_mini_Aries.gif";
$images['Taurus'] = "$current_template_images/icon_mini_Taurus.gif";
$images['Gemini'] = "$current_template_images/icon_mini_Gemini.gif";
$images['Cancer'] = "$current_template_images/icon_mini_Cancer.gif";
$images['Leo'] = "$current_template_images/icon_mini_Leo.gif";
$images['Virgo'] = "$current_template_images/icon_mini_Virgo.gif";
$images['Libra'] = "$current_template_images/icon_mini_Libra.gif";
$images['Scorpio'] = "$current_template_images/icon_mini_Scorpio.gif";
$images['Sagittarius'] = "$current_template_images/icon_mini_Sagittarius.gif";
$images['icon_g_card'] = "$current_template_images/icon_gcard.gif\" class=\"imgfade\" " . "$ifade";
$images['icon_y_card'] = "$current_template_images/icon_ycard.gif\" class=\"imgfade\" " . "$ifade";
$images['icon_r_card'] = "$current_template_images/icon_rcard.gif\" class=\"imgfade\" " . "$ifade";
$images['icon_b_card'] = "$current_template_images/icon_bcard.gif\" class=\"imgfade\" " . "$ifade";
$images['icon_bhot_card'] = "$current_template_images/icon_bhotcard.gif\" class=\"imgfade\" " . "$ifade";
$images['icon_minigender_male'] = "$current_template_images/icon_minigender_male.gif";
$images['icon_minigender_female'] = "$current_template_images/icon_minigender_female.gif";
//Online Status extension - escape all quotes and use braces around variables!
$online_offline[0][0] = '{$lang["Offline"]}';
$online_offline[1][0] = '<span style=\"color: red\">{$lang["Online"]}</span>';
$online_offline[2][0] = '<span style=\"color: blue\">{$lang["Hidden"]}</span>';
$online_offline[3][0] = '';
$online_offline[0][1] = '<img src=\"images/offline.gif\" alt=\"{$lang["Offline"]}\" title=\"{$lang["Offline"]}\" />';
$online_offline[1][1] = '<img src=\"images/online.gif\" alt=\"{$lang["Online"]}\" title=\"{$lang["Online"]}\" />';
$online_offline[2][1] = '<img src=\"images/hidden.gif\" alt=\"{$lang["Hidden"]}\" title=\"{$lang["Hidden"]}\" />';
$online_offline[3][1] = '';
$online_offline[0][2] = '<img src=\"images/offline2.gif\" alt=\"{$lang["Offline"]}\" title=\"{$lang["Offline"]}\" />';
$online_offline[1][2] = '<img src=\"images/online2.gif\" alt=\"{$lang["Online"]}\" title=\"{$lang["Online"]}\" />';
$online_offline[2][2] = '<img src=\"images/hidden2.gif\" alt=\"{$lang["Hidden"]}\" title=\"{$lang["Hidden"]}\" />';
?>
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
- Innos_Zorn
- Mitglied
- Beiträge: 127
- Registriert: 28.06.2003 12:32
- Wohnort: Sternenfels
- Kontaktdaten:
Also in der overall_header würd ich das so mal versuchen:
und in der fisubsilver.cfg is es ja klar
Kann aber sein das es so nicht geht, probiers einfach mal.<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_STATISTICS}">{L_STATISTICS}</a> •
<a href="{U_ALBUM}">{L_ALBUM}</a> •
<a href="{U_LINKS}">{L_LINKS}</a> •
<a href="{U_CHARTS}">{L_CHARTS}</a>
<a href="{U_CALENDAR}">{L_CALENDAR}</a> •
<a href="portal.php">Portal</a> •
<a href="{U_LATEST}">{L_LATEST}</a><br />
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> •
<!-- END switch_user_logged_out -->
<a href="{U_FAQ}">{L_FAQ}</a> • <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center">
und in der fisubsilver.cfg is es ja klar
$images['template'] = "$current_template_path/";
$images['root'] = "$current_template_images/";
$images['root_lang'] = "$current_template_images/{LANG}/";
$images['icon_hot'] = "$current_template_images/icon_hot.gif";
$images['icon_not'] = "$current_template_images/icon_not.gif";
$images['icon_add_song'] = "$current_template_images/{LANG}/icon_add_song.gif";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_delpost'] = "$current_template_images/{LANG}/icon_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgfade\" " . "$ifade";
...wir waten durch ein Meer von Blut, Gib uns dafür Kraft und Mut...
JarOfFlies - Alternative-Rock Community
JarOfFlies - Alternative-Rock Community