Due to enormous amounts of spam, the forum has been set to read-only mode.



Reply to topic  [ 3 posts ] 
v.9.40 Memo-Tab -> same content shown in the album-overview 
Author Message

Joined: Thu Sep 01, 2011 8:35 am
Posts: 11
Location: Germany
Post v.9.40 Memo-Tab -> same content shown in the album-overview

If I create a new entry in the actual CATraxx-Database and typed in some text at the area "Memo" in the left and right fields, the content of the right field wasn't shown, if I use the album-overview of this particular album. I renamed the left field in german "Notizen" (Info), the right field I use for album critics -> german "Kritiken". In the album overview the same text is shown in both fields - under "Kritiken" the same content like in "Notizen" :!: :?:

I started with CATraxx Version 9.20, after some updates I didn't notice at which version this bug is shown... :o


Sat Jul 28, 2012 12:32 pm
Profile
Site Admin
User avatar

Joined: Fri Nov 22, 2002 3:52 pm
Posts: 13748
Post Re: v.9.40 Memo-Tab -> same content shown in the album-overv

Earl-Grey wrote:
If I create a new entry in the actual CATraxx-Database and typed in some text at the area "Memo" in the left and right fields, the content of the right field wasn't shown, if I use the album-overview of this particular album. I renamed the left field in german "Notizen" (Info), the right field I use for album critics -> german "Kritiken". In the album overview the same text is shown in both fields - under "Kritiken" the same content like in "Notizen" :!: :?:

I started with CATraxx Version 9.20, after some updates I didn't notice at which version this bug is shown... :o

This is an unfortunate little bug introduced in v9.40. Easy to fix this: When you have the explorer page open, right-click, choose Edit XSL Template, and change

Code:
<xsl:if test="reviews!=''">
  <xsl:call-template name="add-line-breaks">
  <xsl:with-param name="string" select="notes"/>
</xsl:call-template>


to
Code:
<xsl:if test="reviews!=''">
  <xsl:call-template name="add-line-breaks">
  <xsl:with-param name="string" select="reviews"/>
</xsl:call-template>


Or, download and run http://www.fnprg.com/catraxx/dl/catraxx9_setup_xsl.exe

(Note that this will update all templates and overwrite any customizations.)

_________________
Fredrik Nordbakke
www.fnprg.com


Sat Jul 28, 2012 1:47 pm
Profile WWW

Joined: Thu Sep 01, 2011 8:35 am
Posts: 11
Location: Germany
Post Re: v.9.40 Memo-Tab -> same content shown in the album-overv

OK - thank you very much, Fredrik :!: :!: :!:

Now everything works fine again... :)

Best regards,
Earl-Grey


Mon Jul 30, 2012 5:01 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.