Icy Phoenix version: Icy Phoenix 1.2.0.27 (22 Aug 2008 19:45)
MPS mod: Version 1.0.2b
phpBB2: 2.0.23
Hey all,
I hope I post this in the right section.
I would like to (know if) it is able to integrate MyProfileSpace (in short (MPS) with Icy Phoenix (or the other way around )
In my oppinion, this would create a perfect mix, and would make my website complete!
I got it to work partially, only some options won't work, like errors on registration, some on profile, and you can't create a different background etc. It would be really great if someone wants to look at this one with me, and hopefully coming on some working solutions, removing errors etc.
So what I want to know is: Could this work? Or is it impossible? And did someone already achieve this?
Thanks in advance!
Website: www.ownageworld.com
Update 05-10:
Errors are gone!
Looks like everything is working...!
Im gonna test everything (uploading pictures, adding friends, BBcode etc etc) and I hope I will get every function of MPS to work!
Icy Phoenix & MPS Mod: Possible?
Subject: Icy Phoenix & MPS Mod: Possible?
Last edited by OwnageWorld on Mon 06 Oct, 2008 10:11; edited 2 times in total
Last edited by OwnageWorld on Mon 06 Oct, 2008 10:11; edited 2 times in total
Subject: Re: Icy Phoenix & MPS Mod: Possible?
I believe I read somewhere MG said someone had integrated the MPS Mod into their Icy Phoenix before, but I personally haven't seen any IP sites using this modification. I've also searched the MPS website and couldn't find any past support threads about integration with Icy Phoenix...besides the one you created today.
I like the idea of having a MySpace type of profile, but too many customization features given to members could prove harmful. I'd wait for some seasoned coders to respond to your query.
Good luck!
I like the idea of having a MySpace type of profile, but too many customization features given to members could prove harmful. I'd wait for some seasoned coders to respond to your query.
Good luck!
Subject: Re: Icy Phoenix & MPS Mod: Possible?
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:
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:
Subject: Re: Icy Phoenix & MPS Mod: Possible?
Wow, thats great!
At the moment this error bugs me a bit:
Watching profile when mps is created:
Here is what it says:
This one on the forum:
Thanks in advance!!!
DWho wrote: [View Post]
Wow, thats great!
At the moment this error bugs me a bit:
Watching profile when mps is created:
- 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
Here is what it says:
- 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)
This one on the forum:
- 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
Thanks in advance!!!
Subject: Re: Icy Phoenix & MPS Mod: Possible?
ok the first error is because icy uses a different bbcode set up...
there are 2 work arounds for this ( though it would be easier if I knew how to parse the bbcode correctly that is something I am looking into and learning)
1 - you can remove that piece of code
but the bbcode will not function correctly...
2 - I changed a great deal of code so mps mod works on phpbb bbcode but I fear the security of doing this.. and as I said eventually I will have it working icy bbcode...
the second error I have not seen this before but remember index.php in icy is not the same as index.php icy uses the file forum.php instead... so it might be that...
UPDATE
I am going to finish up my vesion of mps for icy this weekend and let MG have a look at them as there are a few errors he might be able to fix if he has the time...
Then it can be released for everyone here..
:mryellow: :mryellow:
there are 2 work arounds for this ( though it would be easier if I knew how to parse the bbcode correctly that is something I am looking into and learning)
1 - you can remove that piece of code
but the bbcode will not function correctly...
2 - I changed a great deal of code so mps mod works on phpbb bbcode but I fear the security of doing this.. and as I said eventually I will have it working icy bbcode...
the second error I have not seen this before but remember index.php in icy is not the same as index.php icy uses the file forum.php instead... so it might be that...
UPDATE
I am going to finish up my vesion of mps for icy this weekend and let MG have a look at them as there are a few errors he might be able to fix if he has the time...
Then it can be released for everyone here..
:mryellow: :mryellow:
Subject: Re: Icy Phoenix & MPS Mod: Possible?
it is interesting for me too. :mricy:
thanks OwnageWorld for the theme.
thanks OwnageWorld for the theme.
Subject: Re: Icy Phoenix & MPS Mod: Possible?
Hi
I have finished modding it to fit icy... there are some simple errors to be fixed... I have sent MG a PM for him to have a look if he has the time but if you want to look at my beta files send me a PM..
:D :D
I have finished modding it to fit icy... there are some simple errors to be fixed... I have sent MG a PM for him to have a look if he has the time but if you want to look at my beta files send me a PM..
:D :D
Subject: Re: Icy Phoenix & MPS Mod: Possible?
DWho, that's great!
Would be cool if you or MG can polish it up. Hope you or MG has some spare time for that...
I made it work a few days ago, all errors appeared to be gone, but... they are back :cry:
I will post a file with all changes I made if my version will run smooth. Hopefully useful for a lot of people!
Would be cool if you or MG can polish it up. Hope you or MG has some spare time for that...
I made it work a few days ago, all errors appeared to be gone, but... they are back :cry:
I will post a file with all changes I made if my version will run smooth. Hopefully useful for a lot of people!
Subject: Re: Icy Phoenix & MPS Mod: Possible?
I am hoping this will be available for everyone shortly...
spent 10 hours yesterday finishing it up and so the templates files worked with icy...
though it is beta I hope I have not missed anything out....
:mryellow: :mryellow:
spent 10 hours yesterday finishing it up and so the templates files worked with icy...
though it is beta I hope I have not missed anything out....
:mryellow: :mryellow:
Subject: Re: Icy Phoenix & MPS Mod: Possible?
MPs stands for MY Profile Space... it has been created over the last 3 years to recreate an addon for phpbb to includy my space functions ... A kind of social network
The mod is found here... http://www.mpsmod.com...
The mod is found here... http://www.mpsmod.com...
Subject: Re: Icy Phoenix & MPS Mod: Possible?
I don't have the time for that now.
I am pretty busy with recoding Icy Phoenix.
OwnageWorld wrote: [View Post]
I don't have the time for that now.
I am pretty busy with recoding Icy Phoenix.
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.8561s (PHP: 3% SQL: 97%)
SQL queries: 16 - Debug Off - GZIP Enabled