Where is the 'Add Topic' button?

Can someone point me in the direction as to which designbox HTML stores the 'Add Topic' button for the forums? Or if it's a HTML file at all?

Nothing to see here
Quote · 19 Nov 2014

All that stuff is in /modules/boonex/forum/layout/base/xsl/

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 19 Nov 2014

I am guessing you actually mean the "New Topic" button with the Green Plus icon that is in the sub menu area.

Well that is a action button. Found in the sys_objects_actions table.

This query will point out the entry for it.

SELECT * FROM `sys_objects_actions` WHERE `Type`= 'bx_forum_title'

https://www.deanbassett.com
Quote · 19 Nov 2014

Thank you

Nothing to see here
Quote · 19 Nov 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.