FLEXIContent - v2.0.0 - final for J2.5 released (r1648)
For more general questions about the operation of FLEXIcontentRe: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by effrit » Fri 26 Aug 2011 06:56
and needs more flexible and logic frontend:
- Attachments
-
- submission.gif (18.76 KiB) Viewed 1582 times
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by Arkadiy » Fri 26 Aug 2011 07:48
r853
BACKEND
1. remained
On "new field" undefined constant FLEXI_ADD_LABEL on save field without label (Russian lang)
2. remained
Tab "Fields" Order by "Published" on fields list sorts in one direction only
3. remained
linkslist.php string 90
4. remained
Tab "Fields". Published state not change on Fields List
5. Tags not worked.
FRONTEND
6. Field type "Date" causes error500 on frontend if field is filled, empty field error does not cause.
replace in to srting 234
7. On the field type "article toolbar" not work (500 error) "Print", "PDF".
Done
BACKEND
1. remained
On "new field" undefined constant FLEXI_ADD_LABEL on save field without label (Russian lang)
2. remained
Tab "Fields" Order by "Published" on fields list sorts in one direction only
3. remained
linkslist.php string 90
- Code: Select all
foreach ($items as $id => $item)
4. remained
Tab "Fields". Published state not change on Fields List
5. Tags not worked.
FRONTEND
6. Field type "Date" causes error500 on frontend if field is filled, empty field error does not cause.
replace in to srting 234
- Code: Select all
$field->{$prop}[] = $values[$n] ? JHTML::_('date', $values[$n], JText::_($dateformat), $timezone_offset=0 ) : JText::_( 'FLEXI_NO_VALUE' );
7. On the field type "article toolbar" not work (500 error) "Print", "PDF".
Done
- Arkadiy
- Regular Member
- Posts: 43
- Joined: Mon 22 Aug 2011 05:40
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by ggppdk » Fri 26 Aug 2011 08:29
First, thank you all for you posts,
To effrit:
About tags links and favorites and voting, i tested with SEF off, did you test with SEF off?
To Arkadiy:
About 1, the undefined language string, i will check this it must be missing for English file too
About 2, 4 fields published ordering, i missed this
About 3, I missed linklist field, i thought i updated this.
About 5, tags, i fixed a lot of stuff about them js and versioning updating, especially in items editor, what is not working?
About 6, date field,
$timezone_offset=0 on the date field, user is supposed to enter the date in local time so the timezone must not be applied. About error, i will do a better check for empty value to fix ...
About 7, Article Toolbar will fix ...
To effrit:
About tags links and favorites and voting, i tested with SEF off, did you test with SEF off?
To Arkadiy:
About 1, the undefined language string, i will check this it must be missing for English file too
About 2, 4 fields published ordering, i missed this
About 3, I missed linklist field, i thought i updated this.
About 5, tags, i fixed a lot of stuff about them js and versioning updating, especially in items editor, what is not working?
About 6, date field,
$timezone_offset=0 on the date field, user is supposed to enter the date in local time so the timezone must not be applied. About error, i will do a better check for empty value to fix ...
About 7, Article Toolbar will fix ...
1. If you have problem logging in our forums, PLEASE CLEAR BROWSER cookies that have flexicontent.org (or ALL cookies or try a different browser)
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
-

ggppdk - Core Developer

- Posts: 6768
- Joined: Tue 14 Jun 2011 22:17
- Location: Crete
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by micker » Fri 26 Aug 2011 08:34
Thanks for shearing idéa and dev for community
1. If you have problem logging in our forums, PLEASE CLEAR BROWSER cookies that have flexicontent.org (or ALL cookies or try a different browser)
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by effrit » Fri 26 Aug 2011 08:54
ggppdk, sorry, i forgot post SEF status cose i use default Joomla settings, so SEF was ON.
i turn it of, clean cache and in result:
the tags: works (show search result) without SEF, and do not - with SEF ON.
favorites - i can add/remoove favorites but cant see list of my favorites (after i create 'Favorites' menu item) in both SEF status.
and "Directory" menu item work incorrect in both SEF state also
i turn it of, clean cache and in result:
the tags: works (show search result) without SEF, and do not - with SEF ON.
favorites - i can add/remoove favorites but cant see list of my favorites (after i create 'Favorites' menu item) in both SEF status.
and "Directory" menu item work incorrect in both SEF state also
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by Arkadiy » Fri 26 Aug 2011 13:51
Yes, it does not work and it is not in javascript, I do not save. And when filling json normally formed.About 5, tags, i fixed a lot of stuff about them js and versioning updating, especially in items editor, what is not working?
No, it is not the case, but the difference = and ==, if we want to get boolen value, we must check for compliance, not to assign or write "true" or "false".$timezone_offset=0 on the date field, user is supposed to enter the date in local time so the timezone must not be applied. About error, i will do a better check for empty value to fix ...
- Arkadiy
- Regular Member
- Posts: 43
- Joined: Mon 22 Aug 2011 05:40
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by ggppdk » Fri 26 Aug 2011 14:11
No we don't want boolean we want zero
The $timezone_offset=0 was written to stress out that we want zero offset and document the code at the same time.
About error , it seems the code:
$values[$n] ? val1 : empty_val is not working properly we wanted to get empty_val and instead we get val1.
I will change $values[$n] to something more appropriate to detect empty value correctily ...
The $timezone_offset=0 was written to stress out that we want zero offset and document the code at the same time.
About error , it seems the code:
$values[$n] ? val1 : empty_val is not working properly we wanted to get empty_val and instead we get val1.
I will change $values[$n] to something more appropriate to detect empty value correctily ...
1. If you have problem logging in our forums, PLEASE CLEAR BROWSER cookies that have flexicontent.org (or ALL cookies or try a different browser)
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
-

ggppdk - Core Developer

- Posts: 6768
- Joined: Tue 14 Jun 2011 22:17
- Location: Crete
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by szallontai » Fri 26 Aug 2011 14:48
Hi everybody,
First thank you for the work and advanced to a 2.0 FLEXIcontent even better!
then to resume the request of effrit at the beginning of the post and Micker to convey ideas:
I think interesting and useful to manage two different types of functionality:
joomla without a flexi fields, one with values and additions flexible.
in fact, select a category in the global flexible configuration, rather than the full com-content.
this in mind and not knowing if it's a bug on my test site, the link type menu category directory of FLEXIcontent shows 2 both the sub-categories. (screen)
If not, I noticed a Pb with breadcrumb.
display: Directory > sub-category > category > item
i can't have: directory > category > sub category > item. Is my bad understanding or a bug ?
thanks for your involvement and sharing.
Great and evolutive componenent.
Spécial congratulation to ggppdk, who boost this developpement and particular active involvement. bravo !!!
humbly, Swall.
First thank you for the work and advanced to a 2.0 FLEXIcontent even better!
then to resume the request of effrit at the beginning of the post and Micker to convey ideas:
I think interesting and useful to manage two different types of functionality:
joomla without a flexi fields, one with values and additions flexible.
in fact, select a category in the global flexible configuration, rather than the full com-content.
this in mind and not knowing if it's a bug on my test site, the link type menu category directory of FLEXIcontent shows 2 both the sub-categories. (screen)
If not, I noticed a Pb with breadcrumb.
display: Directory > sub-category > category > item
i can't have: directory > category > sub category > item. Is my bad understanding or a bug ?
thanks for your involvement and sharing.
Great and evolutive componenent.
Spécial congratulation to ggppdk, who boost this developpement and particular active involvement. bravo !!!
humbly, Swall.
- Attachments
-
- directory menu flexi 2.0 in J1.7
- directory menu.png (25.79 KiB) Viewed 1514 times
- szallontai
- Regular Member
- Posts: 101
- Joined: Tue 10 Nov 2009 10:26
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by Arkadiy » Fri 26 Aug 2011 16:09
ggppdk wrote:No we don't want boolean we want zero
The $timezone_offset=0 was written to stress out that we want zero offset and document the code at the same time.
About error , it seems the code:
$values[$n] ? val1 : empty_val is not working properly we wanted to get empty_val and instead we get val1.
I will change $values[$n] to something more appropriate to detect empty value correctily ...
Usually assigning a value to a variable from argument function leads to errors, as in this time. And the function at this point requires true or false.
- Arkadiy
- Regular Member
- Posts: 43
- Joined: Mon 22 Aug 2011 05:40
Re: FlexiContent v2.0 for J1.6/1.7 for BETA Testers
by ggppdk » Fri 26 Aug 2011 16:11
mmm the variable is not used subsequently we could replace the :
$timezone_offset=0
with
0
Regards
$timezone_offset=0
with
0
Regards
1. If you have problem logging in our forums, PLEASE CLEAR BROWSER cookies that have flexicontent.org (or ALL cookies or try a different browser)
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
2. FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks!
-

ggppdk - Core Developer

- Posts: 6768
- Joined: Tue 14 Jun 2011 22:17
- Location: Crete
Who is online
Users browsing this forum: ggppdk and 1 guest
