MOD PROBLEEM, mouse roll over, toptic glows van phpbbhack

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Caboman

MOD PROBLEEM, mouse roll over, toptic glows van phpbbhack

Bericht door Caboman » 17 apr 2003, 15:25

dit is de mod

Code: Selecteer alles

################################################################# 
## Mod Title: PhpBB - OnMouseOver Hack
## Mod Version: 1.0.0 
## PhpBB Version: 2.xx
## Author: Robin de Boer <webbie@chibitrunks.nl> - http://www.chibitrunks.nl 
## 
## Installation Level: (easy) 
## Installation Time: 1 Minutes 
## Files To Edit: 
##			forumroot/templates/template-xxx/index-body.tpl
##			forumroot/templates/template-xxx/viewforum_body.tpl
##			
## Included Files: (n/a, or list of included/required files) 
################################################################# 
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites 
################################################################# 
## 
################################################################# 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
################################################################# 

--------  >>> Open templates/template-xxx/index-body.tpl -------- 

------------------------
Find:
------------------------

<td class="row1" width="100%"><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='#--01--'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#--02--';"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />

------------------------
Edit in this line:
------------------------

--01-- to the color you want to give the highlight
--02-- should be the color of the normal table-cell




-------- >>> Open templates/template-xxx/viewforum_body.tpl -------- 

------------------------
Find:
------------------------

<td class="row1" width="100%"><span class="gensmall"><b>{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="gensmall">{topicrow.TOPIC_TITLE}</a></b></span><span class="gensmall"><br />
------------------------
Replace with:
------------------------

<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#--01--'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#--02--';"><span class="gensmall"><b>{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="gensmall">{topicrow.TOPIC_TITLE}</a></b></span><span class="gensmall"><br />

------------------------
Edit in this line:
------------------------

--01-- to the color you want to give the highlight
--02-- should be the color of the normal table-cell

------------------------
Sace/Close All Files
------------------------
index_body.tpl

Code: Selecteer alles

<td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />

naar

Code: Selecteer alles

<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#--01--'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#--02--';"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />


viewforum_.body.tpl

Code: Selecteer alles

 <td class="row1" width="100%">{topicrow.NEWEST_POST_IMG}<span class="topictitle">{topicrow.TOPIC_TYPE}</span><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><span class="gensmall"><br />

naar

Code: Selecteer alles

<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#--01--'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#--02--';"><span class="gensmall"><b>{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="gensmall">{topicrow.TOPIC_TITLE}</a></b></span><span class="gensmall"><br />  
en ik heb alles goed gedaan, maar het enige wat gebeurd is dat mijn letters kleiner zijn :roll:

en die rollover werkt niet

Gebruikersavatar
michaa113
Berichten: 1376
Lid geworden op: 29 mar 2003, 23:27
Locatie: Game Ville
Contacteer:

Bericht door michaa113 » 17 apr 2003, 15:28

Gaap
Tijd weg geweest!
Maar ik BEN terug!

Caboman

Bericht door Caboman » 17 apr 2003, 15:38

zomaar, dan kan je beter nix zeggen

Gebruikersavatar
Leipo
Berichten: 4693
Lid geworden op: 22 feb 2003, 12:29
Contacteer:

Bericht door Leipo » 17 apr 2003, 15:42

Gaap.... :lol:

Code: Selecteer alles

Edit in this line: 
------------------------ 

--01-- to the color you want to give the highlight 
--02-- should be the color of the normal table-cell 
En

Code: Selecteer alles

Edit in this line: 
------------------------ 

--01-- to the color you want to give the highlight 
--02-- should be the color of the normal table-cell 

Zijn niet veranderd.....
[+] Isento at DeviantArt

Gebruikersavatar
Stylo
Berichten: 518
Lid geworden op: 19 mar 2003, 07:32
Locatie: H'veen
Contacteer:

Bericht door Stylo » 17 apr 2003, 16:17

Dat zag ik ook al, maar hij zei dat ie alles gedaan had zoals het moest...
Scootervragen.nl :: Scooters, freaks and fun combined
Meld je ook aan als scooters je niet interesseren ;)

Gebruikersavatar
Leipo
Berichten: 4693
Lid geworden op: 22 feb 2003, 12:29
Contacteer:

Bericht door Leipo » 17 apr 2003, 16:47

Dus niet..
[+] Isento at DeviantArt

Gebruikersavatar
Stylo
Berichten: 518
Lid geworden op: 19 mar 2003, 07:32
Locatie: H'veen
Contacteer:

Bericht door Stylo » 17 apr 2003, 17:06

nee dat blijkt lol
Scootervragen.nl :: Scooters, freaks and fun combined
Meld je ook aan als scooters je niet interesseren ;)

Caboman

Bericht door Caboman » 17 apr 2003, 17:48

ohh, jawel dat zijn kopieren van de mod :shock:

INDEX

Code: Selecteer alles

<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='##CEDCEC'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='##EAEDF4';"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
viewforum

Code: Selecteer alles

<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='##CEDCEC'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='##EAEDF4';"><span class="gensmall"><b>{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="gensmall">{topicrow.TOPIC_TITLE}</a></b></span><span class="gensmall"><br />

Gesloten