i would like to simply replace the category titles text heading with an image (the client would like to have a banner there instead), im a little stumped.
will this affect my categories list menu?
many thanks
Jon![]()
This is a discussion on category titles > change text to images within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; i would like to simply replace the category titles text heading with an image (the client would like to have ...
i would like to simply replace the category titles text heading with an image (the client would like to have a banner there instead), im a little stumped.
will this affect my categories list menu?
many thanks
Jon![]()
It's a code change.
1) add a new upload to the categories of "titleimg"
2) add the field to the DB
3) modify the code to read the new field from the DB and display it to the user
Two file changes (one in admin the other in template/content)
One DB change
The good... they will be able to control style/font/etc on the page
The bad... potential loss of index positioning of the categories pages in google.
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
I just thought of another option... You could let the system do the text to image translations... That would be a call to a few functions. Then you could store the image in cache and refresh every 24 hours from there... That would make it only one file to be modified (the template/content) but it would require you know a bit about the text to image manipulation in PHP.
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Bookmarks