Okay, I've installed the latest jQuery ext - installed it prior to this install - and still, all I see is this:
===============
Below is a list of open discussions with their respective expiration dates.
There are no "open" discussions pending expiration.
===============
"open" is underlined.
Oh.. okay, I see it now. Only the person who starts a discussion, can set the expiration date. Is there any way for the admins to do this category-wide?
Also, how can I modify the script to delete instead of close?
Thanks btw for the reply..
Comments
I have let MySchizoBuddy know and he is looking into it.
The date picker does not display in FF either - I assumed it might be the relative paths or something like that, but in FF, Firebug gives this error:
$(".date-pick") has no properties
[Break on this error] $(".date-pick").datePicker();
Outside of that, I don't know. May be a conflict with another extension or some other bug that is specific to safari.
Don't know about a conflict with another extension - but its not just Safari, the date picker does not show in Firefox either.
Edit: I have this issue too with another extension:
Discussion Tags # 20
Maybe its related?
Edit: No change after removing, then replacing jQuery (and enabling it first)
Any one knows of javascript debugging tools for IE6?
change line 88 to this
$jde(".date-pick").datePicker();
anything else broken or not.
change it to this
$jde(document).ready(function(){ $jde("select.CategorySelect").change(function(){Toggle();}); Toggle(); });
have u tried to expire a discussion