After I made the changes in the previous post, all of the buttons on my CB site said "View your own profile" :evil:
So, in userlist.php I changed value from null to Save.
Line 214: echo "<input type='submit' name='reply' class='button' value='Save"._UDDEIM_SUBMIT."' />";
Then my button said “SaveSend“. So I want back to the english.php files
And changed Line 767 to:
DEFINE ('_UDDEIM_SUBMIT', '');
The button now says Save and no text is displayed when I hover my mouse over it! No text is displayed on the CB buttons either. Everything seems ok now.
I am not sure if this is the best solution. If anyone knows a better one please tell me.
Pay no attention to everything above. It only worked until I moved my files to the live site. The button on the "Create new contact list" still said “Save” but the “Send” Button on the "Compose" page disappeared.:evil:
So here is what I have done now:
In both English.php files I left line 767 with “Send’ as its value
[code:1]DEFINE ('_UDDEIM_SUBMIT', 'Send');[/code:1]
Then I added the following line:
[code:1]DEFINE ('_UDDEIM_SAVE', 'Save');[/code:1]
Then in userlist.php on Line 214 I changed the following:
[code:1]echo "<input type='submit' name='reply' class='button' value='Save"._UDDEIM_SUBMIT."' />";[/code:1]
Now the Contacts button says ’Save’ and the Compose button says ‘Send’. They both work right when clicked.
I still have a problem with the Alt Text that is displayed when the mouse is hovered over them. Any advice on how to correct the Alt Text will be ever so welcome!:huh: