themadman Posted January 24, 2004 Share Posted January 24, 2004 In my banner manager the graph in column right is almost perfect but the text at the top is not displaying... it shows TEXT_BANNERS_LAST_3_DAYS Can someone help me with this?... I tried adding a define define('TEXT_BANNERS_LAST_3_DAYS', 'Last 3 days'); in /admin/includes/application_top and it didn't fix it. Link to comment Share on other sites More sharing options...
241 Posted January 24, 2004 Share Posted January 24, 2004 admin/includes/languages/english/banner_manager.php line #45 :D No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
themadman Posted January 25, 2004 Author Share Posted January 25, 2004 It looks to be set in there as well. <?php /* $Id: banner_manager.php,v 1.17 2002/08/18 18:54:47 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('HEADING_TITLE', 'Banner Manager'); define('TABLE_HEADING_BANNERS', 'Banners'); define('TABLE_HEADING_GROUPS', 'Groups'); define('TABLE_HEADING_STATISTICS', 'Displays / Clicks'); define('TABLE_HEADING_STATUS', 'Status'); define('TABLE_HEADING_ACTION', 'Action'); define('TEXT_BANNERS_TITLE', 'Banner Title:'); define('TEXT_BANNERS_URL', 'Banner URL:'); define('TEXT_BANNERS_GROUP', 'Banner Group:'); define('TEXT_BANNERS_NEW_GROUP', ', or enter a new banner group below'); define('TEXT_BANNERS_IMAGE', 'Image:'); define('TEXT_BANNERS_IMAGE_LOCAL', ', or enter local file below'); define('TEXT_BANNERS_IMAGE_TARGET', 'Image Target (Save To):'); define('TEXT_BANNERS_HTML_TEXT', 'HTML Text:'); define('TEXT_BANNERS_EXPIRES_ON', 'Expires On:'); define('TEXT_BANNERS_OR_AT', ', or at'); define('TEXT_BANNERS_IMPRESSIONS', 'impressions/views.'); define('TEXT_BANNERS_SCHEDULED_AT', 'Scheduled At:'); define('TEXT_BANNERS_BANNER_NOTE', '<b>Banner Notes:</b><ul><li>Use an image or HTML text for the banner - not both.</li><li>HTML Text has priority over an image</li></ul>'); define('TEXT_BANNERS_INSERT_NOTE', '<b>Image Notes:</b><ul><li>Uploading directories must have proper user (write) permissions setup!</li><li>Do not fill out the \'Save To\' field if you are not uploading an image to the webserver (ie, you are using a local (serverside) image).</li><li>The \'Save To\' field must be an existing directory with an ending slash (eg, banners/).</li></ul>'); define('TEXT_BANNERS_EXPIRCY_NOTE', '<b>Expiry Notes:</b><ul><li>Only one of the two fields should be submitted</li><li>If the banner is not to expire automatically, then leave these fields blank</li></ul>'); define('TEXT_BANNERS_SCHEDULE_NOTE', '<b>Schedule Notes:</b><ul><li>If a schedule is set, the banner will be activated on that date.</li><li>All scheduled banners are marked as deactive until their date has arrived, to which they will then be marked active.</li></ul>'); define('TEXT_BANNERS_DATE_ADDED', 'Date Added:'); define('TEXT_BANNERS_SCHEDULED_AT_DATE', 'Scheduled At: <b>%s</b>'); define('TEXT_BANNERS_EXPIRES_AT_DATE', 'Expires At: <b>%s</b>'); define('TEXT_BANNERS_EXPIRES_AT_IMPRESSIONS', 'Expires At: <b>%s</b> impressions'); define('TEXT_BANNERS_STATUS_CHANGE', 'Status Change: %s'); define('TEXT_BANNERS_DATA', 'D<br>A<br>T<br>A'); define('TEXT_BANNERS_LAST_3_DAYS', 'Last 3 Days'); define('TEXT_BANNERS_BANNER_VIEWS', 'Banner Views'); define('TEXT_BANNERS_BANNER_CLICKS', 'Banner Clicks'); define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this banner?'); define('TEXT_INFO_DELETE_IMAGE', 'Delete banner image'); define('SUCCESS_BANNER_INSERTED', 'Success: The banner has been inserted.'); define('SUCCESS_BANNER_UPDATED', 'Success: The banner has been updated.'); define('SUCCESS_BANNER_REMOVED', 'Success: The banner has been removed.'); define('SUCCESS_BANNER_STATUS_UPDATED', 'Success: The status of the banner has been updated.'); define('ERROR_BANNER_TITLE_REQUIRED', 'Error: Banner title required.'); define('ERROR_BANNER_GROUP_REQUIRED', 'Error: Banner group required.'); define('ERROR_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Target directory does not exist: %s'); define('ERROR_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Target directory is not writeable: %s'); define('ERROR_IMAGE_DOES_NOT_EXIST', 'Error: Image does not exist.'); define('ERROR_IMAGE_IS_NOT_WRITEABLE', 'Error: Image can not be removed.'); define('ERROR_UNKNOWN_STATUS_FLAG', 'Error: Unknown status flag.'); define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a \'graphs\' directory inside \'images\'.'); define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable.'); ?> I also noticed that the text is inside the image... is an image, part of the graph. Which is generated dynamically right? joy... nothings ez. thanx Link to comment Share on other sites More sharing options...
themadman Posted January 25, 2004 Author Share Posted January 25, 2004 http://www.oscommerce.com/forums/index.php?sho...=0entry202777 fixed my issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.