Posted by cerup on September 26, 2009 at 6:33pm
3 followers
Jump to:
| Project: | BoWoB Chat |
| Version: | 6.x-8.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
With the new update (I think) bowob is now showing up inside my lightbox popup window. Check the picture.
| Attachment | Size |
|---|---|
| untitled.JPG | 82.49 KB |
Comments
#1
The chat is showed when the hook_footer (theme) call.
#2
Ok thanks, i'll look into that. :)
#3
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.
#4
I will think about that.
Thanks aaron.
#5
#6
Why is this closed if it's still an issue?
#7