| Re: NewBB 4.33 RC 13 Problem |
| by clownface on 2017/4/27 6:51:10 That's great news someone is looking at it now. Just so I can avoid confusion, where is this updated download? |
| Re: NewBB 4.33 RC 13 Problem |
| by Cifug on 2017/4/23 21:28:38 Quote:
New topic, reply post and edit post are not boostrap. One improvement would be to put user name above the avatar: Change newbb_thread.tpl line 10: le="color: #000000"><?php <{if $topic_post.poster.uid != 0}> to le="color: #000000"><?php <{if $topic_post.poster.uid != 0}><br> If I find any more I'll post here in this thread. Thank you so much Bleekk
|
| Re: NewBB 4.33 RC 13 Problem |
| by Cifug on 2017/4/22 5:21:23 Does anyone have the missing xbootstrap templates for NewBB ? |
| Re: NewBB 4.33 RC 13 Problem |
| by Bleekk on 2017/4/21 4:53:18 Yes this was it. This change should be submitted to github |
| Re: NewBB 4.33 RC 13 Problem |
| by Cifug on 2017/4/21 0:39:36 In newbb_viewforum.tpl on line 19 I changed: le="color: #000000"><?php <{if $viewer_level gt 1}> to le="color: #000000"><?php <{if $viewer_level gt 0}> This seamed to work. Is this the correct thing to do? Cheers, Marty |