accentan Posted February 18, 2008 Posted February 18, 2008 Please help , in which folder which file that i can find the param as below HEADING_IMAGE_WIDTH HEADING_TITLE HEADING_IMAGE_HEIGHT i would like to change it
germ Posted February 18, 2008 Posted February 18, 2008 HEADING_TITLE is defined differently for almost every page (see the language files). The others are defined in your database. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
accentan Posted February 19, 2008 Author Posted February 19, 2008 Sorry that i had check the database.php it did't define the HEADING_IMAGE_WIDTH and HEADING_IMAGE_HEIGHT...which folder that i can find it?
germ Posted February 19, 2008 Posted February 19, 2008 It's NOT in a folder. It's defined in the Database. Or at least is should be. The osC install Mysql file adds them with this: INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Heading Image Width', 'HEADING_IMAGE_WIDTH', '57', 'The pixel width of heading images', '4', '3', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Heading Image Height', 'HEADING_IMAGE_HEIGHT', '40', 'The pixel height of heading images', '4', '4', now()); Of course you can change their values from: Admin --> Configuration --> Images --> Heading Image Width & Heading Image Height If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.