Remove hard coded bullets... please

Even after the extended plea here:http://www.boonex.com/forums/topic/Boonex-Bullets-are-BS.htm

 

Forum module has hard coded character &#183;  Like this <span class="bullet">&#183;</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 &#183; 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]]') . ' &#183; ' . orca_mb_replace('/#/', $ui[$r['last_post_user']]['title'], '[L[last reply by #]]') . ' &#183; ' . $r['cat_name'] . ' &#187; ' . $r['forum_title'];

Instead of &#183; <span class="bullet"></span>

Instead of $#187; <span class="right-arw"></span>

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 13 Oct 2015

Thank you for specifying all these places:

https://github.com/boonex/dolphin.pro/issues/105

Rules → http://www.boonex.com/terms
Quote · 13 Oct 2015

The fix - https://github.com/boonex/dolphin.pro/commit/9b586302708e782263e28f1a7f0e967d8b1d622f

Rules → http://www.boonex.com/terms
Quote · 14 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.