Hmm... I need to find out myself. I don't know what is the answer to your question. I'll do some investigation and get back to you if I bump into an anything. You should email the people at iPage as they probably can answer it..
Thanks for the reply, Vger. Do you know if there's an easy way of changing this, or do I need to get my PHP reference out again? :-).
-Jean...
I'm trying to use the contribution that Andrew mentioned, and I've replace two files and edited another, but now the instructions the following (and I don't have a clue what I'm supposed to do):.
Now, execute the following queries..
These queries will allow you to configure the number of items on your info boxes using the admin interface..
These options will be in the Configuration/Maximum Values session of the admin interface..
INSERT INTO configuration.
(configuration_id,.
Configuration_title,.
Configuration_key,.
Configuration_value,.
Configuration_description,.
Configuration_group_id,.
Sort_order,.
Last_modified,.
Date_added,.
Use_function,.
Set_function).
VALUES.
('',.
'No. Items in the Specials info box',.
'N_RANDOM_SELECT_SPECIALS',.
'1',.
'Select the number of items that will be displayed in the Specials info box. Select 0 (zero) to hide the box.',.
'3',.
NULL,.
NOW(),.
NOW(),.
NULL,.
'tep_cfg_select_option(array(0,1,2,3,4,5,6,7,8,9,10),');.
INSERT INTO configuration.
(configuration_id,.
Configuration_title,.
Configuration_key,.
Configuration_value,.
Configuration_description,.
Configuration_group_id,.
Sort_order,.
Last_modified,.
Date_added,.
Use_function,.
Set_function).
VALUES.
('',.
'No. Items in the What s New info box',.
'N_RANDOM_SELECT_NEW',.
'1',.
'Select the number of items that will be displayed in the What s New info box. Select 0 (zero) to hide the box.',.
'3',.
NULL,.
NOW(),.
NOW(),.
NULL,.
'tep_cfg_select_option(array(0,1,2,3,4,5,6,7,8,9,10),');..
It's OK, I figured it out!.
The problem I have now is that they display in a column, and I want them to display in a row, so it's out with the PHP reference anyway!..
Sorted the last problem (displaying in column) by adding an incremental loop with columns and rows, and display a Content Box instead of an Info Box..
Now works just how I want it!.
-Jean...
What exactly you changed to display specials in row???..
Can anyone tell me how to get this to go in one row and not in columns??? Please.
The code is.
This post has been edited by.
Tartan Barty.
: 27 March 2008, 00:21..
Can you please tell me ,How did you display columns into rows .Please I need help for it.
This post has been edited by.
Pritibhandari.
: 23 June 2008, 11:19..

