 |
|
|
|

| Autor |
Nachricht |
Monkey
phpBB2.de User

Anmeldungsdatum: 22.08.2002
Beiträge: 76
|
Verfasst am:
So 25 Aug, 2002 11:46 |
  |
Bei mir leuchten nur die Topic Zeilen. UNd es funktioniert auch. Aber er zeigt immer den normalen Pfeil an. Und bei dem News Mod den mit der Hand. Wie ändere ich das, das der Pfeil mit der Hand zu sehen ist.
Der Code mit dem ich das eingebaut habe
| Code: |
########################################################
##
## Hack Title: hypercells v2.0
## Hack Version: 2.0.0 - final release
## Author: psychopathic & Clonedout
## Description: allows users to click anywhere in the
## cell to access the forum or a topic.
##
## 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
##
########################################################
##
## Version 2.0 History:
##
## 2.0 Alpha - Hypercells ported to phpBB2
## 2.0 Final - Cosmetic Effects ported by Clonedout
##
########################################################
#
#-----[ OPEN: ]------------------------------------------
#
# index_body.tpl (located in the templates folder)
#
#-----[ FIND: ]------------------------------------------
#
# <td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
#
#-----[ REPLACE WITH: ]------------------------------------------
#
# <td class="row2" onMouseOver=this.style.backgroundColor="{T_TD_COLOR1}" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span><br><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
#
#-----[ SAVE AND CLOSE: ]------------------------------------------
#
# index_body.tpl
#
#-----[ OPEN: ]------------------------------------------
#
# viewforum_body.tpl (also a template)
#
#-----[ FIND: ]------------------------------------------
#
# <td class="row2"> <span class="gensmall">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {topicrow.GOTO_PAGE}</span></td>
#
#-----[ REPLACE WITH: ]------------------------------------------
#
# <td class="row2" onMouseOver=this.style.backgroundColor="{T_TD_COLOR1}" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"> <span class="gensmall">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {topicrow.GOTO_PAGE}</span></td>
#
#-----[ SAVE AND CLOSE: ]------------------------------------------
#
# viewforum_body.tpl
#
#-----------------------------------------------
#
EOF
|
|
|
|
   |
 |
Google
|
Verfasst am:
|
 |
|
|
 |
stefan
Administrator


Anmeldungsdatum: 02.08.2002
Beiträge: 4735
Wohnort: Aachen
|
Verfasst am:
So 25 Aug, 2002 12:02 |
  |
|
      |
 |
|
|
|
|
|
Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
| |