雖然是很舊的MOD
但應該有人裝了這個外掛後發生無法選擇文字顏色的問題
在搜尋後發現沒有相關的解決文章
個人裝了之後也有這個問題,所以花了幾個小時的尋找後發現
code18的預設值是給顏色下拉選單的代號,20是給字型大小選單編號-----{ FIND}-------
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
-----{Add Below}-----
<td><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode18" value="隱藏" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('h')" />
</span></td>
所以應該把18修正成22(如果底下還有更多的code則依此類推)
這樣就能解決問題了
