1
Hi, testing XOOPS out and saw this neat mod.
I see this line in templates/debaser_player
<link rel="stylesheet" type="text/css" media="screen" href="<{$maintheme}>" />
I don't see it in the module file. I'm using the newest version. I'm trying to resize the popup window but it won't change eveno thought I clear my brower, clear the cache in xoops.
I also did this:
<body onload="resizeWinTo('playerdiv');" style="padding: 0px; margin:0px; background-color:#333333; color:#333333;">
<div style="position: absolute; top: 0px; left: 0px; width:640px; background-color:#333333; color:#333333;" id="playerdiv">
<table class="outer" bgcolor="#333333">
didn't change
I see this also
<td class="odd">
Where is this "odd" css located. I looked in xoops.css, not there so I'm assuming it's in the maintheme.css but don't know where that is.
By the way, if I added a flv player and did some touch up work on this module, and changed the name for debaser (weird name, guess the dude is french or something) and changed all paths to media.
But I don't think that did anything since everything works fine during testing except for the resize.
Thanks for any help.