vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676)

steven s 11-23-2006 08:58 PM

Quote:

Originally Posted by Glynn58 (Post 1122849)
I need a very simple form to email answers to the questions.

Can I make this auto complete the users username and email address and include this in the email?

Like the standard Vbulletin contact us form does.

Many thanks

You can include
Username: $bbuserinfo[username]
Email address: $bbuserinfo[email]
in your answer template.

Shazz 11-23-2006 09:09 PM

Working perfect on 3.6 and can't find bugs at the moment...(with my custom modifications done to it :D)

Abe1 11-23-2006 09:31 PM

Quote:

Originally Posted by 1996 328ti (Post 1123730)
Great mod. But then again, so was the 3.5 version.

I'm having two problems.
I am unable to send to multiple email addresses.
The two addresses are separated with a ;. Only one is sent.
Version 3.5 worked with multiple addresses using a ,.
Both versions take a long time to send copy of the form to the email addresses.

Just looked at the code it looks like it should work. I would have to look in your acp to find out why it isn't working.

steven s 11-23-2006 10:51 PM

Quote:

Originally Posted by Abe1 (Post 1123944)
Just looked at the code it looks like it should work. I would have to look in your acp to find out why it isn't working.

I took a different approach after setting up an account for you to use.
Now I realize I am getting the two emails sent to $formemailaddress. What is not happening is, I'm not getting a copy of the form sent to the user's email address. Sorry if that's confusing. When I submit the form, I should actually get 3 copies. 2 being sent to the $formemailaddress and 1 sent to the email address used on the form being submitted. In this case, me.

Edit: It can take 10-15 minutes to receive the form by email.

Sarcoth 11-24-2006 02:31 PM

Great Hack. This is definitely my favorite one. It has helped me learn a lot about coding within vBulletin.

If anyone ever needs help creating forms, feel free to check out some of my examples. You are also welcomed to request additional examples. I'll be adding more as time permits.

My Form Examples

Thanks,
Sarcoth

civil78 11-25-2006 04:12 PM

Quote:

Originally Posted by Glynn58 (Post 1122849)
I need a very simple form to email answers to the questions.

Can I make this auto complete the users username and email address and include this in the email?

Like the standard Vbulletin contact us form does.

Many thanks

To use the function of auto complete user (like the pm field) you have to create a textarea box with this code in the form template.

HTML Code:

<textarea id="namerecips_txt" value="$UsersValue" name="UsersValue" rows="2" cols="30" tabindex="1">$UsersValue</textarea></div>
<div class="vbmenu_popup" id="namerecips_menu" style="display:none; z-index:50"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_namesugg.js"></script>
<script type="text/javascript">
<!--
vbmenu_register('namerecips', true);
recip_sugg = new vB_AJAX_NameSuggest('recip_sugg', 'namerecips_txt', 'namerecips');
recip_sugg.allow_multiple = true;
//-->

</script>

If you want to add 2 or more boxes you have to change in the script the namerecips*, recip* parameters to something else like namerecips1, recip1.

beansbaxter 11-26-2006 03:33 AM

running 3.6.3....it works good. you do have to have some working knowledge of code/form/php to make the forms. but overall this is a great add-on!!

no problems - a couple bugs but i think they are more the limitation of vbulletin - was able to work through everything and accomplish what i needed just fine.

thanks for this!!

johnstires 11-27-2006 02:03 AM

For some reason Unregistered users using IE cannot access my form. They can through Firefox, but not IE.

DarkDraco07 11-28-2006 02:12 AM

how can i make it possible to use $post[fieldx] variable as my $posttitle? i would really like this to work. thx

Greek Wizard 11-28-2006 11:42 AM

Quote:

Originally Posted by Sarcoth (Post 1124263)
Great Hack. This is definitely my favorite one. It has helped me learn a lot about coding within vBulletin.

If anyone ever needs help creating forms, feel free to check out some of my examples. You are also welcomed to request additional examples. I'll be adding more as time permits.

My Form Examples

Thanks,
Sarcoth

That's pretty cool.

When I get a chance, I will have to look that over and check out your work :)


All times are GMT. The time now is 06:19 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
  • Page Generation 0.02998 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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