With the new update (I think) bowob is now showing up inside my lightbox popup window. Check the picture.

CommentFileSizeAuthor
untitled.JPG82.49 KBcerup

Comments

bowob’s picture

The chat is showed when the hook_footer (theme) call.

cerup’s picture

Ok thanks, i'll look into that. :)

aaron’s picture

related to #588452: create emfield modal template file and preprocessors, it appears the chat is shown in any iframe modal pages that implement hook_footer. you need an easy way to specify a page be turned off, and i don't see one in the api. (also, i'd strongly suggest you follow drupal standards and create theme functions for all output, so folks can override it when needed, specifically for bowob_show_chat. that one, i would probably implement hook_template_preprocess so that you can pull out the php from the html for the convenience of themers.)

i'm adding to this issue as a convenience to folks using this module in conjunction with embedded media field. you might look at how admin_menu added a developer hook to allow a page to turn it off on an individual basis; if you create such a hook, let me know in this issue and i'll be glad to implement it in emfield.

bowob’s picture

I will think about that.

Thanks aaron.

bowob’s picture

Status: Active » Closed (fixed)
cerup’s picture

Why is this closed if it's still an issue?

bowob’s picture

Status: Closed (fixed) » Postponed