Skip to Content Skip to Menu

Create new contact list BUTTON

  • vfwhite
  • vfwhite
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
14 years 3 weeks ago #142757 by vfwhite
Create new contact list BUTTON was created by vfwhite
Uddeim uddeIM 2.1/stable
CB 1.2.3
Joomla 1.5.20

The button on the "Create new contact list" page is labeled "Send".

I would prefer that it be labeled "Save"

Can you tell me where I can change it?

Thanks,

Virginia B)

Please Log in or Create an account to join the conversation.

  • vfwhite
  • vfwhite
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
14 years 3 weeks ago #142942 by vfwhite
Replied by vfwhite on topic Re:Create new contact list BUTTON
In the following files I changed 'Send' to 'Save'.

/administrator/components/com_uddeim/language.utf8//english.php
/administrator/components/com_uddeim/language/english.php

Line 767: DEFINE ('_UDDEIM_SUBMIT', 'Send');

The button says "Save" now, but upon mouse over, it says "View your own profile" :S

I am still looking for a solution.

Any help would be appreciated. :dry:

Post edited by: vfwhite, at: 2010/09/28 15:51

Please Log in or Create an account to join the conversation.

  • vfwhite
  • vfwhite
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
14 years 3 weeks ago #142948 by vfwhite
Replied by vfwhite on topic Re:Create new contact list BUTTON
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.

Please Log in or Create an account to join the conversation.

  • vfwhite
  • vfwhite
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: 0
13 years 11 months ago #146616 by vfwhite
Replied by vfwhite on topic Re:Create new contact list BUTTON
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]

to

[code:1]echo "<input type='submit' name='reply' class='button' value='"._UDDEIM_SAVE."' />";[/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:

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum