AshishMakwana Posted August 9, 2008 Posted August 9, 2008 hi , every body in my front page in my login section this type of text appear "TEXT_RETURNING_CUSTOMER,TEXT_PASSWORD_FORGOTTEN " when i click on my account.php file it give me proper value for that text, but in other pages its dispaly like this TEXT_RETURNING_CUSTOMER,TEXT_PASSWORD_FORGOTTEN. if somebody have idea ? plz reply early me as possible.
germ Posted August 9, 2008 Posted August 9, 2008 If you post your problem in the correct forum, it will get answered. Unfortunately, this isn't it. This forum is for feedback on osC powered sites, not for code or installation problems. <_< P.S. When one of the Mod's gets an eye on this thread it will be removed (or moved to the proper forum). 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 >
♥geoffreywalton Posted August 9, 2008 Posted August 9, 2008 Meanwhile until that happens look in /includes/languages/english.php. If you have a define for TEXT_RETURNING_CUSTOMER there error is in the line just before it otherwise you need to add a define for this constant. In this example it is set to blank. define('HEADING_RETURNING_CUSTOMER', 'Returning Customers'); define('TEXT_RETURNING_CUSTOMER', ''); define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.'); Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
AshishMakwana Posted August 11, 2008 Author Posted August 11, 2008 Meanwhile until that happens look in /includes/languages/english.php. If you have a define for TEXT_RETURNING_CUSTOMER there error is in the line just before it otherwise you need to add a define for this constant. In this example it is set to blank. define('HEADING_RETURNING_CUSTOMER', 'Returning Customers'); define('TEXT_RETURNING_CUSTOMER', ''); define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.'); Thank you very much geoffreywalton.i am very happy b'coz i am facing the problem still 5 days.you are great.
AshishMakwana Posted August 11, 2008 Author Posted August 11, 2008 If you post your problem in the correct forum, it will get answered. Unfortunately, this isn't it. This forum is for feedback on osC powered sites, not for code or installation problems. <_< P.S. When one of the Mod's gets an eye on this thread it will be removed (or moved to the proper forum). sorry germ .but actually i don't know about this .i will care about in future and my try best for remember to never happen again this mistake.but i want advise if ' TEXT_RETURNING_CUSTOMER' this type of question i have , so in which form i have to post? in combobox how can i identify that the my question is related to it ? you take it as silly question but its important for me. plz reply me as early as possible. thanks.
protune Posted August 14, 2008 Posted August 14, 2008 Sigh, I posted in the wrong thread. Sorry guys.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.