MyBB Community Forums

Full Version: Adding Thanks and Rep to index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to figure out which code to add for showing thanks count and current rep to add to the index page. Currently I have whats below and it doesnt display.

<div class="card-detail-box1"><div style="display: grid;"><span class="card-nymd"><span class="numbr-sts-cardda">Reputation</span></span></span>{$post['replink']}</div></div>
	
<div class="card-detail-box2"><div style="display: grid;"><span class="card-nymd"><span class="numbr-sts-cardda">Thanks</span></span>{$post['tyl_unumrcvtyls']}:</div></div>

Id assume these two {$post['replink']} and {$post['tyl_unumrcvtyls']}: are wrong
How do you mean on index? Only for each user his own counting?