Unwanted redirections of com_content to com_flexicontent

More
12 years 10 months ago #16587 by ggppdk
Some modules and plugins allow you to specify articles by typing the id.
But some other modules and plugins use a parameter field of type 'article' to graphically select an article.

You all have seen this field in action when you do: New menu Item, choose 'Articles' and then 'Article Layout' as type.

But this is automatically redirected by the SYSTEM plugin 'flexisystem.php', to display the item view of flexicontent, the result is that you cannot choose article in this module / plugins.

To avoid the problem, i suggest to alter the plugins/system/flexisystem.php and replace line 105:
Code:
} else { $urlItems .= '&view=items'; }
with:
Code:
} else if ($task == 'element') { return false; } else { $urlItems .= '&view=items'; }

what do you think this, and has anyone seen any other unwanted redirection of com_content to flexicontent?


-- 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
12 years 10 months ago #16596 by micker
great propose
can you put this in bug tracker ?
code.google.com/p/flexicontent/issues/list
reagrds

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
12 years 10 months ago #16602 by ggppdk
Yes, I submitted it to the bug Tracker.

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.

More
12 years 10 months ago #16606 by micker
thanks

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.

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