Development

#2628: _forum.php.patch

You must first sign up to be able to contribute.

Ticket #2628: _forum.php.patch

File _forum.php.patch, 0.9 kB (added by Pascal.Borreli, 1 year ago)

PATCH for _form.php in plugins/sfSimpleForumPlugin/trunk/modules/sfSimpleForum/templates/_forum.php

  • plugins/sfSimpleForumPlugin/trunk/modules/sfSimpleForum/templates/_forum.php

    old new  
    22<tr> 
    33  <td class="forum_name"> 
    44    <?php echo link_to($forum->getName(), 'sfSimpleForum/forum?forum_name='.$forum->getStrippedName()) ?><br /> 
    5     <span class="forum_description"><?php echo simple_format_text($forum->getDescription()) ?></span
     5    <?php echo simple_format_text($forum->getDescription(), array('class' => 'forum_description')) ?
    66  </td> 
    77  <td class="forum_threads"><?php echo $forum->getNbTopics() ?></td> 
    88  <td class="forum_posts"><?php echo $forum->getNbPosts() ?></td>