[Snippet] Rows Forums & Topics clikables without mod

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post 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;">
Flamingdevastation
BBCoder III
BBCoder III
Posts: 76
Joined: 28 Nov 2011, 21:27
BBCodes: 23

[Snippet] Rows Forums & Topics clikables without mod

Post by Flamingdevastation »

What exactly does this mean? A preview would be nice!
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post 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 ;)
User avatar
darkonia
BBCoder II
BBCoder II
Posts: 57
Joined: 23 May 2011, 19:40
BBCodes: 35
Favourite BBCode: hs bbcode
Favourite MOD: dm video
Location: Munich

[Snippet] Rows Forums & Topics clikables without mod

Post by darkonia »

nice & usefull
Von Spielern für Spieler bietet Dir MMOG-Heaven genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings auf MMOG-Heaven.
Flamingdevastation
BBCoder III
BBCoder III
Posts: 76
Joined: 28 Nov 2011, 21:27
BBCodes: 23

[Snippet] Rows Forums & Topics clikables without mod

Post by Flamingdevastation »

Is there any way to get this on other things besides forums? Like top stats, etc.?
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post 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;">
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post 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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post by FTH »

please read (without mod) !!! :x
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[Snippet] Rows Forums & Topics clikables without mod

Post by Terr0r »

It is the samething so you are not the Author

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[Snippet] Rows Forums & Topics clikables without mod

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