Results 1 to 2 of 2

Thread: Smarty:Trim:Pre Problem

  1. #1
    mudtel is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    13

    Default Solution for Smarty:Trim:Pre Issue

    Just feel like contributing this.
    if you get @@@Smarty Trim Pre @@@ added to the textbox itself,
    there is a bug in the smarty plugin - outputfilter.trimwhitespace.php

    Just rearrange filters order, the textarea block should be filtered first as shown below.

    // replace textarea blocks
    smarty_outputfilter_trimwhitespace_replace("@@@SMA RTY:TRIM:TEXTAREA@@@",$_textarea_blocks, $source);

    // replace script blocks
    smarty_outputfilter_trimwhitespace_replace("@@@SMA RTY:TRIM:SCRIPT@@@",$_script_blocks, $source);

    // replace pre blocks
    smarty_outputfilter_trimwhitespace_replace("@@@SMA RTY:TRIM:PRE@@@",$_pre_blocks, $source);
    Last edited by mudtel; 2008-05-13 at 05:23 AM.

  2. #2
    jcasique is offline Junior Member
    Join Date
    Jan 2009
    Posts
    1

    Default Re: Smarty:Trim:Pre Problem

    Hi, I'm using SugarCRM CE version 5.2 and i got smarty trim error.

    I made the change you post but i worked for a few time, everyday I have to rearrange the filters.

    Does exists any permanent solution for it?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. strange field validation problem
    By arrigenna in forum Help
    Replies: 4
    Last Post: 2006-04-22, 11:45 AM
  2. Select "Account Name" charset problem
    By train in forum Help
    Replies: 0
    Last Post: 2006-04-12, 09:22 AM
  3. Problem with MySQL while installing
    By Yuber in forum General Discussion
    Replies: 3
    Last Post: 2006-02-27, 10:15 AM
  4. Email Attachment Problem
    By George in forum Developer Help
    Replies: 1
    Last Post: 2005-05-18, 05:33 PM
  5. Chart character problem
    By marvel in forum Help
    Replies: 3
    Last Post: 2005-03-25, 05:00 PM

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
  •