Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] published not work

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

  • Creb
  • Creb's Avatar
  • Offline
  • Junior Member
  • Posts: 20
  • Thank you received: 1
  • Karma: 0
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
The administrator has disabled public write access.

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

  • dyvel
  • dyvel's Avatar
  • Offline
  • Elite Member
  • Posts: 200
  • Thank you received: 11
  • Karma: 10
+1 I've seen that problem too
The administrator has disabled public write access.

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

  • Tomaselli
  • Tomaselli's Avatar
  • Offline
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
+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.
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
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
The administrator has disabled public write access.

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

  • Creb
  • Creb's Avatar
  • Offline
  • Junior Member
  • Posts: 20
  • Thank you received: 1
  • Karma: 0
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
Last Edit: 13 Sep 2012 06:12 by Creb.
The administrator has disabled public write access.

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

  • Chipvaden
  • Chipvaden's Avatar
  • Offline
  • New Member
  • Posts: 9
  • Karma: 0
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.
The administrator has disabled public write access.

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

  • Chipvaden
  • Chipvaden's Avatar
  • Offline
  • New Member
  • Posts: 9
  • Karma: 0
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.
Last Edit: 13 Sep 2012 09:57 by Chipvaden.
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
I realized late you was in 1.5


Fixed.
Coding is now a piece of cake
The administrator has disabled public write access.

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

  • Creb
  • Creb's Avatar
  • Offline
  • Junior Member
  • Posts: 20
  • Thank you received: 1
  • Karma: 0
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
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
Works now also in front (I forgot it)
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: Creb

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

  • Creb
  • Creb's Avatar
  • Offline
  • Junior Member
  • Posts: 20
  • Thank you received: 1
  • Karma: 0
And callendar still not work.
Last Edit: 13 Sep 2012 15:30 by Creb.
The administrator has disabled public write access.

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

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
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.
Last Edit: 13 Sep 2012 16:15 by VeCrea.
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
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
The administrator has disabled public write access.

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

  • Chipvaden
  • Chipvaden's Avatar
  • Offline
  • New Member
  • Posts: 9
  • Karma: 0
It works in V 1.5
The administrator has disabled public write access.
Time to create page: 0.129 seconds

Get Started