Simple Machines Blogs > Developers' Blog

Simple Machines Website-Forum Integration

<< < (7/9) > >>

bassbass:
excuse my ignorance, i am not sure if i understand this correctly.  am i to combine all the codes in the first post in one file and call it "integrate.php", then change the code to reference to my website and server?  i guess i need an answer to this question first before i go to the next questions.  i can't wait to implement this into my forum, great feature.  Thanks.

bassbass:
Hi again, my intentions are not to bump this up, but wanted to know if anyone is using this Website-Forum Integration, also if anyone cam recommend someone that can set it up for me.  Thanks.

Runic:
http://www.simplemachines.org/community/ssi_examples.php

try this, on my website

http://runicdesigns.info I use 1.1.5 for customers, and used the above page that helped me alot :) first time using the ssi feature :)

bassbass:
thanks RunicWarrior, i am not sure what to do with the ssi...i used it on a test forum sometime ago, not sure what i was after, but i did get it to display the same as the link you posted http://www.simplemachines.org/community/ssi_examples.php, wasn't sure what it did but did really get into it.  i guess my question is, is there a step by step as to how to install it and integrate it with my current forum?  of course I'll install a test forum and play with it until i fully understand it, perhaps i am asking a bit too much for some one to hold my hand through the initial setup.

Runic:
To use SSI.php in your page add at the very top of your page before the <html> tag on line 1:
<?php require("SSI.php"); ?>

changing the address to suit your needs compared to where your forum is located :)

then depending on what you want added depends on the code so for example if you want your forum stats to show on the page you would add


--- Code: ---<?php ssi_boardStats(); ?>
--- End code ---

where you want the to show ...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version