Hello,
I would like to have 2 column in index.php and 4 in browse.php, how can I do that?
Thanks.
Hello,
I would like to have 2 column in index.php and 4 in browse.php, how can I do that?
Thanks.
Hello,
Here is my answer; I wanted to have 2 columns in index and 4 in browse so I did make the following change in index.php
From:
ToPHP Code:$category_obj->number_of_columns = $cat_columns;
And I change the number of column in the setup file (admin CP) to 4PHP Code:$category_obj->number_of_columns = 2;
Easy hack, great change, Enjoy!
look for the following in browse.php
$category_obj->number_of_columns = 4;
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Thanks ems, it is not often that I do find the solution before you give it to me, am I getting good or what!!
![]()
yep, you are getting too fast for me!
Glad you got it working. INDEXU is pretty good, huh!
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.