Hi!
Have integreat the Web Wiz Forums in to my site and doing some test to see if it feets my needs and it looks fine!
How ever i would like to use server execute on the default.asp page in an table. To do so I need to call all links in to Request.QueryString("page") so it show up in the same table like this
'IF Request.QueryString("page") = "" THEN
'Server.Execute("default.asp")
'ELSEIF Request.QueryString("page") = "home" OR Request.QueryString("page") = "forumindex" OR Request.QueryString("page") = "staffandmanagement" OR Request.QueryString("page") = "teamnews" THEN
'Server.Execute("ssi/"& Request.QueryString("page") &".asp")
'ELSE
'Server.Execute(""& Request.QueryString("page") &".asp")
'END IF
My quations is. Have Web Wiz Forum all ready imlpemented cod where I can do this change or do I have to change all links on every page?
I think a saw something in one of your page, but cant find it again!
Is there any other way to integrate Web Wiz Forums as I have done with out to change all links or use Request.QueryString("page"). I have test Iframe but have read some where it could be use to inject other sites. And with Iframe I have to use scroller and I dont like that!
How ever to change the cod I need licens so I would like to know if there is other options before!
This is how all tables are setup with Web Wiz Forums and I like it

Best regards
/SkIpErMan
Edited by SkIpErMan - 18 June 2008 at 6:26pm