Quote:
Originally Posted by rylord
I am also looking for the option to add an attachment while submitting the form. Hopefully, the creator of this mod will provide us with the answer to this.
I believe, but haven't tested it yet, that instead of having the final input option on the form as:
1. $vbtextquestion = "Please write down a paragraph about how you like this forum.";
and
2. $vbtextexplain = "For example, what makes this forum different from all other forums?";
We might be able to switch that to what the regular forums are using when a forum user submits a regular forum message. I say this because when you click on submit within a forum area, it comes up with the same looking text editor box, but has the "paper clip" attachment option so the user then has the ability to upload an attachment.
If I knew what this vbbox was called, I could try it out. I don't know enough about vbulletin yet to test it out.
My question then is...instead of using:
$vbtextquestion =
$vbtextexplain =
What would it be for the regular message posting area to come up?
Here is the form I modified so far for my website (see the attached jpeg picture):
|
The reason the attachment button is not there is because there is no forumID that the form will be posted. The attchement system is pritty hard. The form does not have any set forumid. What if you where sending a PM using it? it can't attach files. Right now the only option I have available is that they get transfered to the edit page where they can upload attachments.