Git Product home page Git Product logo

q2a-extra-posting's Introduction

Q2A Extra Posting Plugin

Enhance your Extra Posting with file management. Add extra field on question:

  1. textbox.
  2. textarea.
  3. checkbox.
  4. select.
  5. select-radio.
  6. file.

Version compatibility

Question2Answer v1.6 and later

Installing Instructions

If you have never installed my Q2A plugins before please consider checking the Installation Guide

Options

Extra field count:

  • The number of the required extended fields is chosen.

Max file size:

  • Maximum sile size which user can upload.

Permit only images (jpeg,png,gif):

  • OFF: The user can upload file except image.
  • ON: The user can't upload file except image.

Max image width:

  • When image is stored, image is resized to this width.

Max image height:

  • When image is stored, image is resized to this height.

Thumbnail width of attached image:

  • Thumbnail image is displayed on question and editing page with this size.

Enable lightbox effect:

  • OFF: Images are displayed in another window.
  • ON: Images are displayed by jQuery lightbox plugin.

Enable field:

  • Enable field option

Label on question form:

  • Asign label on question form. This option is required.

Explanation on question form - HTML allowed:

  • Asign explanation on question form.

Type:

  1. Select field type.
  2. Textarea ex: 5 (this is rows)
  3. Checkbox ex: OFF==0||ON==1 / NO==0||YES==1
  4. Select/Radio ex: ||label1==value1||label2==value2||label3==value3
  5. File ex:Combine allowed file extensions by comma(,)
  6. Program ex: @EVAL return '||label1==value1||label2==value2';

Attributes: Note: Other attributes of input tag in accordance with rule of HTML.

  • Textbox ex: maxlength="20"
  • Select ex: size="3"

Default value:

  • Input default value first displayed on question form.

Position on question form:

  • Select position on question form.

Show on question page:

  • Display fieldX on question page.

Label on question page:

  • Asign label on question page. If check "Show on question page", this option is required.

Position on question page::

  • Select position on question page.

Hide on question page if blank::

  • If input value is blank, hide fieldX on question page.

Input is required:

  • If input value is blank, form will be error.

q2a-extra-posting's People

Contributors

jacksiroke avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.