Seite 1 von 1
problem mit viewtopic_poll_result.tpl
Verfasst: 17.04.2004 10:40
von pippin
hallo leute ich habe ein problem mit der {poll_option.POLL_OPTION_IMG_WIDTH} im phpbb 2.0.8
die variable liefert immer den wert 0
dh. sind alle ergebnissbalken gleichlang
danke im voraus
Verfasst: 17.04.2004 11:10
von PhilippK
Hast du da irgendwelche Mods installiert?
Ansonsten schau mal in der CFG-Datei deines Styles (z.B. subSilver.cfg - nicht die theme_info.cfg) nach den Werten
Code: Alles auswählen
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;
Gruß, Philipp
Verfasst: 18.04.2004 17:41
von pippin
bei meinem template (ein von mir modifiziertes VereorLordoftheRings) gibt es die von dir genannten Variablen nicht.
Code: Alles auswählen
<?php
//
// Configuration file for GdR template
//
// copyright (C) 2001 The phpBB Group
// Created by philipp freidl
// pfreidl@gmx.at
// based on the VereorLordoftheRings template
// from www.vereor.com
//
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$images['icon_quote'] = "$current_template_images/icon_quote.gif";
$images['icon_edit'] = "$current_template_images/icon_edit.gif";
$images['icon_search'] = "$current_template_images/icon_find.gif";
$images['icon_profile'] = "$current_template_images/icon_profile.gif";
$images['icon_pm'] = "$current_template_images/icon_sendpm.gif";
$images['icon_email'] = "$current_template_images/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
$images['icon_ip'] = "$current_template_images/icon_ip.gif";
$images['icon_www'] = "$current_template_images/icon_www.gif";
$images['icon_icq'] = "$current_template_images/icon_icq.gif";
$images['icon_aim'] = "$current_template_images/icon_aim.gif";
$images['icon_yim'] = "$current_template_images/icon_yim.gif";
$images['icon_msnm'] = "$current_template_images/icon_msn.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";
$images['forum'] = "$current_template_images/folder_big.gif";
$images['forum_new'] = "$current_template_images/folder_new_big.gif";
$images['forum_locked'] = "$current_template_images/folder_lock_big.gif";
$images['folder'] = "$current_template_images/folder.gif";
$images['folder_new'] = "$current_template_images/folder_new.gif";
$images['folder_hot'] = "$current_template_images/folder_hot.gif";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
$images['folder_locked'] = "$current_template_images/folder_lock.gif";
$images['folder_locked_new'] = "$current_template_images/folder_new_lock.gif";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";
$images['folder_announce'] = "$current_template_images/folder_announce.gif";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";
$images['post_new'] = "$current_template_images/post.gif";
$images['post_locked'] = "$current_template_images/reply-locked.gif";
$images['reply_new'] = "$current_template_images/reply.gif";
$images['reply_locked'] = "$current_template_images/reply-locked.gif";
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
$images['pm_replymsg'] = "$current_template_images/reply.gif";
$images['pm_postmsg'] = "$current_template_images/msg_newpost.gif";
$images['pm_quotemsg'] = "$current_template_images/icon_quote.gif";
$images['pm_editmsg'] = "$current_template_images/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
$images['Topic_watch'] = "$current_template_images/topic_watch.gif";
$images['Topic_un_watch'] = "$current_template_images/topic_unwatch.gif";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif";
$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";
?>
Verfasst: 18.04.2004 17:54
von PhilippK
Dann füg sie mal ein
Gruß, Philipp
Verfasst: 18.04.2004 17:55
von pippin
wäre mal ne idee nicht?