Forum Moderators: coopster

Message Too Old, No Replies

Integrate Mediawiki within my existing website page design?

mediawiki integration into existing site

         

gustotelmy

9:46 pm on Nov 10, 2005 (gmt 0)

10+ Year Member



I have installed mediawiki and it works fine on my site
my question is: how can I
Integrate Mediawiki within my existing website page design?
i have looked into skins for mediawiki which may provide clues....
and also tired including it as a php include to no avail
plz help! :?

...experts plz!

jatar_k

3:50 pm on Nov 12, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld gustotelmy,

>> also tired including it as a php include to no avail

what happened with this? I am guessing that it was like having 2 html pages in one

what level of integration are you looking for? mixing and matching content? or just linking up words?

koen

5:43 pm on Nov 12, 2005 (gmt 0)

10+ Year Member



I managed to do this with includes. Maybe you included in the wrong place?

gustotelmy

10:54 pm on Nov 13, 2005 (gmt 0)

10+ Year Member



thank you for the welcome... i tried including it in my body.php file

header.php

leftnav.php body.php

i am not sure why its not working...did you alter any of the templates?

I am trying to get the wiki into the body area with the leftnav and header... however i am sure the templates of the wiki already send <html> and <head> commands so i am not sure how you edited it... please give me some tips as to how i should go about doing this...

i tried including it by changing the index to my site index and including the mediawiki index...

koen

1:26 am on Nov 14, 2005 (gmt 0)

10+ Year Member



I'm not sure you're trying to do it as I did. I have some general headers and a footer, and include these from within a mediawiki theme, not the other way around. Eg, take the monobook skin and include your site headers there, delete the html stuff where needed.

gustotelmy

7:02 am on Nov 14, 2005 (gmt 0)

10+ Year Member



oh reverse engineering! thanks for the great idea...
i will try it and post back again if i am as successful as you!
thanks again for your help.