Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: Snrj on January 10, 2017, 02:23:55 PM

Title: Smf SSI Portal responsive bootstrap html5 test
Post by: Snrj on January 10, 2017, 02:23:55 PM
Extract the zip file and add it to the main directory

Download : http://smf.konusal.com/index.php?action=downloads;sa=view;down=92
Demo : http://smf.konusal.com/portal.php or  http://snrj.konusal.com/portal.php

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.hizliresim.com%2Fl3P1lr.png&hash=c5bc07dc3b063d0a007ce6205d484627e56d3687)

menu link
Sources/Subs.php search
     $buttons = array(
         'home' => array(
            'title' => $txt['home'],
            'href' => $scripturl,
            'show' => true,
            'sub_buttons' => array(
            ),
         ),

after
'Portal' => array(
            'title' => 'Portal',
            'href' => 'http://smf.konusal.com/portal.php',
            'show' => true,
            'sub_buttons' => array(
            ),
         ),