By Chemere on Tuesday, 18 February 2014
Posted in General
Likes 0
Views 0.9K
Votes 0
Hello. My last mail out was grabbed from chatter with a bunch of formatting showing. It's the only one that has done this so far.
Can you advise me of what may have changed. Perhaps i overwrote something with a recent update.
Hello Chemere,

Sorry for late reply to this,
I have applied some code in your file JoomlaFolder\components\com_easydiscuss\views\index\view.feed.php
LINE 60

$row->content = DiscussHelper::parseContent( $row->content );

Replace with

if( $row->content_type == 'bbcode' )
{
$row->content = DiscussHelper::parseContent( $row->content );
$row->content = html_entity_decode( $row->content );
}

Please have a check again. Please advise.
·
Tuesday, 25 February 2014 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Can you please let me know what sort of codes are they getting?
·
Tuesday, 18 February 2014 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks like this...

<p><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves></w:TrackMoves>
<w:TrackFormatting></w:TrackFormatting>
<w:PunctuationKerning></w:PunctuationKerning>
<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF></w:DoNotPromoteQF>
<w:LidThemeOther>EN-AU</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables></w:BreakWrappedTables>
<w:SnapToGridInCell></w:SnapToGridInCell>
<w:WrapTextWithPunct></w:WrapTextWithPunct>
<w:UseAsianBreakRules></w:UseAsianBreakRules>
<w:DontGrowAutofit></w:DontGrowAutofit>
<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>
<w:DontVertAlignCellWithSp></w:DontVertAlignCellWithSp>
<w:DontBreakConstrainedForcedTables></w:DontBreakConstrainedForcedTables>
<w:DontVertAlignInTxbx></w:DontVertAlignInTxbx>
<w:Word11KerningPairs></w:Word11KerningPairs>
<w:CachedColBalance></w:CachedColBalance>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"></m:mathFont>
<m:brkBin m:val="before"></m:brkBin>
<m:brkBinSub m:val="--"></m:brkBinSub>
<m:smallFrac m:val="off"></m:smallFrac>
<m:dispDef></m:dispDef>
<m:lMargin m:val="0"></m:lMargin>
<m:rMargin m:val="0"></m:rMargin>
<m:defJc m:val="centerGroup"></m:defJc>
<m:wrapIndent m:val="1440"></m:wrapIndent>
<m:intLim m:val="subSup"></m:intLim>
<m:naryLim m:val="undOvr"></m:naryLim>
</m:mathPr></w:WordDocument>
</xml><![endif]--></p>
<p><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"></w:LsdException>
·
Wednesday, 19 February 2014 05:49
·
0 Likes
·
0 Votes
·
0 Comments
·
See the attachment
·
Wednesday, 19 February 2014 05:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

It looks like they are copy / pasting the contents from Microsoft Word. You need to use the "Paste from word" utility so that the proprietary tags that Microsoft uses would be removed.
·
Wednesday, 19 February 2014 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
hi I tried paste as plain text from the right-click in chrome. And its not as bad but I got all the html stuff this time.
I can't find the paste from word feature! Can you tell me where it is?
·
Friday, 21 February 2014 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

The feature is depends on editor you are using. If you using JCE Editor, you can turn it on in Editor Profiles, click on "Default", then on Plugin Parameters -> Clipboard. Set "Microsoft Word® cleanup" to "Always". http://screencast.com/t/miD9vFXrF . Hope this helps.
·
Friday, 21 February 2014 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
oh great, I am using this but the client is using tinyMCE. Oh and i found it in TinyMCE - just need to enable the extended view!
Thanks heaps =]
·
Friday, 21 February 2014 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Chemere
·
Friday, 21 February 2014 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
No it's still there in the test email =[

It's replacing html slashes/code with the following... [had to add spaces]

\ & l t ;
b r /
& g t ;
& l t ;

As a matter of fact, any RSS feed previewer is showing this formatting
·
Friday, 21 February 2014 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Sorry for the late reply. Hmm we do strip the tags before we send the mail. May I have your backend and FTP to check this out? Please advice.

Thanks!
·
Friday, 21 February 2014 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
ok sure
·
Friday, 21 February 2014 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry You need additional info...
·
Saturday, 22 February 2014 07:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

I am really sorry for the delay of this reply as it is a weekend for us here.
Do you mean that when you copy the content from Microsoft Word to your discussion post, then the email showing some this code right?
\ & l t ;
b r /
& g t ;
& l t ;

is it possible sent a sample discussion content at here (upload the Microsoft Word file or sent email to me -> arlex.wong@stackideas.com )?
Also, I have tried to access in your Joomla backend http://fructosefriendlyfoodie.com/administrator and the FTP, but you provided that login credential is not working, Please advise.


Joomla backend
Username and password do not match or you do not have an account yet.

FTP
Error: Could not connect to server
·
Saturday, 22 February 2014 14:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

See credentials below.
·
Saturday, 22 February 2014 15:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

I have tested posting with the Word document that you have sent to us, can you see if you are getting any html codes in the email?
·
Sunday, 23 February 2014 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hiiiii. No longer showing any formatting!

I am transferring the new site today. Which has a copy of the same component but for Joomla 3.2.
Can I transfer the fix also?
·
Sunday, 23 February 2014 06:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Yup, all you need to do is to copy the /components/com_easydiscuss/helpers/helper.php file across.
·
Sunday, 23 February 2014 13:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, The new version of the site us up. I copied that file over but it didn't work =[
Could you please take a look and see what the issue is.
Please check you r new login details.

It may be because I have changed the first page to show old the listing from a category.
see post - http://stackideas.com/forums/how-do-i-show-the-latest-post-at-the-top
·
Monday, 24 February 2014 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Sorry for late reply to this,
I have tested create a discussion post contain with you provided that MS content in this site ( http://fructosefriendlyfoodie.com/chatter/testing-post-1 ), then i check in my email notification, it show correctly, see my screenshot : http://screencast.com/t/fh7xNrVpyCYo

Or do you mean you would like us to help you test in your new site? -> http://fructosefriendlyfoodie.com/ichemjom32/
Please advise.
·
Monday, 24 February 2014 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
This is the correct site. IT's the new one I moved it. Now there is only one.
The email looks right. Except its not working through he RSS for some reason.
·
Tuesday, 25 February 2014 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you - all fixed.
I REALLY appreciate you efforts =]
·
Wednesday, 26 February 2014 14:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

You're welcome, glad to heard your issues resolved.
·
Wednesday, 26 February 2014 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post