Even after the extended plea here:http://www.boonex.com/forums/topic/Boonex-Bullets-are-BS.htm
Forum module has hard coded character · Like this <span class="bullet">·</span> All Over The Place.
It's a pain in the ass if I want to replace that microscopic bullet with something else, via template.
These files have the character hard coded:
Forum.php
attachments.xsl
box.xsl
cat_forum.xsl
edit_categories.xsl
edit_cat_forums.xsl
forum_posts.xsl
topic.xsl
How about just removing all the instances of · and move it to the forums main.css?
That way, I can have bullets other than that microscopic dot. I can change it now via css trickery, but the trickery is not as clean a solution as It could be if the hard coded character was removed.
And in Forum.php:1872
$td = orca_mb_replace('/#/', $r['count_posts'], '[L[# posts]]') . ' · ' . orca_mb_replace('/#/', $ui[$r['last_post_user']]['title'], '[L[last reply by #]]') . ' · ' . $r['cat_name'] . ' » ' . $r['forum_title'];
Instead of · <span class="bullet"></span>
Instead of $#187; <span class="right-arw"></span>