Page 1 of 2

[Snippet] Rows Forums & Topics clikables without mod

Posted: 03 Dec 2011, 23:43
by FTH
Author : FTH
Description : Rows Forums & Topics clikables without Mod

Open file styles/prosilver/template/ forumlist_body.html

Find :

Code: Select all

<li class="row">
         <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
            <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
Replace with :

Code: Select all

<li class="row" onclick="window.location.href='{forumrow.U_VIEWFORUM}'" style="cursor: pointer;">
                <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
                   <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
Open file styles/prosilver/template/viewforum_body.html

Find :

Code: Select all

<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
Replace with :

Code: Select all

<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->" onclick="window.location.href='<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_LAST_POST}<!-- ENDIF -->'" style="cursor: pointer;">

[Snippet] Rows Forums & Topics clikables without mod

Posted: 03 Dec 2011, 23:49
by Flamingdevastation
What exactly does this mean? A preview would be nice!

[Snippet] Rows Forums & Topics clikables without mod

Posted: 03 Dec 2011, 23:57
by FTH
http://www.graphogames.fr/demo/index.php?style=1

Click on row, you can click on title from forum or just click on row ;)

[Snippet] Rows Forums & Topics clikables without mod

Posted: 04 Dec 2011, 01:06
by darkonia
nice & usefull

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 13:46
by Flamingdevastation
Is there any way to get this on other things besides forums? Like top stats, etc.?

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 13:55
by FTH
sure you can :)

Open file styles/your_style/template/recent_active_body.html

Find :

Code: Select all

<!-- BEGIN recent_active -->
			<li class="row">
Replace with :

Code: Select all

<!-- BEGIN recent_active -->
			<li class="row" onclick="window.location.href='{recent_active.U_FIRST_TOPIC}'" style="cursor: pointer;">

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 16:51
by Terr0r
FTH You say you are the Author about this MOD it is it NOT

http://www.phpbb.com/customise/db/mod/c ... opic_rows/

Greets Terr0r

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 17:05
by FTH
please read (without mod) !!! :x

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 17:13
by Terr0r
It is the samething so you are not the Author

Greets Terr0r

[Snippet] Rows Forums & Topics clikables without mod

Posted: 05 Dec 2011, 17:14
by FTH
:x

READ !!!!

2 lines for me (without Mod) and 2 minutes to install on viewtopic and viewforum

The mod you show me (30 minutes to install and more, more more many files to modify)

:twisted: go away please