Page 1 of 1

assign relative path in block via BBcode with insert page?

PostPosted: Fri Jun 15, 2007 6:52 am
Author: shedt_v
Code: Select all
[web height=750]http://ROOT/support/templates/efusion/main_menu.html[/web:1o8cy2eo]


I did this in the KB articles, made a menu and frames and stuff by looking at links in the efusion overall header.

It was awesome because the forum is being run locally, and the IP may change.

Code: Select all
<a>Article title</a>


So I want to be able to do this with the insert webpage BBcode. I suppose I could do it with html?

It would run faster in html you think? Would it matter since it the main_menu.html is made up of 3 frames pointing to KB articles?


I hoped I explained myself correctly.


Code: Select all
web height=750]templates/efusion/main_menu.html[/web]


does not work

Code: Select all
web height=750]/templates/efusion/main_menu.html[/web]


does not work.


Any suggestions? I'll go back to google and see what I can find out.

Thank you!