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)

Jolten 01-27-2005 11:00 PM

No chance on this huh?

Quote:

Originally Posted by Me

Wonderful hack. I've been using it for some time.

I was wondering if you could possibly help me pass a variable through the form?

I've set the form to open in a popup window with no title/scroll/tool bars. It gets filled out and then posted to a forum and emailed. It works wonderfully. I'd like to pass a variable from the link to the forum, through to the forum answers. I've added ?id=$var&cad=$var to the link.. and used the $_GET commands in form.php to pull them, then applied them to a new variable

e.g:

Code:

$id=$_GET['id'];
$cat=$_GET['cat'];
$link="http://www.domain.com?id=".$id."&cat=".$cat;

Then I've added $link to the formanswers template.

$link gets parsed and works, but the $id and $cat variables are not being set.

Is this possibly due to the lack of an address bar in the window where the form displays?

any help would be appreciated. thanks

thanks

ChrisBaktis 01-27-2005 11:27 PM

Quote:

Originally Posted by Erwin
I don't use the searchindex so I never had to add it as I use the mysql fulltext index.

When I find time I may add the option to update searchindex.

That would be GREAT, and much appreciated, Erwin.

kangta 01-28-2005 09:27 AM

[high]* kangta clicks Install
[/high]

Excellent hack.

I noticed a bit of a glitch, I don't know whether or not it's been noted/addressed previously. I've been testing my customized setup rather extensively ever since I managed to get it to work. I read earlier that posts made via this form aren't added to a user's post count, and I saw that to be a good thing considering what my form was being used for. However, since I was testing and posting several threads I didn't need, I deleted each one afterwards. The forum is a new installation, and I soon noticed that I had a post count of zero even though I had posts elsewhere not made by the form. I know that the reason for this is because the posts submitted through the form don't add to your post count, while physically deleting a thread takes away from your post count anyway, but I just wanted to point that out. ;)

Abe1 01-31-2005 01:14 AM

Quote:

Originally Posted by scoheb
Hi,

I installed your hack and it is working wonderfully.

I use the form to reply to thread feature and it seems that the search index is not getting updated.

Is anyone having this problem?

Thanks,

SH

Do what I do. Make the forum to go the 'edit post' page. When the user clicks 'update' then the post will go to the index.

Dan 02-02-2005 06:58 PM

Any one happen to know a way to make it so the people who have instant email turned on don't get an email? I'm currently using it as a moderator application forum and my staff would like to comment on the applications but if they do the person who sent the app would recieve an email if they have instant subscribe on.

Thanks!

Jolten 02-02-2005 07:04 PM

I'm still looking for a way to pass a variable through the form.

Erwin 02-02-2005 10:39 PM

Quote:

Originally Posted by Jolten
I'm still looking for a way to pass a variable through the form.

You need to add the variable to the top of the PHP file where variables are checked for security reasons.

Jolten 02-02-2005 10:50 PM

Quote:

Originally Posted by Erwin
You need to add the variable to the top of the PHP file where variables are checked for security reasons.

Thank's for replying Erwin.

I added the following to the top of the form.php file

Code:

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'flagcomm'); // change this depending on your filename

$catid=$_POST['catid'];
$cad=$_POST['cad'];
$linkUrl="http://www.domain.com/page.php?id=".$catid."&cad=".$cad."&type=a";


// ################### PRE-CACHE TEMPLATES AND DATA ######################

// get special phrase groups
$phrasegroups = array(

);

But I can't seem to pull the link into the form answers. $linkurl works fine in the answers but the two variables are empty.

I've also added hidden inputs to the form template for both these variables.

ericgtr 02-04-2005 01:47 PM

Hmm, I am wondering if one of you guys who have worked a lot with this can help me out. What I would like use this for is a confirmation page so basically when a user clicks the "Submit new thread" button in forrumid=106 it takes them to a page that says "did you remember to do this and that?" then if they click "yes" the are redirected to the post page and if they select "no" they receive a can't continue (or something similar).

Spinball 02-04-2005 03:59 PM

Quote:

Originally Posted by ericgtr
Hmm, I am wondering if one of you guys who have worked a lot with this can help me out. What I would like use this for is a confirmation page so basically when a user clicks the "Submit new thread" button in forrumid=106 it takes them to a page that says "did you remember to do this and that?" then if they click "yes" the are redirected to the post page and if they select "no" they receive a can't continue (or something similar).

Yes, I have done exactly that. Please see my earlier post in this thead.


All times are GMT. The time now is 12:39 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.02266 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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