vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Can I pre-fill $messagearea in a certain forum on New Thread? (https://vborg.vbsupport.ru/showthread.php?t=183308)

afullcup 06-23-2008 01:41 PM

Can I pre-fill $messagearea in a certain forum on New Thread?
 
Yes, I know I could use a form hack, but I'd really like to just stick an extra piece of code in whenever I need it if possible. I am comfortable coding, just can't seem to quite figure this out.

I'd like to be able to pre-fill the messagearea on a New Thread only in certain forums - for instance, when someone is submitting a support ticket in the support forum, I'd like to pre-fill with questions about things we like to know about (browser, OS, etc) in order to help them.

What I know so far is that in template newthread, there is this code which makes the messagearea appear:

PHP Code:

        <!-- message area -->
        <
div class="smallfont">$vbphrase[message]:</div>        
        
$messagearea
        
<!-- / message area --> 

And that in newthread.php there is code to set up the new thread. I added the following code and tested it so that I know it knows when we're posting to the forum in question:

PHP Code:

        if ($foruminfo[forumid] == 410)
        {       
            
//  What to put here?
        


As for "what to put here?" I have tried several things and can't seem to make it populate...

PHP Code:

$message $vbphrase['new_techie_post'];
OR
$newpost['message'] = $vbphrase['new_techie_post']; 

If anyone has more insight into the variables that would work here, I'd sure appreciate it! :)

Opserty 06-23-2008 02:21 PM

Either use or have a look at this modification and see how its done: Thread Stencil

afullcup 06-23-2008 08:00 PM

well lookie there - reinventing the wheel. :D

Thanks Opserty!! :)


All times are GMT. The time now is 11:34 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.01169 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete