Welcome to Silkfair

Sign in or Register Today

Bugs & Technical Issues and Q&A for Custom Shops

Blog issues?

Email this page to a friend
MindlessPursuits Offline_user_dot Offline MindlessPursuits
Jun 01, 2009
11:52 AM
I have two minor issues that I'm hoping are just my own mistakes and not bugs, but I thought I'd post them here anyway:

1. URLs in my blog posts do not translate correctly in my custom store. it shows the BBCode instead of making the URL.

2. Paragraph break / line returns aren't working. So the four paragraphs I put into my latest post show as one big paragraph.

Help?

UPDATE on #1 - it looks like it's happening everywhere so it must be due to something in progress.
updated by: MindlessPursuits @ Jun 01, 2009 11:53 AM

reply
page    1    show   
sfadmin Offline_user_dot Offline sfadmin
Jun 02, 2009
01:29 PM
We will look into these issues and get back to you soon.  This may be an XML issues.

SF Admin


updated by: sfadmin @ Jun 02, 2009 01:33 PM
goldgoggles Offline_user_dot Offline goldgoggles
Jun 02, 2009
05:11 PM
I've noticed the same things happening in my blog, too as well as in the forums.  Seems that the quote feature doesn't always work also.



sf1 Online_user_dot Online sf1
Jun 26, 2009
11:00 AM
For your custom shop, please do this :

Blog message body was fixed on XML side. But following modifications needed in custom templates (blog.xsl file). Edit the blog.xsl

1. find string:

<xsl:value-of select="message" />

2. replace it with:

<xsl:apply-templates select="message" />

3. add to the end of file (or after the next </xsl:template> tag) following:

<xsl:template match="post/message">
 <xsl:copy-of select="node()" />
</xsl:template>

4. Save changes



Please visit my store SF1 @ (http://sf1.silkfair.com)
MindlessPursuits Offline_user_dot Offline MindlessPursuits
Jun 26, 2009
09:58 PM
Yay! Thank you!



yoboseiyo Offline_user_dot Offline yoboseiyo
Jul 28, 2009
09:39 PM
you know, that happens with the "about" screen too.

all the returns in my profile that i wrote don't show......



sf1 Online_user_dot Online sf1
Jul 29, 2009
12:10 PM
yoboseiyo - can you please clarify the problem



Please visit my store SF1 @ (http://sf1.silkfair.com)
yoboseiyo Offline_user_dot Offline yoboseiyo
Jul 29, 2009
08:43 PM
sure, i can try.

in the little shop setup area, there's a place to put in a bit about you/your shop.

i've got it arranged so that there should be line breaks after every few lines.

when i went to look at it a few days ago (someone mentioned it was looking odd), there weren't any line breaks.



edit;
i just went to look, and they seem to be there in my regular silkfair address. (yoboseiyo.silkfair.com).
on my custom store, it's not showing up at all... (jewelry-ninja.com)...



reply
page    1    show