[See fix] archived ?

More
10 years 10 months ago #36559 by akalbs
[See fix] archived ? was created by akalbs
Hello

I did not well understand the interet of the "archived" status.
In Joomla 2.5 without flexicontent, this status just allows the consultation via a special menu or the "search"("research").
But in flexicontent, it is a status " archived not published ". Thus no search(research)!

Why a status " archived not published ", it is similar that "thrown"("cast") or "basket"?
Could not one not have a status " archived published "?

If there is a reason that I did not see, thank you for getting clearer.

Best regard
Annick

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

More
10 years 10 months ago #36560 by akalbs
Replied by akalbs on topic [See fix] archived ?
In continant my tests, I have just noticed that according to the method employee the sense(direction) "archives" do not give the same thing.

I am understandable.
If I go in the article and if I choose "archive" in the field "status", when I save, I have an unknow.png icon.

If in the list of articles, I click the icon status, about is, me chooses which corresponds in the legend below the list to " archive not published "; by going into the article " so archived ", the status is " draft:: not published ".

If I selectionne articles and if I go on the upper right icon which is called "archive", they put themselves all with " archive not published ".

Does not have til not any bug there?
It seems that there is, quite at least in French, little of melange between them " archived - nonpublié ", "archived" and " draft:: not publishes ".

Thanks Reverso


En continant mes tests, je viens de m’apercevoir que suivant la méthode employé le sens « archive » ne donne pas la même chose.

Je m’explique.
Si je vais dans l’article et que je choisis « archive » dans le champ « statut », quand je sauve, j’ai une icône unknow.png.

Si dans la liste des articles, je clique sur l’icône statut, quelque soit, je choisit qui correspond dans la légende en dessous de la liste à « archive-non publié » ; en rentrant dans l’article ainsi « archivé », le statut est « brouillon :: non publié ».

Si je selectionne des articles et que je vais sur l’icône en haut à droite qui s’appelle « archive », ils se mettent tous en .

N’y a til pas quelque bug ?

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

More
10 years 10 months ago #36562 by ggppdk
Replied by ggppdk on topic [See fix] archived ?
Yes
about archived it should not be marked as unpublished.

- An archived item should not appear in normal lists
- but it should be accessible via archived menu item (will add this) and also it should be considered "published"


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
10 years 10 months ago #36565 by micker
Replied by micker on topic [See fix] archived ?
I move this subject in good part

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![/size]

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

More
10 years 10 months ago #36572 by akalbs
Replied by akalbs on topic [See fix] archived ?
Thank you Georgio.

OK for the link of menu on " archived article " (choose in " articles of joomla " and not in flexicontent).
However, if I am not connected, he(it) is not readable(legible).
Quite like that does not make him(it) for all that accessible(approachable) in search(research).

Yet(Now) in joomla2.5 without flexicontent, I tested: an article put in archive, is accessible(approachable) after search(research) frontend.

Would not it be possible to keep(guard) this feature in Flexicontent?

Best regard
Annick


(en français)
Ok pour le lien de menu sur « article archivé » (choisis dans « articles de joomla » et pas dans flexicontent).
Cependant, si je ne suis pas connecté, il n’est pas lisible.
Tout comme cela ne le rend pas pour autant accessible en recherche.

Or dans joomla2.5 sans flexicontent, j’ai testé : un article mis en archive, est accessible après recherche en frontend.

Ne serait-il pas possible de garder cette fonctionnalité dans Flexicontent ?

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

More
10 years 10 months ago #36579 by ggppdk
Replied by ggppdk on topic [See fix] archived ?
Hello,
actually this is wrong behavior (bug),
-- the archived state in J1.5 was -1 and in J1.6-J2.5,J3.x is 2
-- the code was not updated

To apply fix now, in file
components/com_flexicontent/models/item.php
find line (about line number 121)
Code:
$item_is_published = $this->_item->state == 1 || $this->_item->state == -5 || $this->_item->state == -1;
and change to:
Code:
$item_is_published = $this->_item->state == 1 || $this->_item->state == -5 || $this->_item->state == (FLEXI_J16GE ? 2:-1);
(thanks for report)
Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.278 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