We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21136
    • 103 Posts
    Hello smiley

    I love this!

    BTW - where can I get the SVN version to look at?

    I am currently using Beta 8 and having some display problems in FireFox and IE6 when running in moderator mode. I have attached a screenshot of FireFox. See to the right of each number post. It looks like it is showing the alt text from images that it is trying to display from "<img src="/manager/media/style/MODxGreen/images/icons/delete.gif". I am currently running MODx 0.9.2.1 (rev 1005) and there is no "icon" folder.

    These words only appear when running in FireFox. IE6 doesn’t show these words but does show the blank place where these images are suppose to appear.



    Regards smiley

    Ken
      • 33033
      • 43 Posts
      I had the same problem, I changed the path to those images to <img src="[(base_url)]manager/media/images/icons/close.gif" in my JotComments chunk and it’s good now.

      		 [+jot.moderation.enabled:is=`1`:then=`
      		  <a href="[+jot.link.delete+][+jot.querykey.id+]=[+comment.id+]" onclick="return confirm('Are you sure you wish to delete this comment?')" title="Delete Comment" style="width: 20px;float: right;"><img src="[(base_url)]manager/media/images/icons/delete.gif" alt="Delete Comment" border="0" /></a>
      			[+comment.published:is=`0`:then=`
      			<a href="[+jot.link.publish+]&[+jot.querykey.id+]=[+comment.id+]" onclick="return confirm('Are you sure you wish to publish this comment?')" title="Publish Comment" style="width: 20px;float: right;"><img src="[(base_url)]manager/media/images/icons/save.gif" alt="Publish Comment" border="0" /></a>
      			`+]
      			[+comment.published:is=`1`:then=`
      			<a href="[+jot.link.unpublish+]&[+jot.querykey.id+]=[+comment.id+]" onclick="return confirm('Are you sure you wish to unpublish this comment?')" title="Unpublish Comment" style="width: 20px;float: right;"><img src="[(base_url)]manager/media/images/icons/close.gif" alt="Unpublish Comment" border="0" /></a>
      			`+]
      		 `:strip+]
      
        • 4195
        • 398 Posts
        By default Jot uses some images defined in templates that are installed with the latest beta (> 0.9.2).
          Armand Pondman
          MODx Coding Team
          :: Jot :: PHx