Vraagje over dit Forum
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Vraagje over dit Forum
Heey mensen kben hier nieuw..
nou heb ik zelf ook een forum
http://wirdum.visje.biz
en jullie hebben op dit forum
als je over een onderwerp met je muis gaat
wordt hij verlicht...(rolle over)
hoe kan ik dit net zoals jullie maken want ik vind dat wel erg mooi
misschien nog enkele verbeteringen qua kleur ofzo??zeg het maar
nou heb ik zelf ook een forum
http://wirdum.visje.biz
en jullie hebben op dit forum
als je over een onderwerp met je muis gaat
wordt hij verlicht...(rolle over)
hoe kan ik dit net zoals jullie maken want ik vind dat wel erg mooi
misschien nog enkele verbeteringen qua kleur ofzo??zeg het maar
Code: Selecteer alles
#####################
## Files te bewerken: 2
## - index_body.tpl
## - viewforum_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ ZOEK ]------------------------------------------
#
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ VERVANG DOOR ]------------------------------
#
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ OPSLAAN & UPLOADEN ]---------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ ZOEK ]------------------------------------------
#
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
#
#-----[ VERVANG DOOR ]-----------------------------
#
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
#
#-----[ OPSLAAN & UPLOADEN ]--------------------------
#
viewforum_body.tpl
#
#-----[ EOM ]--------------------------------------------
There are no stupid question's, just stupid people.
- White Dust
- Berichten: 58
- Lid geworden op: 25 feb 2003, 12:04
Index_body.tpl
Gewoon veranderen:
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='KLEURCODE'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
Gewoon veranderen:
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='KLEURCODE'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
There are no stupid question's, just stupid people.