Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: Mal5950 on April 11, 2007, 02:26:36 AM

Title: Pre-entered Text - Move Topic
Post by: Mal5950 on April 11, 2007, 02:26:36 AM
In the PM text window of my Move Topic box (Mod Installed) the pre-entered text appears in a row like this:

Your Post: [    ], has been moved to: [    ] Reason:

[TOPIC URL]


Code is:
$txt['movetopic_notify_default'] = 'Your Post: [    ], has been moved to: [    ] Reason:' . ".\n\n" . '[TOPIC URL]';



I would like to change the layout of the text so that the sentences appear beneath each other, like this:

PM sent by:
Post URL:
Post Name:
Has been moved to:
Reason:

Could someone please let me know what code I should use to get the sentences to appear beneath each other?

Many thanks.
Title: Re: Pre-entered Text - Move Topic
Post by: SleePy on April 11, 2007, 11:13:46 PM
You could just use ' . ".\n\n" . '
Like it does. But SMF doesn't have entries for all those fields so you would need to fill them in manually