Page 1 of 1

Phoca Download Category View Problem

Posted: 10 Mar 2013, 14:04
by darkstar
Hi,
i had a css problem using phoca category view version 2.1.8 with Jommla 2.5 and module Vinaora Visitors Counter only on internet explorer(firefox and chrome working fine). Vinaora Visitors Counter loose the css style on i.e. only on page with phoca category view.
From page source i found that code

Code: Select all

<style type="text/css"> 
#sbox-window.phocadownloadpreviewwindow   {background-color:#fff;padding:2px} 
#sbox-overlay.phocadownloadpreviewoverlay  {background-color:#000;} 
</style>
was repeated twice and that causes i.e. not to act normally.
I have disable some lines in the joomla/components/com_phocadownload/views/category/view.html.php file
line 159 to 162

Code: Select all

//    $document->addCustomTag( "<style type=\"text/css\"> \n"  
//     ." #sbox-window.phocadownloadplaywindow   {background-color:#fff;padding:2px} \n"
//     ." #sbox-overlay.phocadownloadplayoverlay  {background-color:#000;} \n"			
//     ." </style> \n"); 
and now all working fine on all browsers.

I made that post that if someone has similar problem to know how to get ride of this.

Greate component, keep up good work!

Re: Phoca Download Category View Problem

Posted: 16 Mar 2013, 02:31
by Jan
Hi, thank you for this guide.

Jan

Re: Phoca Download Category View Problem

Posted: 28 May 2013, 09:23
by ttomljen
Hello everyone.
I have no problem with CSS, but I would like to change the sorting in the List of Files (Category View).
By default sorting is by File ID and I would like to sort by File Title.

How can I do it?
Thanks.

Re: Phoca Download Category View Problem

Posted: 06 Jun 2013, 23:20
by Jan
Hi, just set it in parameters.

Jan

Re: Phoca Download Category View Problem

Posted: 07 Jun 2013, 10:43
by ttomljen
Thank you I have not noticed.