https://www.icyphoenix.com/viewtopic.php?f=28&t=4824&p=32590#p32590
-----------------------------------
OwnageWorld
Sat 04 Oct, 2008 01:37

Re: Icy Phoenix & MPS Mod: Possible?
-----------------------------------
[quote user="DWho" post="32589"]I have installed mps mod into icy... it was a huge project as there are a great deal of changes and a great many template files to change....

If you post your errors here I will see what I can do...

I am in the process of putting together the whole mod for icy but my time is very limited so it is taking a long time...

also the only thing I haven't got functioning correctly is the bbcode in mps but I made a work around for it...

 :mryellow:  :mryellow:[/quote]
Wow, thats great! 
At the moment this error bugs me a bit:
Watching profile when mps is created: [code]Fatal error: Call to undefined function bbencode_first_pass() in /home/aa1010/domains/ownageworld.com/public_html/includes/mps/mps_functions_post.php on line 81
[/code]

Here is what it says:
[code]
function mps_display_post($post, $bbuid = '', $bypass_smilies = false, $make_bbcode = false, $bypass_clickable = false)
{
    if ($make_bbcode != false)
    {
        $bbuid = make_bbcode_uid();
    }

    if ($bbuid != '')
    {

      [b]  $post = bbencode_first_pass($post, $bbuid);[/b]
        $post = bbencode_second_pass( $post, $bbuid);
    }

    if ($bypass_clickable == false)
    {
        $post = make_clickable($post);
    }
    if ($bypass_smilies == false)
[/code]


This one on the forum:
[code]Warning: include_once() [function.include-once]: Unable to access ./language/lang_72/lang_bbc_tags.php in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 107

Warning: include_once(./language/lang_72/lang_bbc_tags.php) [function.include-once]: failed to open stream: No such file or directory in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 107

Warning: include_once() [function.include]: Failed opening './language/lang_72/lang_bbc_tags.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 107

Warning: include_once() [function.include-once]: Unable to access ./language/lang_72/lang_bbcb_mg.php in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 108

Warning: include_once(./language/lang_72/lang_bbcb_mg.php) [function.include-once]: failed to open stream: No such file or directory in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 108

Warning: include_once() [function.include]: Failed opening './language/lang_72/lang_bbcb_mg.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php:107) in /home/aa1010/domains/ownageworld.com/public_html/includes/page_header.php on line 1407

Warning: Cannot modify header information - headers already sent by (output started at /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php:107) in /home/aa1010/domains/ownageworld.com/public_html/includes/page_header.php on line 1413

Warning: Cannot modify header information - headers already sent by (output started at /home/aa1010/domains/ownageworld.com/public_html/includes/bbcode.php:107) in /home/aa1010/domains/ownageworld.com/public_html/includes/page_header.php on line 1414[/code]
Thanks in advance!!!


