Does anyone know how to list the banners in the Banner Manager by Groups instead of by name? Just a simple thing but I have so many banners that it would much easier to keep track of them by groups.
Thanks,
Nick
Does anyone know how to list the banners in the Banner Manager by Groups instead of by name? Just a simple thing but I have so many banners that it would much easier to keep track of them by groups.
Thanks,
Nick
The names are the groups to pull them from one or more of the Banner Groups that you set up for each location ...
Could you expand a tad on what you mean?
It is late and I am out of coffee ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I apologize Linda. Often I have what I want to ask figured out in my head but that doesn't mean it comes out neatly on paper.
All I am asking is in the Admin > Tools > Banner Manager area, how can I sort the banners by their group name instead of their unique banner title names? I hope that makes sense. The reason to do this is because I have created so many sideboxes for different pages that it is hard to keep together what I have going where.
Search the file:
/admin/banner_manager.php
for the text:
and reverse them ...PHP Code:order by banners_title, banners_group
This occures twice ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Fantastic. Thank you very much. It is much neater now.