HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
December 01, 2008, 11:22:37 AM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: [1]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read June 11, 2008, 07:01:56 AM #0
scorn

Musiconica

ez all, im trying to intergrate flash chat into smf, im using the musiconica theme and SMF 1.1.4 and im supposed to change text in the index.template.php file, but i cant see where.

these are the instructions given
----------------------------------

Code:
Open index.template.php, and find the following text:

else
     echo '<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'],
     '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url']
     . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108]
     . '" style="margin: 2px 0;" border="0" />' : $txt[108]),    '</a>';

Replace it with:

 else {
     echo '<a href="', $GLOBALS['boardurl'], '/chat/flashchat.php">',
     ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url']
     . '/chat_icon.gif" alt="FlashChat" style="margin: 2px 0;"
     border="0" />' : "FlashChat"),'</a>';

    echo '<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'],
    '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url']
    . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108]
    . '" style="margin: 2px 0;" border="0" />' : $txt[108]),'</a>';
}


I have flash chat installed etc, just need to edit the file to get it to work, but I cant. Any help would be helpful.
« Last Edit: June 15, 2008, 01:31:34 PM by m3talc0re »
Offline  
Read June 15, 2008, 11:42:28 AM #1
scorn

Re: Musiconica

Sorted it
Offline  
Read June 15, 2008, 01:31:08 PM #2
m3talc0re

Re: Musiconica

My bad, this thread didn't show up as new for some reason. May have been the server move... Anyway, glad you got it sorted, lol.


The real hell is your life gone wrong.
Offline  
Pages: [1]   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS