Pagina 1 van 1
Missing in action balk (opgelost)
Geplaatst: 22 okt 2003, 09:43
door Kaza
Webdev schreef dit naar aanleiding van een showoff.
Hij mist een balk ofzoiets? Nu heb ik op verschillende forum gekeken maar ik weet nog steeds niet wat hij nou bedoeld.
Iemand hier die het weet? Lekentaal please dan maar

Geplaatst: 22 okt 2003, 10:03
door headout
Hij bedoelt deze balk:
Als je goed kijkt zit er wel een achtergrond kleur in, maar mist het achtergrond plaatje wat de balk verder opvult.
Waarschijnlijk mis je cellpic1.gif
Post trouwens eens een stukje uit viewtopic_body.tpl, zoek even hier naar:
Code: Selecteer alles
<a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a>
Post eens het stuk code eromheen, vanaf <tr> tot </tr>.
Geplaatst: 22 okt 2003, 10:10
door Kaza
Code: Selecteer alles
<tr align="right">
<td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td>
</tr>
cellpic1.gif is aanwezig
Geplaatst: 22 okt 2003, 10:17
door headout
Kaza schreef:Code: Selecteer alles
<tr align="right">
<td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td>
</tr>
cellpic1.gif is aanwezig
Paar vragen waar je even naar zou kunnen kijken:
Staat het gifje in de juiste map? (templates/jouwtemplate/images/)
Heb je in je css bestand gekeken naar de cathead regel? (zou zoiets als dit moeten zijn:
Code: Selecteer alles
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
Geplaatst: 22 okt 2003, 10:22
door Kaza
Yep, alles is gewoon (nog) standaard
Code: Selecteer alles
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #006699; height: 25px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
/*
uit mijn adminpanel
Code: Selecteer alles
Tabel Kop Klasse 1: cellpic1.gif
Tabel Kop Klasse 2: cellpic3.gif
Tabel Kop Klasse 3: cellpic2.jpg
Geplaatst: 22 okt 2003, 10:40
door Kaza
Tis niet te geloven!
Opgelost door even de gifs en jpg in de ROOT/images te zetten
Hoe het kan?? ik weet het niet, maar het werkt weer.
Bedankt voor je inzet headout!
Geplaatst: 22 okt 2003, 12:20
door headout
Kaza schreef:
Bedankt voor je inzet headout!
Graag gedaan.
Wel vreemd, een verwijzing die niet klopt, terwijl alles standaard is.
Geplaatst: 22 okt 2003, 16:28
door michaa113
fout zit dan in templatesnaam/template.cfg
Daar staat verwijzing verkeerd.
Geplaatst: 23 okt 2003, 06:32
door Kaza
michaa113 schreef:fout zit dan in templatesnaam/template.cfg
Daar staat verwijzing verkeerd.
Even een
orginele subsilver.cfg erbij pakken
Je zal er geen verwijzing tegenkomen. daar had ik dus ook al zitten loeren namelijk.
Code: Selecteer alles
define(TEMPLATE_CONFIG, TRUE);
$current_template_images = $current_template_path . "/images";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.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_locked_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_lock_new.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/{LANG}/post.gif";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
$images['reply_locked'] = "$current_template_images/{LANG}/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/{LANG}/reply.gif";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$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";
//
// 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;
?>
Wellicht dat het wel mogelijk is om een verwijzing te plaatsen, dat heb ik niet geprobeerd
