Subsilver vraagje :) (plaatjes)

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
reinier
Berichten: 214
Lid geworden op: 25 dec 2003, 16:33

Subsilver vraagje :) (plaatjes)

Bericht door reinier » 27 feb 2005, 12:36

Ik wil de plaatjes die je altijd links ziet staan als je gepost hebt, bijf een stinky of mededeling wat groter hebben.

en de buttons ook

dit is het bestand waar het moet maar snap er niks van:

<?php
//
// ** Configuration file for subSilver template **
//
// ** copyright (C) 2001 The phpBB Group **
// ** Created by subBlue design **
// ** http://www.subBlue.com **
//
// ** subSilver dev. forum: http://www.subSky.com/phpBB2/ **
//
// $Id: subSilver.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";

$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;

?>


Ik wil dus de plaatjes die links staan de grote 90x60 hebben
:)

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 27 feb 2005, 12:37

viewforum_body.tpl

Verander width="19" heigth="18" (oid) in jouw grootte.

reinier
Berichten: 214
Lid geworden op: 25 dec 2003, 16:33

Bericht door reinier » 27 feb 2005, 12:43

Tnxs, voor de helft is het gelukt :)

http://www.posting-cafe.nl/forum
Nu alleen nog dat plaajes naast de forum
Laatst gewijzigd door reinier op 27 feb 2005, 13:49, 2 keer totaal gewijzigd.
:)

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 27 feb 2005, 12:46

reinier schreef:Tnxs, voor de helft is het gelukt :)

http://www.posting-cafe.nl/forum nu alleen dus daar nkg dat plaatje naast de forums

bijf mededelingen
nkg :? bijf :?
... Maar ik modereer (nog) niet.

Coen
Berichten: 5387
Lid geworden op: 03 aug 2004, 10:25

Bericht door Coen » 27 feb 2005, 12:49

bee schreef:nkg :? bijf :?
Nog en bij.... :)

Jeweetwel, bij... Het Nederlands voor jouw naam, maar dan een andere betekenis... ;)

reinier
Berichten: 214
Lid geworden op: 25 dec 2003, 16:33

Bericht door reinier » 27 feb 2005, 13:54

je weet wat ik bedoelde!

maar hoe moet ik dat plaatje nou veranderen?
dat plaatje naast de forums


weet iemand hoe dat moet of niet?
:)

Coen
Berichten: 5387
Lid geworden op: 03 aug 2004, 10:25

Bericht door Coen » 27 feb 2005, 13:56

index_body.tpl:
Zoek:

Code: Selecteer alles

<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25"
Hierin moet je de width en height aanpassen naar de maten van je plaatjes...[/b]

Coen
Berichten: 5387
Lid geworden op: 03 aug 2004, 10:25

Bericht door Coen » 27 feb 2005, 14:07

Daar is een MOD voor:
:arrow: http://www.phpbbhacks.com/download/3423

// Waarom heb je je vraag verwijdert?
Laatst gewijzigd door Coen op 27 feb 2005, 14:08, 1 keer totaal gewijzigd.

reinier
Berichten: 214
Lid geworden op: 25 dec 2003, 16:33

Bericht door reinier » 27 feb 2005, 14:07

tnxs!!! gelukt :D

nou ik toch bezig ben heb ik nog een vraag

Kan je ook bij elk forum een ander plaatje?
:)

Coen
Berichten: 5387
Lid geworden op: 03 aug 2004, 10:25

Bericht door Coen » 27 feb 2005, 14:08

Zie mijn vorige post.. :thumb:

reinier
Berichten: 214
Lid geworden op: 25 dec 2003, 16:33

Bericht door reinier » 27 feb 2005, 18:16

ok laat maar :)
hou het wel bij deze plaatjes, nu de laatste vraag

hoe kan je de plaatjes van faq en pb berichten enz groter maken?
:)

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 27 feb 2005, 20:50

Andere plaatjes uploaden met dezelfde naam en dan in overall_header.tpl de width en de height aanpassen van elk plaatje.
Afbeelding

Gesloten