Quote:
Originally Posted by speciosa
this mod is working fine but i can't quite figure out how to embed a flashchat box in EVERY page. when you link to misc.php?do=flashchat it will bring up a window that is laid out as:
<header + navbar>
<embedded flashchat box>
<footer>
i would like to have a similar layout on all the other pages on the board like so:
<header + navbar>
<embedded flashchat box>
<posts in thread, forum list, etc>
<footer>
so that the flashchat box is embedded into most of the pages a user would see. clues appreciated on how to achieve this.
have read that vbadvanced allows you to do stuff like this but haven't dug into that yet.
cheers,
jake
|
This isn't a good idea but you could use iframes to do that.
<header + navbar>
<embedded flashchat box>
<iframe>
<posts in thread, forum list, etc>
</iframe>
<footer>
But that would require alot of work.