The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PM (no subject)
i think i requested this a long while back, try it again but i dont see it in the search so ill try it again
this would be nice, its like email if u dont put a title into a PM it just says (no subject) in the title, instead of giving a error msg saying "u must have a title" anyone? |
#2
|
||||
|
||||
You could do this by template modifications. Open up the priv_sendprivmsg template, find:
Code:
Please complete the recipient, subject and message fields. Code:
Please complete the recipient and message fields. Code:
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="title" value="$subject" size="40" maxlength="85" tabindex="2"></normalfont></td> Code:
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="title" value="(no subject)$subject" size="40" maxlength="85" tabindex="2"></normalfont></td> |
#3
|
||||
|
||||
that should work but it will make the title blank, id rather have the title accually say (no subject)
if there isnt one |
#4
|
||||
|
||||
Well what it does is when sending a PM, it will add (no subject) to the title. It saves time from hacking vB files.
|
#5
|
||||
|
||||
didnt work
it works but it always puts a (no subject) there what i am really looking for, is IF a person doesnt put in a subject, after or when they hit the send button, a (no subject) is placed there, so you would have to edit the php files |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|