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)

Elenna 01-11-2008 12:47 PM

The top of that template should look like this:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $formtitle</title>
</head>
<body>
$header
$navbar
<!-- main -->
<if condition="$preview">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="tcat">
  Preview
 </td>
</tr>
<tr>
 <td class="alt1">
$preview
</td>
</tr>
</table>
</if>
<br />
<form name="vbform" action="newthread.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
<input type="hidden" value="$formname" name="do" />
<input type="hidden" value="submit" name="action" />
<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />

Do you know if you have changed anything in that section? If something is wrong there, that would cause those buttons to work.

The <form> part is what tells those Submit/Reset buttons what to do. Without the <form> section, those buttons won't do anything.

YvaN 01-11-2008 01:17 PM

I found it! Putting buttons in English, it works now... I don't understand why, but it works ! :D

Someone has a solution to bring them into french?

Dubi 01-11-2008 08:37 PM

Quote:

Originally Posted by YvaN (Post 1419558)
I found it! Putting buttons in English, it works now... I don't understand why, but it works ! :D

Someone has a solution to bring them into french?

Maybe I've the trick, try this:

In template:

PHP Code:

<input type="submit" value="Envoyer" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<
input type="submit" value="Pr?visualiser" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<
input type="reset" value="Annuler" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" /> 

And then in the plugin script find this:

PHP Code:

if ($_POST['submit'] == 'Submit'

and change to...

PHP Code:

if ($_POST['submit'] == 'Envoyer'

I hope that it works for you :rolleyes:

YvaN 01-11-2008 10:10 PM

Big thx Dubi, all works now... :)

zmmmzz 01-12-2008 01:32 AM

is there a way to add tags from the form???

Elenna 01-12-2008 04:41 AM

How do you mean, Zmmmzz? Can you give an example?

killugood9000 01-12-2008 07:23 PM

Hi ive been using this hack for dome time and love it. Our gaming clan uses it for applications and its set to post to forum that our registered users can and cannot see. I want to try to get one application to post to more than one forum. I have searched this thread and cannot find any option for this. Could someone tell me what the variables should look like for this to happen or mabey point me to a thread that has already answered this question. Million thanks and great Mod.

Elenna 01-13-2008 05:12 PM

I haven't tried this yet - anyone know if this can post to a forum that the user doesn't have access to? i.e. Reporting bad behavior goes into a non-public forum that only admins can see?

nothing4me 01-13-2008 09:00 PM

Is there a way to require attachments? Like force a user to upload one?

z0diac 01-13-2008 10:10 PM

I'm sure I'm just not seeing things properly, but I've imported the xml file and can't find where to configure this product, or where it shows up in my forum for people to use.

??


All times are GMT. The time now is 10:27 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.02254 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (1)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