vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Easy Forms v4.x - Create a form or multiple forms without php or html knowledge (https://vborg.vbsupport.ru/showthread.php?t=234385)

dippetas 09-16-2010 07:00 PM

is it good for vbulletin version 4.0.7 any bugs reported? sorry to ask this, but i want to upgrade my site to vbulletin 4.0.7

nakedanvil 09-17-2010 03:49 AM

Quote:

Originally Posted by bananalive (Post 2099132)
For title being bold, centered and size 5
  1. Open template form_view
  2. Find line:
    HTML Code:

    <h2 class="blockhead">{vb:raw form.title}</h2>
  3. Replace with:
    HTML Code:

    <h2 class="blockhead" style="font-weight: bold; text-align: center;"><font size="5">{vb:raw form.title}</font></h2>

For description not being bold
  1. Open template form_view
  2. Find line:
    HTML Code:

    <div class="blocksubhead restore">{vb:raw form.description}</div>
  3. Replace with
    HTML Code:

    <div class="blocksubhead restore" style="font-weight:normal;">{vb:raw form.description}</div>

Mine looks like this:
HTML Code:

<form class="vbform block" action="{vb:raw action}" method="post" name="vbform"<vb:if condition="$editorreturn"> onsubmit="return({vb:raw editorreturn})"</vb:if>>
<vb:if condition="$preview"><h2 class="blockhead">{vb:rawphrase preview}</h2>
<div class="blockbody postpreview">
        <div class="blocksubhead">
                <vb:if condition="$threadtitle"><strong>{vb:raw threadtitle}</strong><vb:else /><strong>{vb:raw form.title}</strong></vb:if>
        </div>

Second one is right.

sulasno 09-17-2010 04:04 AM

Quote:

Originally Posted by bananalive (Post 2099136)
You can...

Edit Form -> Add Question

Question Type: Section

You are the CHAMP !!!

In Username of User to PM:

how do I separate the additional users ? by "," or ";"

similar for additional email ?

sulasno 09-17-2010 04:39 AM

Quote:

Originally Posted by dippetas (Post 2099210)
is it good for vbulletin version 4.0.7 any bugs reported? sorry to ask this, but i want to upgrade my site to vbulletin 4.0.7

have not encountered any bugs in 4.0.7

bananalive 09-17-2010 02:46 PM

Quote:

Originally Posted by sulasno (Post 2099439)
You are the CHAMP !!!

In Username of User to PM:

how do I separate the additional users ? by "," or ";"

similar for additional email ?

Semi colon ";" for both

nakedanvil 09-17-2010 07:22 PM

Bananalive: I sent you an email asking about doing a forms project for me for $$ Did you get that?

The title code above does not work for me. The description one is fine.

ascroft 09-18-2010 02:59 AM

Form is all going really well but I would love to let the form completer select from the available thread prefixes for the forum that I have the form attached to rather than having to specify this up front - is this possible please??

stastka 09-23-2010 09:01 AM

Hi bananalive.

I'd like to thank you for this great mod!

However, there is one thing I can't figure out. Is it possible to post the form to custom page / subforum so that the users can fill in and submit the form there?

I apologize if somebody has already asked about this, but I didn't find it in about 30 pages of comments I read.

Thank you!

sulasno 09-23-2010 09:11 AM

users can fill in the form and submit the form to a designated forum depending on the creator of the form

stastka 09-23-2010 12:26 PM

I know users can submit their answers to the thread I choose, but that's not what I want. I want the form itself to be in the thread so they can fill it in when reading the thread (similar to polls) without having to go to forms tab.


All times are GMT. The time now is 01:25 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.04011 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
  • (5)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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