vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   FORM to THREAD/ FORUM/ POLL/ PM/ EMAIL - CUSTOMIZABLE FORMS - Mod Apps, Orders, News. (https://vborg.vbsupport.ru/showthread.php?t=66082)

Erwin 09-22-2004 01:46 PM

Quote:

Originally Posted by venomx
I have it set to PM me when someone fills out the form. Works great but something is wrong because I do not get an email saying I have a new PM....

Why bother with an email to tell you that you got a PM, when you can enable the form to be emailed to you directly? :)

venomx 09-22-2004 01:55 PM

Because I like to get an email that I have a PM. I choose PM because its easier to save the answers. I fixed the problem I think. I just moved to a new server and on the old the catchall for emails was on but on the new server it was off so the email I used on my forum was bouncing.

Abe1 09-22-2004 11:26 PM

Quote:

Originally Posted by venomx
Because I like to get an email that I have a PM. I choose PM because its easier to save the answers. I fixed the problem I think. I just moved to a new server and on the old the catchall for emails was on but on the new server it was off so the email I used on my forum was bouncing.

So get the form to do both, PM and Email.

Rein Masamuri 09-27-2004 12:59 AM

ooo nice, I hope its well documented. thanks ^_^

teksigns 10-04-2004 11:50 AM

anyone have a working textarea wysiwyg replacement for this Mod ?????

Edmund 10-06-2004 04:37 AM

Sorry if I missed this earlier but does anyone find that search function does not capture any unique keywords from the first post in the thread?

I implemented the form and realised the following:
- post form resulting in new thread
- do search for unique keyword in thread -> no results
- post some random reply to thread
- do search again for unique keyword -> still no results
- post random reply containing unique keyword
- do search yet again for unique keyword -> finally thread is listed in results

Help!! Anyone?

Ghanem 10-08-2004 12:48 AM

Hi,

Thank you for the great hack, I used it as a quiz form and its working fine except a bug..

when a memer does not answer all the questions (answer all is enabled) and try to go back, its seems resending the answers again and again..

I have a request too please..
How can I make it so a member can answer only one time, the next time he opens the page, he gets you have allready participated..

Regards.

Abe1 10-10-2004 03:36 PM

Quote:

Originally Posted by Edmund
Sorry if I missed this earlier but does anyone find that search function does not capture any unique keywords from the first post in the thread?

I implemented the form and realised the following:
- post form resulting in new thread
- do search for unique keyword in thread -> no results
- post some random reply to thread
- do search again for unique keyword -> still no results
- post random reply containing unique keyword
- do search yet again for unique keyword -> finally thread is listed in results

Help!! Anyone?

I mentioned this bug and another bug a few posts earlier. The other bug is that the post count doesn't go up when a user uses the form. I posted a fix to that bug. This bug I am waiting for the developers help.

I did come up with a temporary solution. I have my member directed to the 'edit post' page. When they click 'save changes' the posts goes into the search.

taffy056 10-10-2004 05:37 PM

Hi,

I am having trouble installing this hack. how do I add the 2 templates together in the text files, and where do I put them, I am running VB 3.0.3 ?

Many thanks

taffy056 10-15-2004 09:03 AM

Hi,

Finally figured out how to install this hack. I have a slight problem now, I keep on getting this error message:

"..you do not have permission to access this page. This could be due to one of several reasons:"

etc

I have set the permissions to allow me access but I still receive the above, any ideas?

taffy

chet 10-15-2004 08:38 PM

It would be nice to see what this is being used for and the code that surrounds it, I would like a application for mod form but I do not know how to edit the file

Erwin 10-16-2004 12:04 PM

Quote:

Originally Posted by taffy056
Hi,

Finally figured out how to install this hack. I have a slight problem now, I keep on getting this error message:

"..you do not have permission to access this page. This could be due to one of several reasons:"

etc

I have set the permissions to allow me access but I still receive the above, any ideas?

taffy

Make sure your usergroupid is allowed.

taffy056 10-17-2004 08:57 AM

Hi Erwin,

The code looks like this at present, when I go to mydomain/forum/form.php all I get is a white page.

if (!in_array($bbuserinfo['usergroupid'], array())) print_no_permission();

When I put my usergroupid into the code I get the error message above, I am not quite sure whether I am allowing or disallowing a group when I put a number into the above code.

Thanks,
taffy

chet 10-17-2004 09:01 AM

Could somebody create me an moderators application form please

Chet

Quote:

Originally Posted by chet
It would be nice to see what this is being used for and the code that surrounds it, I would like a application for mod form but I do not know how to edit the file


Erwin 10-17-2004 12:36 PM

Quote:

Originally Posted by taffy056
Hi Erwin,

The code looks like this at present, when I go to mydomain/forum/form.php all I get is a white page.

if (!in_array($bbuserinfo['usergroupid'], array())) print_no_permission();

When I put my usergroupid into the code I get the error message above, I am not quite sure whether I am allowing or disallowing a group when I put a number into the above code.

Thanks,
taffy

You haven't entered a usergroupid - delete the whole line if you want everyone to access it.

taffy056 10-17-2004 04:35 PM

Hi Erwin,

I just started over again, and redone the templates etc, now I have a major problem with my forum, I can't go into any of the threads, if I give you an admin account on my forum can you have a look at what the problem is?

Just sent you a PM of my url, for you to have a look

taffy

Lionel 10-17-2004 08:55 PM

Erwin, I have a small problem with

<tr>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a">$radiochoice1a</td>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1b">$radiochoice1b</td>
<td class="alt1">If $radiochoice1b, what should we use? <INPUT TYPE="text" NAME="radioanswer1other"></td>
</tr>


If I set all fields, it will not go thru. If I set it as 0, it will go thru but variable $radiochoice1b is not parsed.

Since we have two radioanswer1 choices (either 1a or 1b), it seems that the second choice 1b is not perceived as $radioanswer1. Could it be the reason why it is not going thru?

taffy056 10-17-2004 10:06 PM

Hi Erwin,

Would it be possible to put this form directly on the create 'New Thread' button, so you come directly to the form instead of creating a new thread? I have requested a hack like this for a poll, but I am still waiting for an answer.

taffy

Erwin 10-17-2004 11:17 PM

Quote:

Originally Posted by taffy056
Hi Erwin,

Would it be possible to put this form directly on the create 'New Thread' button, so you come directly to the form instead of creating a new thread? I have requested a hack like this for a poll, but I am still waiting for an answer.

taffy

Instructions to do this is in the thread itself.

I can enter your threads with no problems.

Lionel 10-17-2004 11:19 PM

I seem to have solved my problem by adding 'checked' to the first radio button

<tr>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1a" checked>$radiochoice1a</td>
<td class="alt1"><INPUT TYPE="radio" NAME="radioanswer1" value="$radiochoice1b">$radiochoice1b</td>
<td class="alt1">If $radiochoice1b, what should we use? <INPUT TYPE="text" NAME="radioanswer1other"></td>
</tr>

taffy056 10-18-2004 05:29 PM

Quote:

Originally Posted by Erwin
Instructions to do this is in the thread itself.

Hi Erwin,

Thanks for the reply, but I do not understand what you mean, can you explain with a bit more detail.

taffy

Abe1 10-18-2004 05:44 PM

@ Erwin

Did you even fix my bug I mentioned awile ago about threads and posts made by the forms dont get put on the search index?

Erwin 10-18-2004 10:36 PM

Quote:

Originally Posted by Abe1
@ Erwin

Did you even fix my bug I mentioned awile ago about threads and posts made by the forms dont get put on the search index?

It's not a bug because I use the mysql fulltext search on my site, not the searchindex, and I'm not about to modify the hack to do something which I don't require and cannot test.

Abe1 10-19-2004 12:17 PM

Quote:

Originally Posted by Erwin
It's not a bug because I use the mysql fulltext search on my site, not the searchindex, and I'm not about to modify the hack to do something which I don't require and cannot test.

How do I switch? Never saw an option.

Roms 10-20-2004 12:27 AM

Thanks, I've been looking for something like this.

Clicks Install. :)

Amavisca 10-20-2004 01:34 AM

I want to use this form for article hack. Mean that members who want to post a new article have to use this form to submit. Can anybody help me out how to do it plz??? Thanks in advance.

Lostnode 10-24-2004 01:36 AM

Email function not working... al I did was change the 0 to a 1 and changed the meail... after a few tries and nothing I tried the PN function and it works fine... and ideas?

Blam Forumz 10-24-2004 04:27 AM

woohoo

got it working

:) Erwin, thanks again

AmbitiousLemon 10-25-2004 12:48 AM

Quote:

Originally Posted by AmbitiousLemon
Erwin I would also like to add my vote for allowing attachments in the form should it be used to create a new thread. You mentioned earlier that this might be hard while simply uploading an image to the db wouldn't be as hard. Could you give us some example code on how to allow someone to uplaod to db and then show the template mod that would be needed to display that image in the thread?

I like a previous poster am trying to use this for a classifieds section.

any help?

Erwin 10-25-2004 02:18 AM

Quote:

Originally Posted by AmbitiousLemon
any help?

I'll look into this on the weekend... no promises... ;)

AmbitiousLemon 10-25-2004 02:25 AM

Quote:

Originally Posted by Erwin
I'll look into this on the weekend... no promises... ;)

:) Thank you, I appreciate it.

hasan2k 11-02-2004 01:52 AM

Erwin

I have 2 questions which may have been answered already but I was not able to find.

1. Can this hack be used to create a form which PM's the info to a specific user group chosen (all the members in the user group get the PM)?

2. Can I add 30 or more fields for questions and answers instead of the format you had in the attached image in the first post?

Erwin 11-02-2004 04:58 AM

Quote:

Originally Posted by hasan2k
Erwin

I have 2 questions which may have been answered already but I was not able to find.

1. Can this hack be used to create a form which PM's the info to a specific user group chosen (all the members in the user group get the PM)?

2. Can I add 30 or more fields for questions and answers instead of the format you had in the attached image in the first post?

Yes to both, with modification. I'm not going to have time to do them though.

hasan2k 11-02-2004 05:37 AM

Quote:

Originally Posted by Erwin
Yes to both, with modification. I'm not going to have time to do them though.

Thanks.. I will see what I can do myself. if i get stuck I will ask for help here.

bendigo-tech 11-03-2004 12:45 AM

Fantastic... love it!

Installed and working nicely.

THANKS! :)

SirJonathan 11-04-2004 09:59 PM

Hmm.. I have a feeling I'm missing something super obvious ;).

I uploaded the files to my server and when I viewed form.php, it was completely blank.. Any ideas? :)

-Jonathan

Abe1 11-05-2004 01:20 AM

Quote:

Originally Posted by SirJonathan
Hmm.. I have a feeling I'm missing something super obvious ;).

I uploaded the files to my server and when I viewed form.php, it was completely blank.. Any ideas? :)

-Jonathan

Did you add the templates?

lancepoint 11-11-2004 05:33 AM

how do i get each form thats filled out to post in a certain area and given a custom post tittle defined in the form?

lancepoint 11-12-2004 12:32 AM

Quote:

Originally Posted by lancepoint
how do i get each form thats filled out to post in a certain area and given a custom post tittle defined in the form?

HELP!@@

Chrisedge 11-15-2004 09:34 PM

Any U2 fans want to help me with this one? I'm looking to do a form that when in a certain forum (not all forums), when they click on new thread, a form comes up with various questions on particular live recordings like:

Date: (Drop downs)
Venue: (Text Box)
City/State/Country: (Text Box)
Setlist: (Text Box)
Taper?: (Drop downs YES/NO)
NTSC/PAL: (Drop down)
PC Authored/Standalone: (Drop down)
Notes: (Text Box)
Attach Screenshots: (Attach box, then creates thumbnails)

Then it creates a new thread, with the date, city and venue as the title, and all the info gets dumped into a new thread and people can reply to the thread with the thumbnail attachments at the bottom.

If someone wants to help, I could throw a few live DVD's into the deal :)


All times are GMT. The time now is 02:25 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
  • Page Generation 0.01589 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete