Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
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!
FTH
BBCoder III
Posts: 124 Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:
Post
by FTH » 03 Dec 2011, 23:43
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;">
darkonia
BBCoder II
Posts: 57 Joined: 23 May 2011, 19:40
BBCodes: 35
Favourite BBCode: hs bbcode
Favourite MOD: dm video
Location: Munich
Post
by darkonia » 04 Dec 2011, 01:06
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
Posts: 76 Joined: 28 Nov 2011, 21:27
BBCodes: 23
Post
by Flamingdevastation » 05 Dec 2011, 13:46
Is there any way to get this on other things besides forums? Like top stats, etc.?
FTH
BBCoder III
Posts: 124 Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:
Post
by FTH » 05 Dec 2011, 13:55
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;">
Terr0r
BBCoder V
Posts: 339 Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:
Post
by Terr0r » 05 Dec 2011, 16:51
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
FTH
BBCoder III
Posts: 124 Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:
Post
by FTH » 05 Dec 2011, 17:05
please read (without mod) !!!
Terr0r
BBCoder V
Posts: 339 Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:
Post
by Terr0r » 05 Dec 2011, 17:13
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
FTH
BBCoder III
Posts: 124 Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:
Post
by FTH » 05 Dec 2011, 17:14
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)
go away please