vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - [DBTech] DragonByte vBForms v2 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=319914)

DragonByte Tech 08-17-2015 09:00 PM

[DBTech] DragonByte vBForms v2 (vB3)
 
1 Attachment(s)
Dragonbyte Forms is a mod that forces users to fill out a form before posting threads in select forums.

Uses
For instance, you can use it to create a "support ticket" system like the one we have on DragonByte-Tech.com, or simply gather common information.

A powerful alert system lets you receive emails for each new form filled out, and usergroup permissions control who can manage the forms in the threads themselves.
-------------------------------------------------------------------------------------------

If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Priority support & Product Demos available at: http://www.dragonbyte-tech.com

-------------------------------------------------------------------------------------------

Translations available @ our forum
Support for translations handled by the translator in its respective threads only.

-------------------------------------------------------------------------------------------

Major Features
Multiple Form Options You can create an unlimited amount of form categories that allows you to ask any number of different questions on a per-category basis. You can also create separate statuses for forms, which lets you mark forms as "handled".

AJAX integration We used AJAX wherever we could to help reduce the page reloads

(Pro) Powerful Alert System A powerful alert system lets you decide who should receive alerts for new forms filled out for select forums only. These fine-grained alerts ensure nobody receives unnecessary emails.


Complete Feature List
Lite

Categories / Forms
  • Toggle Active - Whether the category should be usable to the public
  • Private - If yes, all questions submitted will be private between Managers and the thread starter
  • Hide Blank Fields - If yes, this will hide all optional questions that were not filled out from the form display on Show Thread.
  • Show On All Pages - If yes, the completed form will be displayed on all pages of a thread, rather than just the first page.
  • Per-usergroup permissions: Can Use / Can View Others' Form Entries
Forum Manager
  • Choose what categories are enabled for what forum(s)
Questions
  • Toggle Active - Whether the question should be shown on the form
  • Category - What category (form) it belongs to
  • Input type - What type of input is shown: Text Box, Text Area, Yes/No switch, Dropdown
  • Required - Whether this question is required to submit the form
  • Private - Whether answers to this question is displayed to others (Managers can always see answers)
  • Show On Thread List - If yes, this question will be displayed after the thread title on the thread list (A.K.A. "Forum Display").
  • Show Question Title On Thread List - If yes, the title of this question will be displayed before the question data. Only has effect if the above setting is enabled.
  • Data Validation Type - Enforce a specific result: <anything>, Number with decimals, Number without decimals, Positive number, Yes/No, User Name, Valid Email, Valid URL
  • Regular Expression - Additional validation for advanced users, works in conjunction with the above validation types
Statuses
  • Toggle Active - Whether the status should be available for the form
  • Category - What category (form) it belongs to
  • HTML Markup - Input the open / close HTML tags to use around this status. Used for display on Thread List, if enabled.
  • Default Status - If this is the default status for this category.
  • Is Closed Status - Whether this status is considered a closed status.
Settings
  • Display Version Number
  • Enable Modification
  • Reason for turning modification off
  • Enable Navbar Tab (currently no navbar tab exists)
  • Forum Integration (currently no Community or Quick Links menu items exist)
  • Display Form Status On Forum Display
  • Display Form Category On Forum Display
Front-End
  • Choose form category for enabled forum(s) before starting thread
  • Fill out the form above the normal thread information
  • Any form errors will be displayed in the same way posting errors are displayed atm, remembering existing data
  • Managers can change form status from within the thread via AJAX

Pro

Questions
  • Input type - What type of input is shown: Text Box, Text Area, Yes/No switch, Dropdown, Dropdown with multi-select
Notifications
  • User Name - The username of the person receiving the notifications. Doesn't need to be updated if a person changes their username, this is handled automatically.
  • Toggle Active - Whether this user should receive notifications after all
  • Per-forum email notifications checkbox
-------------------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of all pages which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

DragonByte Tech 08-31-2015 06:45 PM

DragonByte vBForms v2.2.4 Patch Level 1

Bug Fixes:
  • When a new entry was posted, the confirmation email could be sent to the wrong user in certain scenarios


Fillip

DragonByte Tech 10-19-2015 08:58 PM

DragonByte vBForms v2.2.4 Patch Level 2

Bug Fixes:
  • Fixed an issue where a database error could be displayed in certain scenarios


Fillip

DragonByte Tech 01-01-2016 12:17 AM

DragonByte vBForms v2.2.5

Changed Features:

Entry Responses
  • Responses are now also recorded if a member replies to an entry that is considered closed


Fillip

DragonByte Tech 04-12-2016 11:44 AM

DragonByte vBForms v2.2.5 Patch Level 1

Bug Fixes:
  • Certain question types could not be edited on the Edit Entry page


Fillip

DragonByte Tech 04-25-2016 08:42 PM

Changed Features:
  • A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.


Fillip

IggyP 05-10-2016 09:26 PM

trying a test installation...

just noticed this step for vb3

Code:

3. Open the threadbit template and find
id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>

Add directly after
&nbsp;{vb:raw thread.extendedtitle}


however this instance looks instead like

Code:

id="thread_title_$thread[realthreadid]"
<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

i tried to replace the code similarly...not sure if it worked just yet as im still figuring the mod out, but to note anyway...

greigeh 05-10-2016 10:31 PM

Quote:

Originally Posted by IggyP (Post 2570519)
trying a test installation...

just noticed this step for vb3

Code:

3. Open the threadbit template and find
id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>

Add directly after
&nbsp;{vb:raw thread.extendedtitle}


however this instance looks instead like

Code:

id="thread_title_$thread[realthreadid]"
<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

i tried to replace the code similarly...not sure if it worked just yet as im still figuring the mod out, but to note anyway...

this is code for vB4, by putting $thread[extendedtitle] after that code should work fine.

DragonByte Tech 05-11-2016 08:23 PM

I'll look into the instructions, thanks :)


Fillip


All times are GMT. The time now is 08:15 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.01376 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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