MyBB Community Forums

Full Version: Can someone tell me how to edit these HTML sections?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to edit somethings, but I don't know how to, can someone tell me?

1. I want to change everything that has "Private Message®" into "kMail", or something else.
[Image: 2518726502_39165a3e02_o.jpg]

2. I want to make a custom box in portal and add picture links. Is that possible?

Thanks!
Look inside each of the bolded files for the line and replace what is necessary.
This is every occurrence of "private messag"
Just make sure you use a text editor other than notepad - wordpad, notepad++, notepad2, etc is fine. Smile
Quote:./english/admin/users.lang.php:$l['merge_instructions'] = "This tool can merge two users accounts into one single account. The source account will be combined with the destination account.<br /><br />The source users posts, threads, private messages, calendar events, post count and buddy list will be merged into the Destination users account.<br /><br /><b>NOTE: This process cannot be undone.</b>";

./english/datahandler_pm.lang.php:$l['pmdata_too_long_subject'] = 'The subject of your private message is too long. Please enter a shorter subject.';

./english/datahandler_pm.lang.php:$l['pmdata_invalid_recipient'] = 'The person you are trying to send a private message to does not exist. Please enter an existing recipient.';

./english/datahandler_pm.lang.php:$l['pmdata_recipient_is_ignoring'] = 'The person you are trying to send a private message to is ignoring you, so your message could not be sent.';

./english/datahandler_pm.lang.php:$l['pmdata_recipient_pms_disabled'] = 'The person you are trying to send a private message to has disabled private messages, so your message could not be sent.';

./english/datahandler_pm.lang.php:$l['pmdata_recipient_reached_quota'] = 'The person you are trying to send a private message to has reached his/her private message quota, so your message could not be sent.';

./english/global.lang.php:$l['postbit_pm'] = "Send this user a private message";

./english/global.lang.php:$l['newpm_prompt'] = "You have received a new private message. Click OK to view it, or Cancel to hide this prompt.";

./english/member.lang.php:$l['send_pm'] = "Send {1} a private message.";

./english/member.lang.php:$l['receive_pms'] = "Receive private messages from other users.";

./english/messages.lang.php:One or more users may have tried to send you private messages and were unsuccessful in doing so because of this.

./english/messages.lang.php:Please delete some of your private messages you currently have stored, remembering to also delete them from the 'Trash Can'.

./english/messages.lang.php:You have received a new private message on {3} from {2}. To view this message, you can follow this link:

./english/private.lang.php:$l['pms_disabled'] = "You cannot use the private messaging functionality as it has been disabled by the Administrator.";

./english/private.lang.php:$l['archive_note'] = "The following tool will let you mass download your private messages out of a selected folder, messages sent after a particular date, your read messages, and drafted messages for later viewing.";

./english/private.lang.php:$l['empty_note'] = "Here you can delete private messages from selected folders at one time. Simply select the folders you wish the messages to be deleted from and click 'Delete'. You cannot undo these changes.<br /><strong>Note: Once these messages are deleted there is no way to recover them.</strong>";

./english/private.lang.php:$l['edit_folder_note'] = "You can change the names of your current private messaging folders here. To delete a folder, delete the name of the folder. Some folders cannot be removed.<br /><strong>Note: Deleting a folder will also delete any messages in it.</strong>";

./english/private.lang.php:$l['nomessages'] = "There are no private messages in this folder.";

./english/private.lang.php:$l['error_nopmsarchive'] = "Sorry, but there are no private messages matching the criteria you specified.";

./english/private.lang.php:$l['error_pmrecipientreachedquota'] = "You cannot send a private message to {1} because he/she has reached their private messaging quota. They cannot be sent any message until their messages have been cleared out. An email has been sent to the user about this. Please try sending your message at a later stage.";

./english/private.lang.php:$l['error_recipientpmturnedoff'] = "{1} has chosen not to receive private messages or may not be allowed to do so. Therefore you may not send your private message to this user.";

./english/private.lang.php:$l['error_pmsturnedoff'] = "You currently have private messages disabled in your profile.<br />To be able to use the private messaging system this setting must be enabled.";

./english/private.lang.php:$l['error_recipientignoring'] = "We are sorry but we cannot process your private message to {1}. You do not have permission to perform this action.";

./english/private.lang.php:$l['error_pm_already_submitted'] = "You have already submitted the same private message to the same recipient within the last 5 minutes.";

./english/private.lang.php:$l['redirect_pmsaved'] = "The private message has been saved in your Drafts folder.";

./english/private.lang.php:$l['redirect_pmsmoved'] = "The selected private messages have been moved.";

./english/private.lang.php:$l['redirect_pmsdeleted'] = "The selected private messages have been deleted.<br />You will now be returned to your PM Inbox.";

./english/private.lang.php:$l['redirect_pmsent'] = "Thank you, your private message has successfully been sent.<br />You will now be returned to your private message inbox.";

./english/private.lang.php:$l['redirect_pmfoldersupdated'] = "Thank you, your private messaging folders have successfully been updated.<br />You will now be returned to your private message Inbox.";

./english/private.lang.php:$l['redirect_pmfoldersemptied'] = "The selected private messaging folders have successfully been emptied.<br />You will now be taken back to your Private Messaging Inbox.";

./english/usercp.lang.php:$l['user_cp_welcome'] = "This is your user control panel. You can access your profile, subscriptions, private messaging, and favorites all from here.<br />The main page has information on your account.";

./english/usercp.lang.php:$l['receive_pms'] = "Receive private messages from other users.";