Download and support for PhpBB3 Welcome On Index
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 23 Nov 2011, 19:37
Clickable Banned Users:
1/ Install Welcome on Index mod (duh!)
2/ Install
Ban List Mod and enable it.
3/ Add it!
Open: index_body.html
Find:
Code: Select all
{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
Inline Find:
Inline Add After:
Code: Select all
<!-- IF TOTAL_BANNED_USERS --> • {L_BANNED_USERS} <a href="{U_BANLIST}">{TOTAL_BANNED_USERS}</a><!-- ENDIF -->
Clickable Post Stats:
1/ Install Welcome on Index mod (duh!)
2/ Install
Post Stats Page
3/ Add it!
Open: index_body.html
Find:
Code: Select all
{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
Inline Find:
Inline Add Before:
Inline Add After:
Clickable Topic Stats:
1/ Install Welcome on Index mod (duh!)
2/ Install
Topic Stats Page
3/ Add it!
Open: index_body.html
Find:
Code: Select all
{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
Inline Find:
Inline Add Before:
Inline Add After:
Clickable Total Members:
1/ Install Welcome on Index mod (duh!)
2/ Add it!
Open: index_body.html
Find:
Code: Select all
{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
Inline Find:
Inline Add Before:
Inline Add After:
Enjoy.
Last edited by
doktornotor on 23 Nov 2011, 20:55, edited 5 times in total.
Support requests via PM go straight to /dev/null!
Terr0r
BBCoder V
Posts: 339 Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:
Post
by Terr0r » 23 Nov 2011, 19:51
This state in the install.xml from the MOD
Ban list MOD
So what is the difference what state in the install.xml from
Ban list MOD and your edits ?
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
doktornotor
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:
Post
by doktornotor » 23 Nov 2011, 19:59
Terr0r wrote:
So what is the difference what state in the install.xml from
Ban list MOD and your edits ?
Greets Terr0r
Eh? This is for
Welcome on Index mod. The edits in
Ban list MOD are for
vanilla index_body.html
. (And frankly those edits are so horribly generic that they will match whatever happens with
{NEWEST_USER}
there, so if you install Welcome on Index first and that mod after, you will get this added to Welcome on Index and not to the statistics at the bottom of the page where it is supposed to be;
<find><![CDATA[{NEWEST_USER}]]></find>
is way to generic if you ask me.
Edit: Post and topic stats from here added to first post.
Support requests via PM go straight to /dev/null!