Info Notices

GK User
Sat Jun 15, 2013 7:55 pm
Hi there. I am need to change the wording of the info message on top after user makes changes and saves the changes.

As an example, how to modify the actual "Info:" word? This message displays in the order confirmation page and few others. Went through language files, but couldn't find anything...

Or how to remove some of the messages from the pages completely?
User avatar
Gold Boarder

GK User
Sat Jun 15, 2013 8:57 pm
Please try to use override function in extensions > language manager.

Go to Language Manager.
Click on overrides tab.
On top right corner click on New.
On right in search box enter "info:" without quotes.
Then search will show strings from various language files.
If you hover items without clicking then it will show which file it is coming from.
This way you can find strings used in languages.
If you click on it then it will put them on left box simply translate it and click on save.

If search not showing anything then it must be hard coded in files.

Let me know if you can't find it.

See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 16, 2013 7:22 pm
normanUK wrote:Please try to use override function in extensions > language manager.

Go to Language Manager.
Click on overrides tab.
On top right corner click on New.
On right in search box enter "info:" without quotes.
Then search will show strings from various language files.
If you hover items without clicking then it will show which file it is coming from.
This way you can find strings used in languages.
If you click on it then it will put them on left box simply translate it and click on save.

If search not showing anything then it must be hard coded in files.

Let me know if you can't find it.

See you around...


Norman, I appreciate your fast response. I never really used this tool before. What I was really interested in was how to remove the word "Info:" from the pages? I was not able to find that in language files.... any ideas?
User avatar
Gold Boarder

GK User
Sun Jun 16, 2013 8:50 pm
The word "info:", I can see it is hard coded in virtuemart file.

Try changing following file.
/administrator/components/com_virtuemart/helpers/config.php
Line: 87
Change "Info:" in this code
Code: Select all
$app ->enqueueMessage('Info: '.JText::_($publicdescr),'info');


See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 16, 2013 9:04 pm
normanUK wrote:The word "info:", I can see it is hard coded in virtuemart file.

Try changing following file.
/administrator/components/com_virtuemart/helpers/config.php
Line: 87
Change "Info:" in this code
Code: Select all
$app ->enqueueMessage('Info: '.JText::_($publicdescr),'info');


See you around...

Norman, fantastic! This is it. I thank you a million times. Thanks for your time.
User avatar
Gold Boarder

GK User
Sun Jun 16, 2013 9:36 pm
No problem at all, let us know if you need further help.

See you around...
User avatar
Platinum Boarder


cron