Results 1 to 3 of 3

Thread: adjusting the remove me from list text in campaigns

  1. #1
    ElgertS is offline Sugar Community Member
    Join Date
    Dec 1969
    Posts
    92

    Default adjusting the remove me from list text in campaigns

    appriver and others reject email from SugarCRM because of the remove me from this list link. I don't want to remove this link, but I want to reword it so that the emails will be delivered to these addresses. Where do I adjust the wording of this? Can I adjust it and it be upgrade safe?

    Thanks!

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: adjusting the remove me from list text in campaigns

    Hi Elgert

    You need to edit the labels "TXT_REMOVE_ME", "TXT_REMOVE_ME_CLICK" and "TXT_REMOVE_ME_ALT" in the module EmailMan.
    As this module is not visible on Studio you need to create an extended vardefs for EmailMan:

    custom/Extension/modules/EmailMan/Ext/Language/<the_language>.lang.ext.php

    PHP Code:
    <?php
    $mod_strings
    "TXT_REMOVE_ME"] = 'The alternative text';
    ?>
    Then go to Admin -> Repair -> Rebuild Extensions

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    Trubadur is offline Junior Member
    Join Date
    May 2011
    Posts
    1

    Default Re: adjusting the remove me from list text in campaigns

    Hi,

    I'm new and i tried Andopes's idea.

    1. i installed working language pack: german language pack
    I got modules/EmailMan/language/ge_ge.lang.php
    PHP Code:
      <?php
    ...
    $mod_strings = array ( 
    ...
       
    'TXT_REMOVE_ME_ALT' => 'Zum abmelden von dieser E-Mail Liste gehen Sie zu' ,
       
    'TXT_REMOVE_ME_CLICK' => 'hier klicken' ,
       
    'TXT_REMOVE_ME' => 'Um sich von der E-Mail Liste abmelden ' ,
    ...
       );
    ?>
    2. created and modified file:custom/Extension/modules/EmailMan/Ext/Language/ge_ge.lang.ext.php
    PHP Code:
    <?php 
    $mod_strings
    ['TXT_REMOVE_ME_ALT'] => 'Zum abmelden von dieser E-Mail Liste gehen Sie zu';
    $mod_strings['TXT_REMOVE_ME_CLICK'] => 'hier klicken';
    $mod_strings['TXT_REMOVE_ME'] => 'Um sich von der E-Mail Liste abmelden ';
    ?>
    3. I rebuild Extensions (Admin/Repair/Quick Repair and Rebuild)

    4. After i tried to Send Test emails, browser prints error:
    -------------------------------------------------------------------------
    This website is the acquisition of title http://sugar.blabla.si/index.php?act...cc043ce41&mode = test encountered an error. You may not operate due to maintenance or incorrectly configured.
    Here are some suggestions:
    Reload this page later.
    HTTP Error 500 (Internal Server Error): When the server is trying to comply with the request, there was an unexpected situation.
    -------------------------------------------------------------------------

    I have no ideas how to solved this issue. If anyone has any idea, please replay.

    Regards,

    I'm using:
    ASRock(Athom), 2GB
    Debian 6.0
    SugarCRM ver, 6.2.0RC1

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 15
    Last Post: 2012-01-09, 12:20 AM
  2. Replies: 1
    Last Post: 2009-03-30, 05:12 AM
  3. Campaigns: Cant list targets 4.5.1e
    By datacomhotel in forum Help
    Replies: 1
    Last Post: 2007-09-18, 03:12 PM
  4. Adjusting text field size
    By milkman82 in forum Help
    Replies: 5
    Last Post: 2007-09-01, 03:00 PM
  5. Campaigns list format
    By brob in forum Help
    Replies: 0
    Last Post: 2006-09-12, 10:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •