Seite 1 von 1
drei kleine Fragen...
Verfasst: 04.04.2003 12:30
von Nelix
Hallo
Habe mal drei Fragen auch einmal (ja ich weiß, auch in der Ü-Ei Werbung geht das erst nicht

)
1. Wenn ich die MEZ allgemein anpasse, kann ich es auch so einstellen, daß diese gleichzeitig für die Nutzer genauso erzwungen wird?
2. Wie bekomme ich die Kategorien-Namen zentriert, in welcher Datei muß man da schauen?
3. Wie kann ich bei den einzelnen Foren, bei herüberfahren, diese hervorheben? Also, wo steht das?
Ich danke Euch schon mal für Eure Geduld und Hilfe!!!
Viele Grüße
Nelix
Verfasst: 04.04.2003 12:57
von MiXa
der mod mit dem drüberfahren dürfe dieser hier sein
Code: Alles auswählen
########################################################
##
## Title: Hypercells
## Version: 1.0.0 - final release
## Author: Brewjah
## Description: allows users to click anywhere in the cell to access the forum or a topic
## and displays a hand cursor on mouse over even to SHOW that its clickable..
##
## Installation Level: Easy
## Installation Time: 2-5 Minutes
## Files To Edit: 2
## - index_body.tpl
## - viewforum_body.tpl
##
## Included Files: none, cause we're cool like that
##
#########################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ REPLACE WITH ]------------------------------
#
<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 />
#
#-----[ SAVE CLOSE UPLOAD ]---------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<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 />
#
#-----[ REPLACE WITH ]-----------------------------
#
<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 />
#
#-----[ SAVE CLOSE UPLOAD ]--------------------------
#
viewforum_body.tpl
#
#-----[ EOM ]--------------------------------------------
Verfasst: 04.04.2003 13:09
von Nelix
Hallo
@miXa: vielen Dank!!!! werde ich mal versuchen!
Habe nun doch auch das passende zum zentrieren der Kategoriennamen gefunden!
Viele Grüße
Nelix
Verfasst: 04.04.2003 15:04
von Nelix
Hallo nochmal
Habe das MOD installiert, klappt wunderbar!
DANKE!
Nelix
Verfasst: 04.04.2003 15:07
von MiXa
freut mich
liebe gruesse
michael