dragonexpert / recentthreads

Adds a section to your index page for recent threads.
Other
8 stars 2 forks source link

Who posted is not working in post column #71

Closed Eldenroot closed 3 years ago

Eldenroot commented 3 years ago

image

It should be a link and clickable, right? Now it is clickable but nothing happens.

Eldenroot commented 3 years ago

After click you get this error below the box

image

dragonexpert commented 3 years ago

Edit template recentthread_misc_mod_column to be this:
<td class="{$trow}"><input type="checkbox" name="tid{$thread['tid']}" value="{$thread['tid']}" id="tid{$thread['tid']}" class="thread_checkbox" onclick="update_tidlist({$thread['tid']})" /></td>

I will try and update the templates.json file to reflect this change.

dragonexpert commented 3 years ago

Updated templates.json on my local files. Looking at the other issues in case there are other template problems and this way everything can be fixed at one time without doing a separate commit for each.

dragonexpert commented 3 years ago

This is fixed now.