In
mainfile.php right after
|
Code:
|
$content .= "<big>&</big>&<a href=\"admin.php?op=DownloadsListBrokenDownloads\">"._BROKENDOWN."</a>: $brokend
</font>"; |
ADD THIS for Link to New Pictures My_eGallery
|
Code:
|
$pict = sql_query("SELECT * FROM $prefix"._gallery_pictures_newpicture."", $dbi);
$num = sql_num_rows($pict, $dbi);
$content .= "<big>·</big> <a href=\"admin.php?op=GallAdmin&do=validnew&type=checknew\">New Pictures</a>: $num
</font>"; |
Now you will have a link in your Admin block for when you get New Picture submission via My_eGallery.
I know this works with Nuke6.0, but it should work with Nuke6.5 as well.
mikem