wrangler Posted January 22, 2005 Posted January 22, 2005 Hi people Is there a way I can add small icons on my categories box? I'd like to create a categories structure with icons and graphics, but having a look on the the categories.php file, I was completely lost. Anyone? Thanks! :) Wrangler http://www.aquastelle.gr shop: http://www.aquastelle.gr/aquastore
Jack_mcs Posted January 22, 2005 Posted January 22, 2005 If you mean you want to add them to the contents of the box, this thread may help. If you mean to the header, then you can do that with the stylesheet. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
wrangler Posted January 25, 2005 Author Posted January 25, 2005 Cheers Jack That was helpful! Thanks again. :D
wrangler Posted January 25, 2005 Author Posted January 25, 2005 hmmm Another problem Even if your example on the information.php file worked quite good, I cant say the same for the "categories.php" file. Since there is not a list of the categories inside the code (the listing is being created dynamically from the admin menu), It's a bit comfusing, I do not know where to place the links. I would like to place a small icon for each of my categories listing. Any ideas?
Jack_mcs Posted January 26, 2005 Posted January 26, 2005 Find this code in the categories.php file $categories_string .= '<a href="'; and change it to $categories_string .= '<img src="some_image.gif" width="??" height="??" alt="??" title="??"><a href="'; Set the values correctly and you should be all set. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
wrangler Posted January 28, 2005 Author Posted January 28, 2005 Cheers Jack I'm on to it right now and I thank you again for your help :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.