Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Perochak on May 16, 2008, 10:40:09 PM

Title: Where is what?
Post by: Perochak on May 16, 2008, 10:40:09 PM
Hi dears,

I want to knew that

The Functions such as Menu, Admin menu and alignt aligation in themes that where in SMF are not at the same locations in the same files.
Ie.e
The functions that were in SMF 1.1.4-5 and the functions that are in SMF 2.3.0-1 are not in the same files.

For the Developer who want to develop or change the already developed mod for latest version of SMF, where he/she can get that the required information is located there?

Is there any development manual for that?

Thanks
Title: Re: Where is what?
Post by: karlbenson on May 16, 2008, 10:42:25 PM
The menus in 2.x have been moved into the Sources/Subs.php file.

From around line  3682 onwards.

They are in an array.
And being in a source file means changing it once, makes it changed in ALL themes.