(Variable Name: $vbphrase[moderator] id:1772
Currently the Subject line for Mod notifications to threads/posts is:
PHP Code:
New Post/Thread Notification: $foruminfo[title_clean]
Which Translates to:
New Post/Thread Notification:
ANNOYING FORUM NAME I DONT WANT TO SEE
How can I alter that so the only thing that shows is:
New Post/Thread Notification:
THREAD/POST TITLE That I DO WANT TO SEE
I tried the following (didn't work):
PHP Code:
New Post/Thread Notification: [title_clean]
I also tried (still didn't work):
PHP Code:
New Post/Thread Notification: $[title_clean]
What is the correct syntax to use?