Pagina 1 van 1

Hypercells

Geplaatst: 04 feb 2004, 17:13
door superman5000
hey,

bij deze MOD:

Code: Selecteer alles

######################################################## 
## 
## 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 ]-------------------------------------------- 
zou ik graag de oplichtende kleur veranderen.
iemand weet hoe dat moet??

grz. superman

Re: Hypercells

Geplaatst: 04 feb 2004, 17:21
door webstab

Code: Selecteer alles

onMouseOver="this.style.backgroundColor='[b]{T_TD_COLOR1}[/b]'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="[b]{T_TR_COLOR1}[/b]" 
mss dit :? :?:
(niet zo zeker van)

Geplaatst: 04 feb 2004, 17:22
door mosymuis
In deze MOD komt twee keer {T_TD_COLOR1} voor, verander dit naar de kleurwaarde naar keuze.

Geplaatst: 04 feb 2004, 17:32
door superman5000
hey,

TXN!!

maar nu wil ik ook graag dat de tabellen er naast ook oplichten.(liefts tegelijker tijd)
is dat mogelijk??

grz. superman

Geplaatst: 04 feb 2004, 17:34
door mosymuis
Moet mogelijk zijn, maar ik heb geen script voor je. Als je dit echt wilt zou je eens rond moeten kijken op sites als http://www.javascripts.com, http://www.hotscripts.com en http://www.dynamicdrive.com. :)

Geplaatst: 04 feb 2004, 17:37
door superman5000
naar wat voor script moet ik dan zoeken???

Geplaatst: 04 feb 2004, 17:38
door mosymuis
Mouseover, table, css. Dat soort zaken.

Geplaatst: 04 feb 2004, 17:42
door superman5000
hey,

heeft niemand een kan en klaar script??
want hier snap ik dus niet echt veel van (ik ben dus niet lui!!!)

badankt alvast :D .

grz. superman