[cv6] Custom Field Extension

xF2 Add-on [cv6] Custom Field Extension 1.1.0 Release Candidate 3

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,956
Points
823

Reputation:

ENXF NET submitted a new resource:

[cv6] Custom Field Extension - This AddOn adds two new CustomField Types (image and Combo) and adds more options

With this brand new AddOn you can add new types of custom fields:
  • Image
    The User can upload one or multiple images (XenForo Attachment System is used for this)
  • Combo Box
    The Combo Box combines a Text box and a Simple Drop Down Box. You can change settings for both elements as usual and define the order of both.
New Options:
  • The number files now has a step value
  • You can specify a placeholder
All other: See images!

Supports also Resource...

Read more about this resource...
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,956
Points
823

Reputation:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,956
Points
823

Reputation:

ENXF NET updated [cv6] Custom Field Extension with a new update entry:

1.0.1 RC - now with calculation field

Bugs fixed
  • error if image file is set as required field and no image is uploaded
  • image entity not deleted after deleted last attachment for one field
  • add custom fields database changes after resource manager install

New Features
  • Calculation field
    • with new dependency to loaded library via composer nxp/math-executor
  • added field id into field list view to grab easily an field if for calculation

Improvements...

Read the rest of this update entry...
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,956
Points
823

Reputation:

ENXF NET updated [cv6] Custom Field Extension with a new update entry:

1.1.0 - new Features and many bug fixes

1.1.0 RC
  • fixed mandatory combo field bug
  • fixex resource rating image (wasn't working properly)
  • fixed bug entity chooser ignores required
  • fixed bug with entity chooser has no class selected
  • fixed bug with step display on mobile devices
  • fixed bug with drag-drop upload in first post
  • optimized database structure
  • Upgrade nxp/math-executor to 2.3.1
  • rewrite of save routine to a better (the correct) solution
New features:
  • added ability to...

Read the rest of this update entry...
 

Thanos Crax

Collaborate
Collaborate
Registered
Joined
Sep 25, 2020
Messages
315
Points
73

Reputation:

1673818167541.png


When adding image field it shows an empty box. Anyone knows how to make images work?
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

Can someone explain to me how to insert these lines and where?
Do I need these lines?
PHP:
$table->addColumn('cv6_image_count', 'int')->setDefault(0);
$table->addColumn('cv6_options', 'blob')->nullable()->setDefault(NULL);
$table->addColumn('cv6_calculation', 'blob')->nullable()->setDefault(NULL);
$table->addColumn('cv6_placeholder', 'varchar', '50')->setDefault('');
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Can someone explain to me how to insert these lines and where?
Do I need these lines?
PHP:
$table->addColumn('cv6_image_count', 'int')->setDefault(0);
$table->addColumn('cv6_options', 'blob')->nullable()->setDefault(NULL);
$table->addColumn('cv6_calculation', 'blob')->nullable()->setDefault(NULL);
$table->addColumn('cv6_placeholder', 'varchar', '50')->setDefault('');
mickeNo not required, it is already part of the setup so far as I know
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,956
Points
823

Reputation:

ENXF NET updated [cv6] Custom Field Extension with a new update entry:

Version 1.1.0 Release Candidate 3

Changelog:
  1. Resolved missing column creation issue for Image custom field during initial installation, ensuring consistent functionality for both fresh installs and upgrades. >> https://xenforo.com/community/threads/cv6-custom-field-extension.194853/post-1613490
  2. Fixed Typo related to XFRM, that was throwing errors when creating a resource.
  3. Fixed Issue to allow editing of custom...

Read the rest of this update entry...
 
Top