<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Great job! 
IMHO, It would look better if the pictures were in a new row instead of many columns
Replace the getPicLinks() function with this to see what i mean:
&lt;pre&gt;
function getPicsLinks(htmlSource, rowID) {
    htmlSource = strBetween(htmlSource, 'Peers', 'Add Comment');
    while (true) {
        // get link element
        link = strBetween(htmlSource, 'fullpic.php', 'a&gt;');
        link = link.replace(&quot;'&gt;&quot;, &quot;&gt;&quot;);
        imgI = htmlSource.indexOf('fullpic.php');
        if (imgI == -1) {break;}
        linkElem = '&amp;lt;a href=&quot;http://www.empornium.us/fullpic.php' + link + 'a&amp;gt;';
        htmlSource = htmlSource.substring(imgI+21);
        // insert into html
		var rows = new Array(); 
		var rows = document.getElementsByTagName('table')[13].getElementsByTagName(&quot;tr&quot;);

		for (var x=0;x &lt; rows.length;x++) {
			if (rows[x].id == rowID) {
				var i = x+1;
			}
		}
        		
		if (document.getElementById(&quot;r&quot;+rowID)) {
			document.getElementById(&quot;r&quot;+rowID).innerHTML = document.getElementById(&quot;r&quot;+rowID).innerHTML + linkElem;
		} else {
			var x=document.getElementsByTagName('table')[13].insertRow(i);
			var y=x.insertCell(0)
			y.colSpan = 11;
			y.id = &quot;r&quot;+rowID;
			y.bgColor = &quot;#a9c5dd&quot;;
			y.innerHTML=linkElem;
		}
        
    }
}

&lt;/pre&gt;

It'll be great if you included this mod in a future release</body>
  <body-html>&lt;p&gt;Great job! 
&lt;br /&gt;IMHO, It would look better if the pictures were in a new row instead of many columns
&lt;br /&gt;Replace the getPicLinks() function with this to see what i mean:
&lt;br /&gt;&lt;pre&gt;
function getPicsLinks(htmlSource, rowID) {
    htmlSource = strBetween(htmlSource, 'Peers', 'Add Comment');
    while (true) {
        // get link element
        link = strBetween(htmlSource, 'fullpic.php', 'a&gt;');
        link = link.replace(&quot;'&gt;&quot;, &quot;&gt;&quot;);
        imgI = htmlSource.indexOf('fullpic.php');
        if (imgI == -1) {break;}
        linkElem = '&amp;lt;a href=&quot;http://www.empornium.us/fullpic.php' + link + 'a&amp;gt;';
        htmlSource = htmlSource.substring(imgI+21);
        // insert into html
		var rows = new Array(); 
		var rows = document.getElementsByTagName('table')[13].getElementsByTagName(&quot;tr&quot;);

		for (var x=0;x &amp;lt; rows.length;x++) {
			if (rows[x].id == rowID) {
				var i = x+1;
			}
		}
        		
		if (document.getElementById(&quot;r&quot;+rowID)) {
			document.getElementById(&quot;r&quot;+rowID).innerHTML = document.getElementById(&quot;r&quot;+rowID).innerHTML + linkElem;
		} else {
			var x=document.getElementsByTagName('table')[13].insertRow(i);
			var y=x.insertCell(0)
			y.colSpan = 11;
			y.id = &quot;r&quot;+rowID;
			y.bgColor = &quot;#a9c5dd&quot;;
			y.innerHTML=linkElem;
		}
        
    }
}

&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;It'll be great if you included this mod in a future release&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-08-14T18:00:02Z</created-at>
  <forumable-id type="integer">25734</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">28793</id>
  <topic-id type="integer">11522</topic-id>
  <updated-at type="datetime">2008-11-16T23:34:10Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">37663</user-id>
</post>
