17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1112 Views |
-
Blog problem

25 July 2008 at 11:46pm
Hi there.
I uploaded and installed the blog module. The module works fine I also changed the mysite/_config.php with BlogEntry::allow_wysiwyg_editing(); So i could insert images.
When i post a blog and look at the blog main page (www.topgear.se) I can see the pictures , but if I click on the comment link the page will instead of showing images it transforms it to html code.
I also wonder about one more thing, the first blog(iPhone) on my page has some text under the picture. the text does not show. Is it because of the height of my picture.
Regards
Joakim -
Re: Blog problem

26 July 2008 at 9:11am
This is probably because you have
$Content.Parse(BBCodeParser)
in your Layout/BlogEntry.ss file.Change it to
$ParsedContent
-
Re: Blog problem

26 July 2008 at 9:49pm
Hi worked like a charm thanks for the help. I appreciate it.
Regards
Joakim -
Re: Blog problem

27 July 2008 at 3:24am
I also wondered why the text is not showing below some of the pictures on the first page. Simon Do you got a clue on that?
Joakim
-
Re: Blog problem

27 July 2008 at 8:40am
This is because for some of them you start a new paragraph after the image (by having a new line), but the ones with the text below it haven't started a new paragraph (no new line directly after the image).
| 1112 Views | ||
|
Page:
1
|
Go to Top |

