hmm
#1: On the MS_Analysis we use here you set the time zone in the Nuke Admin/MS_Analysis.
Click general settings.
#2: Go to Nuke/Admin/Blocks. EDIT that block and try setting it as Center Up.
#3 Yes. For instance if you wanted to add a link to the ADmin Waiting Submissions block, it is done like this
open mainfile.php and find something like this
|
Code:
|
$content .= "<big>&</big>&<a href=\"admin.php?op=DownloadsListBrokenDownloads\">"._BROKENDOWN."</a>: $brokend
</font>"; |
that is the code that creates the Broken Downloads link. You can use that as an example to add more links to that block. You would simply copy and edit that line and then paste it after the existing one in the mainfile.php.
mikem