FLEXIContent - v2.0.0 - final for J2.5 released (r1648)

More
12 years 8 months ago - 12 years 8 months ago #18199 by Arkadiy
Create New type - does not work "Cancel" button if empty field "Type"

Create New Category - does not work "Cancel" button if empty field "Title"
Last edit: 12 years 8 months ago by Arkadiy.
The topic has been locked.
More
12 years 8 months ago #18200 by Arkadiy
���������� in create new field "Extended Weblink"
The topic has been locked.
More
12 years 8 months ago #18201 by Arkadiy
Undefined constant
FLEXI_FIELD_THUMB_IN_ITEM
FLEXI_FIELD_THUMB_IN_CAT
FLEXI_FIELD_LINKTO_URL
FLEXI_FIELD_URL_TARGET
in create new field "image"
The topic has been locked.
More
12 years 8 months ago - 12 years 8 months ago #18202 by Arkadiy
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\linkslist\linkslist.php on line 78
1. add
Code:
$version = $item->getValue('version', NULL, 0);
before
Code:
if($item->version...
, replace
Code:
$item->version
to
Code:
$version

2. linkslist.php string ~90
Code:
foreach ($items as $id => $item)
replace $item to $val (or $vsyaka_byaka), else object $item destroyed.

similarly as 1:
Code:
Notice: Trying to get property of non-object in Z:\home\j17\www\plugins\flexicontent_fields\radio\radio.php on line 70
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\radioimage\radioimage.php on line 77
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\select\select.php on line 47
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\select\selectmultiple.php on line 47
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\textarea\textarea.php on line 53
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\weblink\weblink.php on line 48
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\checkbox\checkbox.php on line 67
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\email\email.php on line 45
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\extendedweblink\extendedweblink.php on line 46
Last edit: 12 years 8 months ago by Arkadiy.
The topic has been locked.
More
12 years 8 months ago #18203 by Arkadiy
Code:
Notice: Undefined offset: 0 in Z:\home\j17\www\plugins\flexicontent_fields\radioimage\radioimage.php on line 80
replace
Code:
} elseif (!$field->value[0]) {
to
Code:
} elseif (!isset($field->value[0])) {
Code:
Fatal error: Call to a member function isAdmin() on a non-object in Z:\home\j17\www\plugins\flexicontent_fields\radioimage\radioimage.php on line 95
and
Code:
Fatal error: Call to a member function isAdmin() on a non-object in Z:\home\j17\www\plugins\flexicontent_fields\radioimage\radioimage.php on line 177

replace
Code:
global $mainframe;
to
Code:
$mainframe = JFactory::getApplication();
The topic has been locked.
More
12 years 8 months ago #18210 by kursus

Tables are 99% the same.


I'll try an export/import a give a feedback.

About of prewindow. To list the field of an item you must first know its type. One way to do it is the prewindow, second way is to select, save (form reload), and third way to use AJAX.


Between modal window and old "save and refresh" system I would rather prefer the latter, despite AJAX is obviously the best choice.
The topic has been locked.
Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.657 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline