PDA

View Full Version : v 3.06 settings issue


SyncMaster
09-27-2006, 03:18 PM
I am using PHPLD V.3.06 for my new directory. I have a couple of questions and was just wondering if someone can help me with that.

In the admin section, I set the number of columns to display categories to "2" and it does show the categories in 2 columns but on the subpages they are displayed in 3 columns. See what I mean: http://www.eonte.com/Computers_and_Internet/
(http://www.eonte.com/Computers_and_Internet/)
How can I restrict them to 2 columns in subpages?
I want the featured links to have yearly subscription payment and the regular links should have one time fee. In the admin section I set the payment time unit to "year" but it also changed the regular listings to be paid yearly. Is it possible for both listing types to have different time unit i.e. yearly for featured links and unlimited for regular links?

James
09-28-2006, 05:26 AM
For your first question Look in your templates/Default/main.tpl
find around line 31

{if $cats_per_col > 15}

change the 15 say 30 or so save and upload. If the division is still going to 3 columns increase it more.
For the second I would wait for someone else to weigh in but I don't think so on a default install.

SyncMaster
09-29-2006, 02:23 AM
Thanks Dawzz :)