Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[FIXED] published not work 12 Sep 2012 11:17 #3535

  • Creb
  • Creb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 1
Hello, i create table and form / view with published featured.
On sandbox and otside if I click publish / unpublish button I have message ALERT_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO

Edit don't work too. If I click edit inline, or check and click i upper right button always create new record.
Please help what is wrong.

Creb

Please Log in or Create an account to join the conversation.

Re: published not work 12 Sep 2012 12:01 #3536

+1 I've seen that problem too

Please Log in or Create an account to join the conversation.

Re: published not work 12 Sep 2012 12:27 #3537

+1
I have the same problem, already reported to the admin a couple of times, I guess he's working (or planning to work) on it.

Please Log in or Create an account to join the conversation.

Re: published not work 12 Sep 2012 21:15 #3555

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Is it on an item layout ?


Because now, the publish, unpublish, default, tasks are not anymore handled in item layout.
The more standard in Joomla is to use these functionalities in lists view, and to use the form to change these values.

If you look on the joomla controllers base class, you can distinct functionalities treated in lists and others in collections.
Personnaly, in Cook, I putted all the model tasks in the ITEM model, even if called by a COLLECTION controller.
But the controller is still limited if you are in an item or list type (collection)

If you really want these tasks in item layout, I can do something, but I prefer to fit with the standard.

I think the reason of that, is because if you edit your form and finish clicking 'Publish', it will publish the item, but will ignore the inserted datas to store. Wich is really confusing.

So I putted a limitation in V2.0
If your publish tasks are still visible in your layout toolbar ( builder, ITEM layout), it is not a big deal because they will be ignored afterwards.

Maybe the question is different, I personnaly do not find this issue in collection layout.

Can I have more informations about that please ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: published not work 13 Sep 2012 06:09 #3564

  • Creb
  • Creb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 1
I write only to the list (collection) view.
This is link to application on Your sandbox admin:
sandbox.cms25.j-cook.pro/administrator/i...types&layout=default
Dont work publish, and edit not open editing item. Not work publish button (red cross)
And to front:
sandbox.cms25.j-cook.pro/index.php?option=com_demo5687

Please write what is wrong in my config apps. Maybe jquery?

Creb

Please Log in or Create an account to join the conversation.

Last edit: by Creb.

Re: published not work 13 Sep 2012 09:13 #3565

Yep, I have this problem too in the same actions publish/publish, edit, delete.
Before V 2.0 beta exists i have created a component and it is working absolutly. After V2.0 exists, my new component is created yesterday doest' work.

Please Log in or Create an account to join the conversation.

Re: published not work 13 Sep 2012 09:51 #3568

admin wrote: Is it on an item layout ?


Because now, the publish, unpublish, default, tasks are not anymore handled in item layout.
The more standard in Joomla is to use these functionalities in lists view, and to use the form to change these values.

If you look on the joomla controllers base class, you can distinct functionalities treated in lists and others in collections.
Personnaly, in Cook, I putted all the model tasks in the ITEM model, even if called by a COLLECTION controller.
But the controller is still limited if you are in an item or list type (collection)

If you really want these tasks in item layout, I can do something, but I prefer to fit with the standard.

I think the reason of that, is because if you edit your form and finish clicking 'Publish', it will publish the item, but will ignore the inserted datas to store. Wich is really confusing.

So I putted a limitation in V2.0
If your publish tasks are still visible in your layout toolbar ( builder, ITEM layout), it is not a big deal because they will be ignored afterwards.

Maybe the question is different, I personnaly do not find this issue in collection layout.

Can I have more informations about that please ?


Pls see the image error,

i tried editing, publishing, deleting but only error. Edit with existed row so it's displaying like create new with empy fields data.

Please Log in or Create an account to join the conversation.

Last edit: by Chipvaden.

Re: published not work 13 Sep 2012 14:43 #3574

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I realized late you was in 1.5


Fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: published not work 13 Sep 2012 15:08 #3578

  • Creb
  • Creb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 1
In backend publish, edit, delete works OK. In Front still the same.
And callendar popup not work (front and admin). Only error if I click to put date:

qv:custom rule not found - timeYYYYmmdd

I flushed data before generate new sandbox.
greetings
Creb

Please Log in or Create an account to join the conversation.

Re: published not work 13 Sep 2012 15:24 #3580

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Works now also in front (I forgot it)
Coding is now a piece of cake
The following user(s) said Thank You: Creb

Please Log in or Create an account to join the conversation.

Re: published not work 13 Sep 2012 15:30 #3581

  • Creb
  • Creb's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 1
And callendar still not work.

Please Log in or Create an account to join the conversation.

Last edit: by Creb.

Re: published not work 13 Sep 2012 16:12 #3582

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
Yes, tried some solutions, doesn't work for me too.
If you use the "old" version, it gets a validation error.
If you use the v2beta, you don't get anything... displaying the calendar causes the problem.

Please Log in or Create an account to join the conversation.

Last edit: by VeCrea.

Re: published not work 14 Sep 2012 10:15 #3601

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Can you try again please ?

In both versions.

Because I cannot see it in V2.0.
Ck! 1.5 may be fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: published not work 14 Sep 2012 12:22 #3617

It works in V 1.5

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.096 seconds

  I am so so so looking forward to see how far this can go. Seems like the skies the limit at the moment.
Kevin (Forum) 

Get Started