| Author |
Message |
pamela Member
|
Posted: 10 Jun 2005 08:55:12
1. find url / search.php returns blank page.
2. Pages still cached in browsers cache even if I select to refresh on every visit to page.
3. on main page categories are moved to left side of page. It's not so nice.
How to solve this problems?
|
skalinks Admin
|
Posted: 11 Jun 2005 03:57:50
1. What version of script did you installed? May be you pointed wrong config parameters or you didn't set chmod for "script_root_directory", "cache" and "compile" directories?
2. Try to empty "cache" and "compile" directories.
3.It is specially fixed situation of categories in page for admin. Just Logout, and you will see customizable another situation of categories, wich you can customize as you wish using file "design.php", situated in "SkaLinks_include" directory. Just open this file, find part of code:
$_display = array
(
'sub_cats' => 3, - number of subcategories display
'row_cats' => 3. - number rows of categories display
);
Thank you!
|
pamela Member
|
Posted: 12 Jun 2005 10:15:08
Thanks for help!
I have SkaLinks 1.1 installed. Removing everything from compile directory was solved most of mine problems.
{/if} is missing in script template/search.tpl - i put it near to the end of file and it works now. Please review the problem and fix it.
|
skalinks Admin
|
Posted: 13 Jun 2005 00:49:04
Ok, thank you four your note! We fixed this bug.
|