Phoca Download Category View Problem

Phoca Download - download manager
darkstar
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Mar 2013, 13:03

Phoca Download Category View Problem

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Download Category View Problem

Post by Jan »

Hi, thank you for this guide.

Jan
If you find Phoca extensions useful, please support the project
ttomljen
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 May 2013, 09:15

Re: Phoca Download Category View Problem

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Download Category View Problem

Post by Jan »

Hi, just set it in parameters.

Jan
If you find Phoca extensions useful, please support the project
ttomljen
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 May 2013, 09:15

Re: Phoca Download Category View Problem

Post by ttomljen »

Thank you I have not noticed.
Post Reply