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)

afmarko99 01-01-2008 03:51 PM

That is probably a setting for your Moderator forum not necissarily the form hack. Check the forum settings for moderate new posts or something like that.

Spinball 01-02-2008 06:34 PM

Quote:

Originally Posted by attroll (Post 1400363)
Why would someone use double quotes in the thread title anyways?

We have people selling TVs.
42" TV for sale
32" TV For Sale.
It's VERY common and I need to fix it.

Dubi 01-02-2008 06:51 PM

Hi

First of all, thanks for this mod, it's just what I'm looking for.

But the point that would make it perfect for me would be that the generated post were closed automatically.

It's possible to do?

Thanks in advance

shcchief 01-04-2008 06:18 AM

Quote:

Originally Posted by attroll (Post 1407351)
I asked you a question in post #817?

mmm didn't see that one, I figured it out and that was the solution anyway, thanks for your input mate, appreciate it.

fodvapor 01-08-2008 05:53 PM

All i want are 5 questions :

aao username

honor

do you have ventrilo installed with a working mic

previous clans

can you help pay for a server

And i dont want that huge vb text box or the tell us about yourself...any help is appreciated !

Great mod

siliconfinance 01-10-2008 07:38 AM

Is it possible to do multiple polls?

Elenna 01-10-2008 02:23 PM

Quote:

Originally Posted by siliconfinance (Post 1418842)
Is it possible to do multiple polls?

Yes. In the plugin, it states

Quote:

// To add more then one form, copy this whole text, and creat a new plug-in with the hook location 'newthread_start'.
// After, change the form name. You can't have 2 forms with the same name.

YvaN 01-11-2008 01:12 AM

Hi all... :)

I have a problem with this hack, only the preview work : when I click to submit, it's just make a preview, and the reset button don't work... :(


Form hack :

Code:

//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no
$formforum = "1";

//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
$formforumid = "7";

Form template :

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" />

PS : sorry for my poor english, but I'm speak only french... ;)

Elenna 01-11-2008 02:32 AM

YvaN,

My buttons work. Here is the code for what I have:
Code:

<input type="submit" value="Submit" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="submit" value="Preview" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="reset" value="Reset" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" />

Try replacing mine with yours to see if it works? Did you maybe change the <form> values?

YvaN 01-11-2008 12:08 PM

Thx Elenna, but I've just translate the value of the buttons... it's the same thing with the buttons in English... :(

What do you say by : "Did you maybe change the <form> values"


All times are GMT. The time now is 10:42 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.01725 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
  • (3)bbcode_code_printable
  • (4)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