MyBB Hacks

Full Version: Suggestion Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
All fixed up!  Thanks for the assist! Biggrin
Very nice there Smile
is there something wrong? Unlove
Either remove announcements from the forum or change their templates to however you want them to look like.
@ terzier: Like what Yumi/ZiNgA said, you need to remove the announcements from that forum. Or, you can add a custom announcements template.

If it is a global announcements, and if you want to remove it for that forum only, you can try to remove the {$announcementlist} variable from the xtsug_forumdisplay_threadlist template.

If you want to keep it there, maybe you can try to add this template in your global templates:
xtsug_forumdisplay_announcements_announcement

HTML Code
<tr>
	{$rating}
	<td class="{$bgcolor}">
		<a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
		<div class="author smalltext">{$announcement['profilelink']}</div>
		<span class="smalltext">{$postdate} {$posttime}</span>
	</td>
	{$modann}
</tr>

Modify it as your needs.

done. thanks dude. but could remain there if the public notices and xthreads keep it running? Rules

edit : Biggrin

thanks RateU, i'll try that Love
Update:
Use Settings Overrides for the Force Postbit Layout settings in create/edit forum settings:
  • Settings Overrides:
    • Setting: Showthread Options -> Post Layout
      Value: horizontal

      Code:
      postlayout=horizontal

is there possible negative vote ?
The vote in this example application uses MyBB thread rating, and there is no negative value for that.
Pages: 1 2 3 4
Reference URL's