MyBB Community Forums

Full Version: How can I do that?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a daily trend plugin:
[Image: topic1212.png]

How can I do that?

I have a similar trend plugin. I added in the Index:  {$index_panel_trends}

Inside of {$index_panel_trends}:

<table class= "table m-bottom" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" >

 {$index_panel_trends_bit}
 {$index_panel_trends_error}
 
</table>




Inside of {$index_panel_trends_bit}

<tr>
	<td class="table__row text-small">		
		<a href="{$trend_link}" data-tippy="{$trend_title}">{$trend_subject}</a>
	</td>
</tr>

Result:

[Image: topic12.png]

Maybe I can change that. This is very important for me. Thank you!