![]() |
Hello
I also believe in theory it would be easy to add a browse feature and then it could upload a file (lets say banner) into a directory in forums (ie forums/banners/) Thank you - this is the last tweak I need for this to be perfect! |
Yeah I triple checked everything and no luck so I had to take it off. I didn't really want to as when it was working it was exactly what I needed. To me it seems as though it quit working when I upgraded to 3.0.7. No way to prove it and I am moderate at coding php. I can get around it and see things that I wouldn't have just 1 year ago but still no luck with this mod. Still if anyone has any suggestions please post them as I would love for this to work again. I just needed to make the forum so people could at least post in it.
|
Quote:
Anyone have any ideas? |
Quote:
PHP Code:
and make sure you have all created fields (lets say answer 9) in form / form answers / and inside the php file and bottom code on line 234 to 235 where it says: PHP Code:
|
Quote:
PHP Code:
|
Here is a documentation I wrote up for anyone who wants dropdowns as well, in their forms. ;)
Good luck, and enjoy! |
Hi Erwin,
Great hack! Very flexible and just what I was looking for. Thanks! I have a question for either your good self, or anyone else who might like to reply. Is there a line of code or something that I can add to the form.php file that puts the new thread in the ACP Thread Moderation queue? I have the specific forum that the new thread is created in set for new Threads to be Moderated, but the form.php ignores this and posts. If you know what I mean! :squareeyed: Thanks in advance for any help that may be forthcoming guys. Alan |
Quote:
|
Erwin ... nin bei dan sibei gu liao! Thanks Erwin and God Bless You Richly!
|
Anyone? Please?
Quote:
|
Here's a link to my form. It's being used for a contest I'm doing (win 2 Big XII Championship Tickets for football). It's a pick 'em contest where the user predicts the winner and fills out a tiebreaker guess. I have it set up to where it will PM me. The games entered are just testing...
http://aggiefans.com/forums/week1.php Listed are the things I want this form to do:
I'd be willing to pay for help with the database/table thing. The other two requests have been posted before, but I've searched all 31 pages and haven't found an answer. Take a look and let me know what you think and if you can help. |
Ok, I found the answer to #1 and a lot of other user's questions. Here's what I did to get the 2 PM's to work. (it may be redundant or the roundabout way, but given my lack of programming skill, it works and wasn't hard).
In your form.php find: Code:
//ENABLE FORM TO BE PMED - 1 = yes, 0 = no Code:
//USERID TO PM TO Then scroll down and find in the bottom area: Code:
if ($formpm == "1") { Code:
if ($formpm == "1") { |
Quote:
Dr. Loh you are a genius! Stachel |
Any plans to make this work with 3.5? I was using it before and really miss it. :(
|
Hi,
Downloaded, installed and made some field modifications--working well. Excellent hack; I had been trying to figure out a way to standardize input from users but had given up. Thanks very much to you, Dr. Loh. One problem-- the threads that are posted via the form don't seem to be appearing in searches; if I post a thread directly to the forum (bypassing the form), searching works correctly on this one thread only. Any ideas why my form-generated posts aren't being included in searches? |
Thanks anyway; found the answer in the forum.
|
Is there anyway to change the reply to email address to the member who filled out the form?
|
hi dude's,
first of all thanks for this nice script. its very impotant for me to have it. the second one is my bad english. sorry for:) i have changed the script for my needs, but one thing is also important for me. THE TITLE::: can only changed in the script. form.php but i need a textform wherer i can write my own TITLE of the new thread. is it possible to change ??? would be wonderful. you can see my form on this site. http://www.pickup-portal.com on the left side go to "Fahruzeuge eingeben" then you 'll see the form.php when you click on "Frachten eingeben" you 'll see the the fom1.php login: test pass: test many thankx in advance greets sascha ps. when i make a new thread with this script and i want search a word from the new thread, i cannot find something in the search. ??? |
Quote:
I'm using the form to recieve membership applications from my members and its very frustrating when even a few of the applications posted don't actually go through. Has anyone else had trouble with the form not posting for some of their users? -Jonathan |
Uhh, the install says that this is compliant with vB version 3.x.x, but I get
Code:
Fatal error: Call to undefined function: globalize() in /home/alliance/public_html/vb/hostingrequest.php on line 24 |
Quote:
I guess it should read that this hack will work on any vB3.0.x version. |
preety cool. *installs*
|
I saw the same error in Erwin's POP3/IMAP hack, something with "globalize" being undefined....
|
Quote:
|
Is there a way around that? And besides, the hack readme says for vB 3.x.x! (I know now that this was before any info on the actual 3.5 became availible, but I thought I'd give it a shot.)
|
Quote:
|
I have a weird problem I wonder if anyone can help. I converted my mail system so the form answers are emailed in HTML format. Unfortunately I sometimes get strange "!" marks appearing in the code. They are random and only appear in emails. The forms post perfectly in the forums.
Any ideas? |
I'm sorry if it's been covered, but I can't afford the time to read all 32 pages. I am trying to use this form for all replies to a specific thread. It's thread #18579 in forum #40. How do I set things up so that when someone hits the reply button in that thread, they are taken to the form?
|
Is this hack compatible with 3.0.7? I tried installing it exactly as it says in the instructions, but all I'm getting is a blank page...
Edit: Solved the problem on my own, actually. Thanks! |
For all those wanting moderation, I've got it for ya! The following code places the THREAD into moderation que. It appears to work flawlessly.
in form.php, find Code:
$DB_site->query(" Code:
$post['postid'] = $DB_site->insert_id(); Code:
//Added By Kevin Now, if the thread is in moderation que, you don't want it to show up as visible in your forums, do you? So, in Code:
$DB_site->query(" Code:
$DB_site->query(" I'm sorry if this is confusing...It probably is. But Just wanted to give everyone else a chance to add threads to the moderation que. Kevin |
That's killer! I don't suppose you know how to set it up the way I was asking, do you (scroll up two posts)?
|
Quote:
FIND Code:
<if condition="$show['largereplybutton']"> Code:
<if condition="$thread[threadid] == 18579"> Code:
</if> Code:
</if> Code:
<if condition="$show['largereplybutton']"> You'll see that this section is identical to the one you just changed. So change this one just like you changed the other one. Please note that I haven't tested it and honestly have no idea if it works :-) Kevin |
EDIT :: I was making this too complicated. All I had to do was add the $bbuserinfo[field9] to the formanswers template. Fantastic.
I think this will do exactly what I need but I'm having some difficulty pulling custom profile fields into a new thread from the form. I can get the member's custom field to show up in the form by using this: In the Form template: Code:
<tr> Code:
I can't figure it out Can anyone help me to get a custom profile field into a new thread? Much appreciated if so. Thanks |
This is a great hack, which is extremely useful for us. I was wondering though, while turning on the ENABLE FORM TO BE EMAILED feature within the form.php file... would it be possible for the REPLYTO email address in the email which is sent, to match the email address in the profile of the member whom had submitted the form?
|
hi dude's,
first of all thanks for this nice script. its very impotant for me to have it. the second one is my bad english. sorry for i have changed the script for my needs, but one thing is also important for me. THE TITLE::: can only changed in the script. form.php but i need a textform wherer i can write my own TITLE of the new thread. is it possible to change ??? would be wonderful. you can see my form on this site. http://www.pickup-portal.com on the left side go to "Fahruzeuge eingeben" then you 'll see the form.php when you click on "Frachten eingeben" you 'll see the the fom1.php login: test pass: test ps. when i make a new thread with this script and i want search a word from the new thread, i cannot find something in the search. ??? the search function isn#t working with this script. can any1 fix this bug ? I use the Version vbulletin 3.07 many thankx in advance greets sascha |
Please provide a test login if you want us to see something.
Thanks. |
I'm trying to create a different header for my form by using a conditional statement and it's not working. Can anyone tell what I may be doing wrong? This is what I'm trying to use:
Code:
<if condition="THIS_SCRIPT == 'form'"> |
Quote:
Secondly, to change the subject, in form.php, go down to Code:
INSERT INTO " . TABLE_PREFIX . "thread(title, lastpost, forumid, open, replycount,.... Code:
('".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle', " . TIMENOW . ", $formforumid, Code:
'".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle' Code:
'Your THREAD TITLE HERE' Code:
VALUES Code:
"'.addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle' Code:
'YOUR THREAD TITLE' http://www.birdboard.com/forum/bird-...assifieds.html Every new thread there has the same format, but not exactly the same title. Kevin |
thx for this hack....
how to put bbcode in the template of the answer.... thanks in advance... |
it's ok... i forget to put a space between my text and bbcode... ;)
|
All times are GMT. The time now is 09:53 PM. |
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:
|