Page 1 of 1

i need the Category View Layout original CSS

Posted: 19 Mar 2015, 00:49
by omri ron
hello all,
i tried to edit the Category View Layout
at PHOCA DOWNLOAD Version 2.1.9
for joomla 2.5

but didn't the original code\text...
can someone please restore it for me?

Image

Re: i need the Category View Layout original CSS

Posted: 20 Mar 2015, 18:16
by omri ron
all i need is someone who use phoca
and can send me this text right here
Image
Image
thank u!

Re: i need the Category View Layout original CSS

Posted: 21 Mar 2015, 23:17
by Jan
Hi, in fact, as default it is a demonstration of parameters.

Categories view:

Code: Select all

<div class="pd-categoriesbox">
<div class="pd-title">{pdtitle}</div>
{pdsubcategories} {pdclear}</div>

Category view:

Code: Select all

<div class="pd-filebox">{pdfiledesctop} {pdfile}
<div class="pd-buttons">{pdbuttondownload}</div>
<div class="pd-buttons">{pdbuttondetails}</div>
<div class="pd-buttons">{pdbuttonpreview}</div>
<div class="pd-buttons">{pdbuttonplay}</div>
<div class="pd-mirrors">{pdmirrorlink2} {pdmirrorlink1}</div>
<div class="pd-rating">{pdrating}</div>
<div class="pd-tags">{pdtags}</div>
{pdfiledescbottom}
<div class="pd-cb"> </div>
</div>
File view:

Code: Select all

<div class="pd-filebox">{pdimage} {pdfile} {pdfilesize} {pdversion} {pdlicense} {pdauthor} {pdauthoremail} {pdfiledate} {pddownloads} {pddescription} {pdfeatures} {pdchangelog} {pdnotes}
<div class="pd-mirrors">{pdmirrorlink2} {pdmirrorlink1}</div>
<div class="pd-report">{pdreportlink}</div>
<div class="pd-rating">{pdrating}</div>
<div class="pd-tags">{pdtags}</div>
<div class="pd-cb"> </div>
</div>

Re: i need the Category View Layout original CSS

Posted: 01 Apr 2015, 21:47
by omri ron
thank u jan!

u really helped me!

SOLVED !

Re: i need the Category View Layout original CSS

Posted: 02 Apr 2015, 22:14
by Jan
Ok