none
T-SQL Forum Editor is Broken RRS feed

Answers

  • We had an update today which included new editor bits. It's probable that there is a time frame where there was indeed some issues.

    select dg.[Name] urlname, dg.DiscussiongroupTypeID, dg.searchdefaultbrandid, dg.archived, dg.islocked, count (ur.roleid) ModeratorsAdmins 
    from ForumsUsers.dbo.UserRole ur right  JOIN
    ForumsShard.dbo.DiscussionGroup dg
    ON ur.entityid  = dg.discussiongroupid
    --where ur.roleid = '3'
    where dg.Archived = 0
    group by dg.[Name], dg.searchdefaultbrandid, dg.archived, dg.islocked, dg.DiscussiongroupTypeID, ur.roleid
    order by ModeratorsAdmins


    Community Forums Program Manager

    Tuesday, February 7, 2012 1:29 AM
    Answerer
  • Try dumping your cache Heslacher. The icons for html and code are in fact different. They are different actions that have different icons.

    Community Forums Program Manager

    Tuesday, February 7, 2012 5:24 PM
    Answerer

All replies