Page 1 of 1

[problem] IM Portal Album Block not installable

PostPosted: Sat Jul 29, 2006 6:04 am
Author: Indyzcar
I have downloaded the album 2 block, but it is not installable. I tried to preview it with easyMod and it gave me an error of:

FIND FAILED: In file [portal.php] could not find:

$template->assign_vars(array(
'WELCOME_TEXT' => $CFG['welcome_text'],

After reviewing the portal.php file, there is no such thing as that line, or the next find in the install.txt file. What file do I need to download in order to install the album block on IM Portal 111b?

Re: [problem] IM Portal Album Block not installable

PostPosted: Mon Mar 12, 2007 4:49 am
Author: Ma®©uS
The Album mod is Smartors. The portal.php referred to is also for Smartor's EZPortal.

Code: Select all
//// Set configuration for ezPortal//  // Welcome Text: note that we are in PHP file, so use ' instead of ' and use \ instead of  (HTML enabled)$CFG['welcome_text'] = 'Welcome to <b>My Community</b><br><br>Thanks for using ezPortal,<br><br>Have a good time! ^_^';