All questions about EDocman extension

Columns

  • Peter Haken
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 10 months ago - 9 years 10 months ago #46558 by Peter Haken
Columns was created by Peter Haken
Hi I want to show docs in columns rather than list, what ever i try in the admin the effects do not show on the front of site. I have used on another site and it works fine, but on this new site will not show!

Is it the display? as when i try to click to change like demo a #hastag shows in url but nothing happens

Any ideas?

mechanic-aid.com/properties this is the link to site that will.not show
yogawithruthwhite.com/residentials this is what i want it to show like in rows of 3
Last edit: 9 years 10 months ago by Peter Haken.

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

More
9 years 10 months ago #46637 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Columns
Hi

I answered the question via email. For someone has same issue, simply open the file components/com_edocman/controller.php, find the code below and remove it:
Code:
$layout = JRequest::getVar('layout'); if ($layout == 'columns') { JRequest::setVar('layout', 'default'); }

Regards,

Tuan

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

Moderators: Mr. Dam