Hypercells

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. 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
Gebruikersavatar
superman5000
Berichten: 741
Lid geworden op: 05 nov 2003, 09:51
Locatie: breda
Contacteer:

Hypercells

Bericht door superman5000 » 04 feb 2004, 17:13

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

webstab
Berichten: 302
Lid geworden op: 06 dec 2003, 21:37
Contacteer:

Re: Hypercells

Bericht door webstab » 04 feb 2004, 17:21

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)

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 04 feb 2004, 17:22

In deze MOD komt twee keer {T_TD_COLOR1} voor, verander dit naar de kleurwaarde naar keuze.

Gebruikersavatar
superman5000
Berichten: 741
Lid geworden op: 05 nov 2003, 09:51
Locatie: breda
Contacteer:

Bericht door superman5000 » 04 feb 2004, 17:32

hey,

TXN!!

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

grz. superman

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 04 feb 2004, 17:34

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. :)

Gebruikersavatar
superman5000
Berichten: 741
Lid geworden op: 05 nov 2003, 09:51
Locatie: breda
Contacteer:

Bericht door superman5000 » 04 feb 2004, 17:37

naar wat voor script moet ik dan zoeken???

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 04 feb 2004, 17:38

Mouseover, table, css. Dat soort zaken.

Gebruikersavatar
superman5000
Berichten: 741
Lid geworden op: 05 nov 2003, 09:51
Locatie: breda
Contacteer:

Bericht door superman5000 » 04 feb 2004, 17:42

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

Gesloten