[pmwiki-users] Problem with Simple Forum on 2.1.3

Curtis, Clayton Clayton.Curtis at va.gov
Thu Mar 30 17:11:17 CST 2006


Friday, March 24, 2006, 9:09:30 PM, Clayton wrote:
> I upgraded today from 2.1.beta14 to 2.1.3 and find that Simple
> Forum seems to have a problem – the link text on the home page
> display of forum topics now shows up as $Namespacedspaced for all
> topics although the underlying URL is right.

I re-installed the recipes. Still have the same symptom. I'm wondering about a problem in $Titlespaced -- the code in forumstyled.php that emits the HTML for each row in the table of message items

SDV($FPLForumIFmt,"<tr class='messageitem'>
     <td class='messageitem'><a href='\$PageUrl'>\$Titlespaced</a></td>
     <td class='messageitem' align=right>\$PostCount &nbsp;</td>
     <td class='messageitem'>\$LastModified</td>
     <td class='messageitem'> \$LastModifiedBy</td></tr>\n");

is generating

<tr class='messageitem'>
     <td class='messageitem'><a href='http://10.9.9.197/pmwiki/pmwiki.php?n=Forum.WhyShouldWeHaveAnInformaticsStructure'>$Namespacedspaced</a></td>
     <td class='messageitem' align=right>3 &nbsp;</td>
     <td class='messageitem'>March 30, 2006, at 05:27 PM</td>
     <td class='messageitem'> </td></tr>

NOTE the "$Namespacedspaced".

Clayton




More information about the pmwiki-users mailing list