Log in

View Full Version : Question:


blind-eddie
02-14-2008, 07:24 PM
I made an Join Application Template, I am able to add the forum user name to the Application. I want to have my app post in a Thread within my Forum. I believe this can be done with built in vb, and without plug ins & products. I have learned a great deal about vb over the last few years, but cant quite figure out how to get my app to post to a specific forum. I know there are a few Application Mods here, but I am trying to create one without products or plugins...I know this can be done. Can someone point me in the correct direction to get an app to post in a forum after they hit submit & redirect them to home page. Thanks in advance. If you want an image copy of my form, I will post it....Thanks....blind

Opserty
02-14-2008, 07:38 PM
Try this: https://vborg.vbsupport.ru/showthread.php?t=102418&page=3#39

blind-eddie
02-14-2008, 07:50 PM
I am not real sure if that is what I am looking for. I dont believe that will work, but I will look into it...Thanks...

Opserty
02-14-2008, 07:57 PM
What do you mean by "Application" is it a custom PHP script integrated with vBulletin? or?

blind-eddie
02-14-2008, 08:17 PM
Well, I have used the Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676) , I still use it, but really don't care for it. No offense to the maker. Just my opinion.
I also use Moderation App. (https://vborg.vbsupport.ru/showthread.php?t=159704) , I like this one. I took this one and added it to my site as an HTML doc. , just to see what I could do with it. Then made a Template with HTML info in to pick up vb member info...looks great...I just want it to post to a thread then redirect to home page.

--------------- Added 1203028292 at 1203028292 ---------------

Example:
<form action="mas_rateapp.php?do=dorateapp" enctype="multipart/form-data" method="post" name="cpform" id="cpform">

What needs to be replaced here to get it to post to thread?

<td class="tfoot" colspan="2" align="center"><input type="submit" class="button" tabindex="1" value=" Submit " accesskey="s" />

And what needs to be replaced here to get it to submit & redirect correctly?


I have went to the Moderation App. Mod Forum & ask, but received no answer. I am editing it to work for me.