PDA

View Full Version : Posting a reply just with a title


zurih
01-14-2005, 03:48 PM
ok I thinking about two things:

1) when a user posts a reply, he may reply with *only* the title, without anything in the message body.
2) when the user does this - posting a reply just with the title - there will an addot to the title. something that I will define.

how can u accomplish this?

thanks in advance.

zurih
01-15-2005, 09:06 AM
anyone?!

Tekton
01-15-2005, 09:25 AM
vB REQUIRES you to have at least one character in the reply message text. (or so it tells me)

zurih
01-15-2005, 10:08 AM
no fully true.
I modified functions_newpost.php and now there in no min characters. But I dont know how to remove min chars just from replies and not fom new threads :ermm:
plus what I want to do now is that when it happens, it will automaticly add to the subjust somekind of a sind or a word that will tell that there is no text in the message.

Tekton
01-15-2005, 10:27 AM
if($_POST['message']==null){$_POST['subject']=$_POST['subject']." blahblahblah";}


like that?

zurih
01-15-2005, 04:13 PM
thanks for your help, I'll try this after I manage to point this thing only for replies.

zurih
02-02-2005, 11:40 AM
its not working...
anybody knows where excatly I should put the code and if this code is good?

thanks