Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shannon 148 posts 171 karma points
    Nov 10, 2010 @ 09:55
    Shannon
    0

    Installation issue with Umbraco 4.5.2 and uForum 1.0.0b

    My you tube Video

     

    I figured I would show you what happens rather than try to explan it. I get an error when trying to create a forum with the uForum-CommentsList.xslt file. Can anyone help?

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 10, 2010 @ 14:23
    Morten Bock
    0

    Looks like it is the same issue that Jeff ran into here:

    http://our.umbraco.org/projects/collaboration/uforum-basics/bugs/14137-NicePostingUrl-and-UseDirectoryUrls

    It's a known bug. You could probably work around it for now to get it up and running, by editing the xslt. Let me know if you need the specific code.

     

  • Shannon 148 posts 171 karma points
    Nov 10, 2010 @ 17:22
    Shannon
    0

    I do need the code because I don't know what the hell I'm doing..:-)

  • Jeff Grine 149 posts 189 karma points
    Nov 10, 2010 @ 18:30
    Jeff Grine
    1

    If it is the same issue, you can replace uForum:NicePostingUrl($currentPage/@id) in the xslt with concat(umbraco.library.NiceUrl($currentPage/@id),'/ufForumNewTopic'). Haven't tried it, but should work.

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 10, 2010 @ 20:16
    Morten Bock
    0

    That should be:

    concat(umbraco.library.NiceUrl($currentPage/@id),'/ufNewTopic')

     

  • Shannon 148 posts 171 karma points
    Nov 10, 2010 @ 21:00
    Shannon
    0

    What xslt should I edit because I can't find that line in uForum-CommentsList.xslt

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 10, 2010 @ 21:29
    Morten Bock
    0

    it should be the TopicList xslt file

  • Shannon 148 posts 171 karma points
    Nov 10, 2010 @ 21:54
    Shannon
    0

    ok.. so I changed

    <a href="{uForum:NicePostingUrl($currentPage/@id)}">Create a new topic</a>

    to

    <a href="{concat(umbraco.library.NiceUrl($currentPage/@id),'/ufNewTopic')}">Create a new topic</a>

    Is that correct or did I do it wrorng because I get errors

     

     

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 10, 2010 @ 22:51
    Morten Bock
    0

    Needs to be umbraco.library:NiceUrl(....

    Notice the colon instead of period.

  • Shannon 148 posts 171 karma points
    Nov 11, 2010 @ 00:03
    Shannon
    0

    Thanks.. That worked. Do you have any recommendations or are there any extentions to uForum to make it close to what Umbraco has?

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 11, 2010 @ 10:07
    Morten Bock
    0

    You mean to get at look/feel like the our.umbraco.org site? There is currently quite a difference between the two. At CG10, there was some talk of releasing the code fore everyone to use, but has not happened yet.

Please Sign in or register to post replies

Write your reply to:

Draft