venture
01-11-2007, 02:03 PM
I was wondering if someone could help me with a mod to phpbb...
I am trying to add a link to the posting_body page - this is the page that opens when the user want to post a message on the forum.
The purpose of this link is to allow the user to upload a file and then create a link in the message to that uploaded file.
I've created the button link that opens a pop-up window that opens form for the user to select a file, when submitted this opens a php page that handles the uploading of the file to my server.
I am stuck on the part of adding the link to the message text of the posting-body form. How do I get access to the message text in my php page to append a link to the file?
Thanks
I am trying to add a link to the posting_body page - this is the page that opens when the user want to post a message on the forum.
The purpose of this link is to allow the user to upload a file and then create a link in the message to that uploaded file.
I've created the button link that opens a pop-up window that opens form for the user to select a file, when submitted this opens a php page that handles the uploading of the file to my server.
I am stuck on the part of adding the link to the message text of the posting-body form. How do I get access to the message text in my php page to append a link to the file?
Thanks