Author Topic: How to make three columns Categories  (Read 12052 times)

0 Members and 1 Guest are viewing this topic.

Offline tiamo86

  • Pre-Newbie
  • Posts: 6
    • View Profile
How to make three columns Categories
« on: June 10, 2008, 09:25:15 PM »
I want to make three columns Categories the same wallno1.com
How can i do?
Thanks !!!

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: How to make three columns Categories
« Reply #1 on: June 11, 2008, 05:33:41 AM »
Hi,

go in your AdminControlPanl (ACP)
Under General/settings you find: Category settings

=> Number of table cells  :wink:


KurtW

Offline tiamo86

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: How to make three columns Categories
« Reply #2 on: June 11, 2008, 07:49:15 AM »

I do the same with you but it not show 3 columns the same wallno1.com
I read one post of this forum, if want to change 3 column, must edit index.php or fuction.php but i dont remember this post any where?
Please help me !!!

Offline † manurom

  • Full Member
  • ***
  • Posts: 227
    • View Profile
    • manurom's 4images templates
Re: How to make three columns Categories
« Reply #3 on: June 11, 2008, 09:15:52 AM »
Hello, tiamo86;
what template do you use, please?

By the way, the website wallno1.com does not show the 4images copyright. I'm trying to know if they bought the 4images copyright removal licence.

Your screen capture looks like Iceberg template, but I'd need to be sure... Then, anybody here could help you.

Offline tiamo86

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: How to make three columns Categories
« Reply #4 on: June 11, 2008, 12:08:31 PM »
Hello, tiamo86;
what template do you use, please?

By the way, the website wallno1.com does not show the 4images copyright. I'm trying to know if they bought the 4images copyright removal licence.

Your screen capture looks like Iceberg template, but I'd need to be sure... Then, anybody here could help you.

I'm using wallpaperhall template ( it be shared)
Shouldn't remove copyright :wink:

Offline † manurom

  • Full Member
  • ***
  • Posts: 227
    • View Profile
    • manurom's 4images templates
Re: How to make three columns Categories
« Reply #5 on: June 11, 2008, 12:15:33 PM »
Hello, tiamo86;
what template do you use, please?

By the way, the website wallno1.com does not show the 4images copyright. I'm trying to know if they bought the 4images copyright removal licence.

Your screen capture looks like Iceberg template, but I'd need to be sure... Then, anybody here could help you.

I'm using wallpaperhall template ( it be shared)
Shouldn't remove copyright :wink:
Hi;
will soon post here my own answer. Just let me some time.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: How to make three columns Categories
« Reply #6 on: June 11, 2008, 03:58:45 PM »
this problem have nothing to do with the templates.
The cat tables comes from .php

have you included a mod in:
includes/functions.php?


Kurt

Offline tiamo86

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: How to make three columns Categories
« Reply #7 on: June 11, 2008, 07:19:04 PM »
How can i do ?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: How to make three columns Categories
« Reply #8 on: June 11, 2008, 07:33:59 PM »
Hi,

i like to see a image from the acp with the category settings


Kurt

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: How to make three columns Categories
« Reply #9 on: June 11, 2008, 07:37:54 PM »
... if the configuration "Number of table cells" in ACP does not work for you ...  :roll:
... you can try the following ...
... in includes/functions.php in section / function "function get_categories" ...
... replace all ...
Code: [Select]
$config['cat_cells']... with the number of cells you would like to show ...


... or find in includes/functions.php in section / function "function get_categories" ...
Code: [Select]
$cattable_width = ceil((intval($config['cat_table_width'])) / $config['cat_cells']);
... and add above ...
Code: [Select]
$config['cat_cells'] = 3 // number of cells you would like to show
« Last Edit: June 11, 2008, 08:19:29 PM by mawenzi »
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...