You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I am attempting to modify how a list of categories is displayed on the splash page (and other places).
I keep seeing a reference to "ste_cat_disp" but for the life of me can not find that element.
The search feature of the admin does not seem to be working for me, nor do i see it on the server.
What file is it that needs to be change to:
change the image heading of 'categories' on the splash page
change how the categories are listed on the splash page (do not want them in the table they appear to be in now)
Offline
Q.1 : ste_cat.pl file.
Q.2 : ste_prod.pl file.
Q.3 : Admin section, global settings, image settings (or if you want it "only" for the cat, go to : ste_cat.pl file).
Q.4 : That would be in your admin section as well, HTML pages & elements, manage site elements, site layout.
Does these answer your questions ?
Offline
sort of, but it wasn't the answer I was hoping for.
The splash page (home, not welcome) lists the categories like this:
CATEGORYIMAGE
CAT1.....CAT2......CAT3.......
DESC1...DESC2....DESC3.....
CAT4....
DESC4...
BUT.. I want it to display like this:
DIFFERENTCATEGORYIMAGE
CAT1....DESC1
CAT2....DESC2
CAT3....DESC3
CAT4....DESC4
and what I am gathering from what you are telling me, is that...
QUESTION1:
I know some perl, but trying to fix this so the table looks like I want it too... I'm sure to $%^ it up.
that's the only question for now
Offline
For the table ? Well, actually, you can always modify it under your admin section in : HTML pages & Elements, manage system pages (user). You should see something like : Category header page.
Offline
I may be reading this wrong, but why not just change the way the categories are displayed under Manage Store Settings by selecting Categories To Display Per Row as one?
Offline
Because there's also table readings in ste_cat.pl file. In the admin section, that wouldn't be enough (unless it is typical modifications).
Offline
But, setting that to one would accomplish the task here. Whether or not we have table tags, the user should be able to display one per row and change the category display element to house the type of HTML they want.
Offline
Really ? That's odd . . . may be my tables on my site was built on a more complexed basis since I had difficulties working in the admin section. I had to do both.
Offline
well, that was pretty much the solution, I must have overlooked the '# per row'...doh.
its not exactly how i would want it to show (want descriptions in teh next column over, not under), but it is close enough.
thanks to you both for the help.
Offline