PDA

View Full Version : [Help] Make website load forum inside of it


DarkSorrowz
12-03-2008, 09:14 PM
Ok I have a problem, I have a xml site and I want to allow it to load the forum inside the site since it has flash effects. Is there anyway to do that?

There is a folder called xml, where inside you can edit the websites nav bar.

<mainmenu>
<title><![CDATA[HOME]]></title>
<content>elite_html_content_page.swf</content>
</mainmenu>

<mainmenu>
<title><![CDATA[NEWS]]></title>
<content>elite_xml_news.swf</content>
</mainmenu>

<mainmenu>
<title><![CDATA[FORUMS]]></title>
<content>forums/index.php</content>
</mainmenu>

<mainmenu>
<title><![CDATA[IMAGE GALLERY]]></title>
<content>elite_xml_imagegallery.swf</content>
</mainmenu>

The forum does not load though, I have tried putting just forums and forums/ but it doesnt load, any idea or any script that can be used to load the vbulletin forums on this?

The website url is www.runenot.com/site/

punchbowl
12-03-2008, 09:33 PM
cool looking site. I wish I could help but I can't

DarkSorrowz
12-03-2008, 09:34 PM
:( I know I like it to, I want it to work so bad!

punchbowl
12-03-2008, 09:37 PM
can you put any sort of html page in just to test?

i.e. make dummy.html put a bit of text in and try implement that first.

DarkSorrowz
12-03-2008, 09:53 PM
Its an XML/Flash website. it only uses index.html to load everything. You just use that page and it loads everything from there, there is no other html files

--------------- Added 1228354315 at 1228354315 ---------------

Does anyone have a xml/flash html redirect script that I could possibly use with this?