Topic cell mouse over mod

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
Gebruikersavatar
Jacky
Berichten: 354
Lid geworden op: 18 nov 2003, 10:25
Locatie: Gent

Topic cell mouse over mod

Bericht door Jacky » 24 nov 2003, 19:29

Wat een titel :lol:

Ik heb een mod gevonden waarmee je de cellen een mouse over kan geven door enkel een paar regels te veranderen, maar in index_body.tpl vind ik de regel niet die ze vragente zoeken, kan dit zijn dat deze niet past voor mijn forum http://www.scopi.be/forum

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
------------------------
------------------------------------------------------

Edit: Code tags toegevoegd door podium4... net even duidelijker...

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 24 nov 2003, 19:37

het wil nog wel 'ns helpen om naar een klein stukje te zoeken van die hele code ... als je bijvoorbeeld het al (misschien onbewust) 'ns een keer veranderd had....
Alleen support via het forum, dus geen support via email, msn of pb.

Gebruikersavatar
Jacky
Berichten: 354
Lid geworden op: 18 nov 2003, 10:25
Locatie: Gent

Bericht door Jacky » 24 nov 2003, 19:40

denk dat het deze regel is dat ik moet veranderen, zal eens proberen om te zien of het werkt.

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

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 24 nov 2003, 19:43

Jacky schreef:denk dat het deze regel is dat ik moet veranderen, zal eens proberen om te zien of het werkt.

<td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
Dat weet ik wel zeker.... :wink: :wink: :wink: lijkt er precies op he...
Alleen support via het forum, dus geen support via email, msn of pb.

Gebruikersavatar
Jacky
Berichten: 354
Lid geworden op: 18 nov 2003, 10:25
Locatie: Gent

Bericht door Jacky » 24 nov 2003, 20:50

Ok is gelukt maar vind het niet mooi met die mod, dus terug weg die handel.

Gesloten