PDA

View Full Version : Layout pages show different # of layouts


upbeatlyts
08-07-2009, 11:39 AM
For example, on my site there are 3 pages of heart layouts.
on page it is has 10 layouts, page 2 has 10, and page 3 has 8.

Since the layouts are in rows of three i would like to have each page have 9 or 12 so it looks even.

http://upbeatlyts.com/layouts/heart/

any suggestions on how to do this?

Victoria
08-07-2009, 11:49 AM
In your _config.php file edit this:

# LAYOUT SETTINGS

$Lper = 10; #items per page


change 10 to 9 or 12

upbeatlyts
08-07-2009, 12:05 PM
which folder is that in?
because the config.php i have its only a short code that links to my key to work the background script.

Victoria
08-07-2009, 01:02 PM
Oh it's the config for ELCMS not the bg script.

its in _inc

upbeatlyts
08-07-2009, 08:40 PM
found it, and changed it.
however its still the same :(

davidxx
08-07-2009, 10:50 PM
http://i27.tinypic.com/1zb9vy8.png
http://i31.tinypic.com/dcr8sw.png
http://i28.tinypic.com/30axe7t.png

hope it helps?
lol

Victoria
08-07-2009, 11:26 PM
found it, and changed it.
however its still the same :(


In _inc/_config.php


#ADVANCED IMPROVE SPEED AND FREE RESOURCES WITH CACHING

$_caching_on = 1;


Change 1 to 0

when uploading content change it to 0

upbeatlyts
08-09-2009, 11:51 AM
got it! thanks david :)
i changed the layout one before not the background