Welcome on Index

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Locked
awr
BBCoder I
BBCoder I
Posts: 1
Joined: 17 May 2010, 17:08

Re: Welcome Mod

Post by awr »

Sir Xiradorn » 10 Apr 2010, 00:25 wrote:
Sir Xiradorn » 30 Mar 2010, 15:43 wrote: I have write also the subsilver template for this mod. There is on my board
Subsilver2 template :D

Code: Select all

       <!-- IF not S_IS_BOT -->
       <table class="tablebg" cellspacing="1" width="100%" style="margin-bottom:10px;">
          <tr>
             <th colspan="4" style="text-align:left;">Welcome to {SITENAME}</th>
          </tr>
          <tr>
             <td class="row1" width="10%" align="left">
                <!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif"/><!-- ENDIF -->
             </td>
             <td class="row1" width="30%">
                    <p>{S_WELCOME}</p>
                    <span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
             </td>
             <td class="row1" width="35%">
                    <span>{TOTAL_POSTS} &bull; {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
                       <!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
             </td>
             <td class="row1" width="25%"></td>
          </tr>
       </table>
       <!-- ENDIF -->
where we will copy, which file.

subsilver> template> ?(what, where or which file)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Welcome on Index

Post by cisco007 »

Darkman » 17 May 2010, 16:57 wrote:MOD very great! :thumbsup:
I'm working for italian translation that I'll put here, but...
where is
WELCOME TO MYFORUM
for change in
BENVENUTO A MYFORUM
:?:
if you already have it installed do this!

open:

Code: Select all

<!-- INCLUDE overall_header.html -->
Find:

Code: Select all

Welcome to {SITENAME}
Replace with:

Code: Select all

BENVENUTO A {SITENAME} 
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: Welcome on Index

Post by Darkman »

MANY THANKS! YUO ARE BIG
FDCP_NEO (NL)
BBCoder I
BBCoder I
Posts: 3
Joined: 04 Apr 2010, 17:56
Contact:

Re: Welcome on Index

Post by FDCP_NEO (NL) »

Thanks Stoker love this one! ;)
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Welcome on Index

Post by neuropass »

How can i add an image here?
welcome (1).gif

I tried this, but it din't work..

Code: Select all

 <div style="text-align:right">TEXT HERE</div>

Any suggestion?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

Code: Select all

<div style="float:right;">TEXT HERE</div>
Board rules! No PM support
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Welcome on Index

Post by neuropass »

Thanks stoker... 8-)

i made some modification when user are logged in and if there are birthdays....

Also the messages icon and color change when , messages are i.
asasa.png
:D
5-28-2010 7-49-31 AM.png
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: Welcome on Index

Post by Darkman »

neuropass » 28 May 2010, 13:51 wrote:Thanks stoker... 8-)

i made some modification when user are logged in and if there are birthdays....

Also the messages icon and color change when , messages are i.
asasa.png
:D
5-28-2010 7-49-31 AM.png
WOW!!!! How I can to do it?
Progress
BBCoder II
BBCoder II
Posts: 15
Joined: 13 Jun 2010, 15:04

Re: Welcome on Index

Post by Progress »

How to do this changes?

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

You are doing prosilver edits on a subsilver style.
I dont have edits for subsilver based styles and I dont support it.
But one of our users have done it here: viewtopic.php?f=8&t=119&start=20#p1867
Board rules! No PM support
Locked