News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Undefined Variable: Boardurl

Started by Mystery?, June 16, 2009, 01:54:01 PM

Previous topic - Next topic

Mystery?

I have posted this issue in the mod topic, but I need this problem fixed ASAP.

I am getting this from FlashChat Integration

Notice: Undefined variable: boardurl in /home/mystery/public_html/forum/Themes/default/languages/Modifications.english.php on line 172

Line 172: $txt['whoall_chat'] = 'In the <a href="' . $boardurl . '?action=chat">Chatroom</a>';?>
Join my NEW website that I just created and be a big part of it (July 30, 2010): http://www.gamerstatic.net

JBlaze

Code (find) Select
<?php
Code (replace) Select
<?php
   
global $boardurl;
Jason Clemons
Former Team Member 2009 - 2012

Mystery?

Quote from: JBlaze on June 16, 2009, 01:56:41 PM
Code (find) Select
<?php
Code (replace) Select
<?php
   
global $boardurl;


Thanks for the help!

Topic Solved...
Join my NEW website that I just created and be a big part of it (July 30, 2010): http://www.gamerstatic.net

JBlaze

Jason Clemons
Former Team Member 2009 - 2012

Advertisement: