Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Wellwisher on June 17, 2017, 03:57:36 PM

Title: Creating 'drop down menu' of reply/ respond buttons in thread view
Post by: Wellwisher on June 17, 2017, 03:57:36 PM
Hello,

I am attempting to create a 'drop down menu' of these buttons on the right (e.g reply, add to favs etc). I am not sure of file location to make the edits?

Picture:

(http://i.imgur.com/z5oaVg0.jpg)
Title: Re: Creating 'drop down menu' of reply/ respond buttons in thread view
Post by: Arantor on June 17, 2017, 04:05:54 PM
You need to edit the generic button strip template which affects all such uses.
Title: Re: Creating 'drop down menu' of reply/ respond buttons in thread view
Post by: Wellwisher on June 17, 2017, 05:23:51 PM
Quote from: Arantor on June 17, 2017, 04:05:54 PM
You need to edit the generic button strip template which affects all such uses.

Thanks @Arantor. Found it, mine was on in my index.template.php under div class "buttonlist".
Title: Re: Creating 'drop down menu' of reply/ respond buttons in thread view
Post by: Arantor on June 17, 2017, 05:58:33 PM
Yes and it's reused in a lot of places...