Hmm.. Okay guys and gals.. if nobody is interested in doing this with me (or maybe you don't have time which i understand), i'll try doing it by myself. However, as i am "almost" a MySQL and php noob it should be making as i learn and learning as i make type of thing.
I am now working on much simpler thing, wrapping up a default.php starting page of b2evolution into..
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1; //0 for no right block
?>
This is where i need to wrap /blogs/default.php
include("footer.php");
?>
of the blogs.php (in XOOPS root) so that when i point the link to
http://www.libervis.com/blogs.php it displays the b2evolution starting page wrapped into the XOOPS environment (columns, header, footer).
The purpose of this is to have a page that lists and links to all blogs by our users. I'll modify it's appereance later.
To do this i need to learn about either a php tag or function or html tag to show a page inside a page like this, and if possible avoid using frames.
After i do that, i'll get on to learning the MySQL basics and php, so that i can make that conversion script between xoops_users and evo_users table to integrate the XOOPS and b2evolution on an user-level (registrations and login).
If anyone wants to help, i am always open as it would go much better and faster with a hand of an experienced php and MySQL guy.
So, i'm on my way, i'll keep you posted.. if i really manage to pull this off eventually, you'll be provided with the source codes of the solution (mysql conversion script, wrappings etc.)
Anyway.. i hope i can do it, can i??
EDIT: I forgot to say i am using
w3cschools to learn the basics. Feel free to recommend other good and easy php/mysql learning resources. Thank you.
Cya
Daniel