|
|
| Author |
Message |
toastkiller
Not So New User
Joined: 12 Apr 2007
Posts: 46
|
Posted: June 12th 2010, 10:30 am Post subject: user_welcome_inactive.tpl text forrmating |
|
|
Hi i am trying to modify the wording in "user_welcome_inactive.tpl"and would also like to make it look better. Not sure what code i should use to format text. for bold, underline, text size etc.
I would also like to add links but just showing a description of the link.
Any help or advice appreciated please. |
|
| Back to top |
|
 |
Thoul
VIP

Joined: 30 Jul 2002
Posts: 18040
Location: USA
|
|
| Back to top |
|
 |
toastkiller
Not So New User
Joined: 12 Apr 2007
Posts: 46
|
Posted: June 14th 2010, 4:21 am Post subject: |
|
|
Hi thanks for reply, no wonder i was struggling with this !
I've now added the " Send E-mail using HTML " mod to my forum, but do have a problem with the "From" addition to the primsg.php. It does'nt pick up the from user with this line added to the privmsg.tpl file :-
<br>
You have received a new private message to your account on "<b>{SITENAME}</b>"
from user <b> {FROM}</b> and you have requested that you be notified on this event. You can view
your new message by clicking on the following link:<br>
<br>
mod to privmsg.php as follows :-
#
#-----[ OPEN ]-----
#
privmsg.php
#
#-----[ FIND ]-----
# around line 1320
'USERNAME' => $to_username,
#
#-----[ AFTER, ADD ]-----
#
'FROM' => $userdata['username'],
any further help appreciated. Thanks |
|
| Back to top |
|
 |
Dogs and Things
Well Known User
Joined: 11 Sep 2006
Posts: 189
|
Posted: June 14th 2010, 6:19 am Post subject: |
|
|
I'm not sure but maybe leaving a space between the bold tags and the {FROM} solves this.
Give it a shot.  |
|
| Back to top |
|
 |
toastkiller
Not So New User
Joined: 12 Apr 2007
Posts: 46
|
Posted: June 14th 2010, 4:32 pm Post subject: |
|
|
| tthanks for reply Dogs and things, tried that but no luck |
|
| Back to top |
|
 |
|