Welcome on Index

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Re: Welcome Mod

Post by Marcuss »

Hello Richi!

Here can you see the view for the Guests

For the User-View here the Login-Details, follow the Link above.

Name: tester
Password: test10

Greets

Marcus

Re: Welcome Mod

Post by Chalong »

Hi Stoker,

in

Code: Select all

<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif"/><!-- ENDIF -->
the W3C validation service reports me a missing end tag (img) and a missing attribute (alt).

However the mod works perfect, should I change this or is that correct ?

Re: Welcome Mod

Post by Stoker »

Missing end tag is false, but the alt (alt="") tag is missing.

Re: Welcome Mod

Post by Steve »

So the code would be:

Code: Select all

<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="Some one pinched it!" /><!-- ENDIF -->
you also were missing a space at the end of the ommiting img tag.

Re: Welcome Mod

Post by dios »

sry , i speak a little english ...

I have template subsilver 2

Re: Welcome Mod

Post by Steve »

Re: Welcome Mod

Post by SFRMEDIC »

first off love the ACP prank.... but i cant get this to line up right... please advise

www.silentdaredevils.com/forums/index.php

Re: Welcome Mod

Post by Stoker »

You are using prosilver edits for your subsilver2 based style.
Try this instead: viewtopic.php?f=8&t=119&start=20#p1867

Re: Welcome on Index

Post by Stoker »

Updated with modX and is now Automod compatible.

Re: Welcome on Index

Post by Darkman »

MOD very great! :thumbsup:
http://www.darkylab.altervista.org/forum/
but...
where is
WELCOME TO MYFORUM
for change in
BENVENUTO A MYFORUM
:?:
Last edited by Darkman on 17 May 2010, 15:35, edited 1 time in total.