Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: djoos5 on November 23, 2010, 11:24:07 AM

Title: Topic Solved
Post by: djoos5 on November 23, 2010, 11:24:07 AM
I added the Topic Solved modification to my boards after upgrading to SMF 2 RC4.

I know the modification has not been updated for RC4 yet, so I did all the changes manually instead of using the installer.

It is working fine except for the small drop down menu at the bottom of the boards that allow you to make changes to multiple threads at once (see image attached for the particular drop-down that I am talking about).

My question is, which php file makes that list operational, so that I can check my coding changes? Here is a list of all of the files I tweaked to add the Topic Solved mod:

Admin
Display
Display.template
Index
Load
ManageBoards
ManageBoards.template
ManagePermissions
MessageIndex
MessageIndex.template
ModerationCenter
Modifications.english
ModLog
Subs
Subs-Boards
Subs-TopicSolved (I made no changes to this file, only uploaded the newest version for RC3)

Thanks for any help in advance!

DJ
Title: Re: Topic Solved
Post by: Deaks on November 23, 2010, 02:33:12 PM
MessageIndex.template.php

But I dont think that option is available on that mod :/
Title: Re: Topic Solved
Post by: djoos5 on November 23, 2010, 05:41:10 PM
It worked when I had it with 2.0 RC3.

Thanks, I will check my code.