![]() |
ooohhh....why wont any text show up in the posts and pms..???
Peace |
Post your form php file and I'll have a look
|
here u go
Peace |
well first of all
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no $formforum = "0"; check your $formpost template |
i know i turned that off cuz the posts were coming back blank
$formtitle $bbuserinfo[username] $normalquestion1 $normalanswer1 $radioquestion1 $radioanswer1 $radioquestion2 $radioanswer2 $radioquestion3 $radioanswer3 $radioanswer3other $question1 $answer1 $question2 $answer2 $question3 $answer3 ----------------------------------------------------- $longquestion1 $longanswer1 thats what i ahve in there Peace |
my email got sent, but that was also blank......hmmm
Peace |
I'll work on it with you via pm. Everything looks okay, if it's blank then the function is working except it's not inserting the $formpost template correctly
Try changing eval("\$formsend = \"".gettemplate("$formpost")."\";"); to eval("\$formsend = \"".gettemplate("formpost1")."\";"); PM me if you have problems and it still isn't working. Make sure (just double and triple check ;) ) formpost1 template is in the current style set you're using |
You are missing the formpost1 template. Do as Koutaru says. And thanks Koutaru - good work. :)
|
:p yup it was a template error -- it happens. Problem fixed, it would have totally stumped me if it wasn't something with the templates.
:) |
Hmmm since we can't use " marks in like the purpose or questions boxes which restricts html coding. Is there a way to enable bbcode for those areas? :)
So we can put in smilies or glow or something like that to kinda spice things up and make it look more fun? :) |
not a template problem erwin...this is very weird...i have Koutaru who was nice enough to help me though...so hopefully itll be working soon..
Peace |
It was still not sending after we supposedly figured it out (the template wasn't named right). It's very weird. The templates are named right, the form works, it just not outputting $formsend right.
|
anybody knows how to handle this problem???
Peace |
Another idea for ya in addition to the bbcode is perhaps enable this to post to a thread?
Would have to enter the url for the thread I'm sure. On our forums we use it for applications for several different things, then keep a thread in private forums where we condense the responses. :) Awesome hack though, workin on our 6th form now LOL. :) |
I don't post very often here, but I had to on this one. What a great hack! I noticed earlier in this thread someone had posted "What would this be used for" Well my forum is for locating car parts and it will be a great addition.
New users often don't know what to enter where and with this form I can make them enter what I want, and eliminate the guess work. Awesome work Erwin! |
Update Version 1.3 - Ability for form to REPLY to a CURRENT THREAD
As requested by a few users. Your customizable form can now be posted as a REPLY to an EXISTING THREAD instead of a new thread. Easily configurable in the PHP file itself: PHP Code:
To upgrade, just download the new form1.php - ensure it says "Version 1.3" at the top. Enjoy! :) |
Thank you very much for the update Erwin
This is Exactly what I have been waiting for :banana: Installed :smoke: |
I have been customizing this thing and have even added drop down menu's etc. It is awesome.
I have one question though.... how can I get it to re-direct them to their post after they submit it? Thanks for any help. |
Thanks, Erwin! I've been waiting for this forever. :D
[eta] I notice I don't get a pm popup when a form is submitted to pm. Is this an issue? |
Anyone know where to change what posts in the subject (Title) of the thread? It now posts as username/form title. I want to use $answer1 $answer2 as my subject when it posts in the forum.
|
Quote:
In form1.php (or whatever you have called your php file) = FIND: PHP Code:
PHP Code:
Should work... |
Quote:
|
im no php expert but wouldnt it be this ?
PHP Code:
|
S.Shady is right, I forgot to close the bracket. :) Try that.
|
I tried that and I still get the error...
I am replacing: PHP Code:
PHP Code:
|
Maybe I am doing it in the worng place. I have that code in 4 places. I am changing the ones under "Insert int thread" and "instet into post"...
|
Try this:
PHP Code:
|
Still get the error...
|
Quote:
PHP Code:
PHP Code:
|
The try this:
PHP Code:
|
That worked Erwin! Thanks for the help.
|
Hi I'm a new VB user. This is very new to me.
I download and install the forms. My link www.myforum.com/forums/form1.php is blank page. What am i missing? Please help. Thanx |
Make sure you have installed the templates, and you have the name of the template the same in the form1.php config.
|
Yes, the name of the template is the same in the form1.php. Should i also place the template in the same folder where the form1.php is. Thank you.
|
Quote:
|
does anyone have a solution to my problem?>???
Peace |
No idea why, nymyth - the only explanation would be missing templates, or template names don't match.
|
question!!!
I was wondering if I could have a minimum amount of posts needed before you can use the forum. and if you dont have the number of posts, they get a message saying so.... possible? and how? |
Since this is hardcoded in the php file, I'm a bit confused as to how to achieve this (probably simple) modification:
//FORUM TO POST NEW THREAD IN $formforumid = "131"; Above is original, but what I'd like is for users to be able to choose between 4 forums (submit the thread to the most appropriate forum). For example: The forum is about motorized vehicles. Part of the entire board (4 forums) would be a place where users can submit this form (this hack) and choose if they are telling us about their motorcycle, car, boat, other and it would be submitted to the proper forum (motorcycle, car, boat, other). If I can't get a drop down, I suppose I could just have multiple forms, and users would make the choice before they even see the form. In some ways that might work better, but I just wanted to know if it is possible to do this. Great hack! |
Quote:
In form1.php (whatever you have called it) find: PHP Code:
PHP Code:
Then, ADD a new template called "error_notenoughpostsform". with the contents: Code:
|
All times are GMT. The time now is 04:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|