Author |
Message |
afc
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/Star_Trek/Star_Trek_-_Defiant.gif)
Joined: Aug 16, 2003
Posts: 107
Location: USA
|
Posted:
Tue May 02, 2006 7:16 am |
|
could you add a version checker like phpbb uses so people who are not here every day will know when the new version is out.
Maybe a Version showing up in admin page
language/your language
add
define("_NUKEVERSION","Site Engine Version = ");
admin.php
add this at line 222
Code:/*********************************************************/
/* Version Check */
/*********************************************************/
global $Version_Num;
OpenTable();
echo "<center><h4><b>"._NUKEVERSION."$Version_Num</center><h4/></b>\n";
CloseTable();
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Tue May 02, 2006 9:15 am |
|
Nice idea... |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
benson
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/d565e607446586bbb82ae.jpg)
Joined: May 15, 2004
Posts: 119
Location: Germany
|
Posted:
Tue May 02, 2006 12:45 pm |
|
Hello,
I agree, put it e.g. into module 'configure' that will cause less traffic I think.
Would be fine if that will be possible,
regards, Benson |
_________________ Best regards, Norbert
Only registered users can see links on this board! Get registered or login! & Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nb1
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/0cdd311a44513690aeca6.gif)
Joined: Mar 03, 2005
Posts: 94
Location: OZ
|
Posted:
Thu May 04, 2006 3:02 pm |
|
Without this feature what is the easiest way to check your version reason I ask had some problems Right after the first patch and had to rewrite some files and had done the first patch so the database is correct for that part i think can remember exactly how it went so if I can find out the actual version would help during this time i had to reformatted my compute as well also regional files any help will be appreciated |
_________________ Member Of The Windows Vista help and Support Community |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
FireATST
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/1890b00a421a4615ecd23.jpg)
Joined: Jun 12, 2004
Posts: 654
Location: Ohio
|
Posted:
Thu May 04, 2006 7:41 pm |
|
Evaders showed me this tip....check your nuke_config table.... See Evaders, I am trying to pay attention.....lol |
|
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
nb1
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri May 05, 2006 1:53 am |
|
yes you was answered my questions and thank you very much was a big help |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dingfelder
Hangin' Around
![](modules/Forums/images/avatars/Animaniacs/Animaniacs_-_Flavio.gif)
Joined: Jan 18, 2005
Posts: 45
Location: New Zealand
|
Posted:
Thu May 11, 2006 10:03 pm |
|
Cubecart has this feature, and I find it invaluable.
My suggestion from seeing their functionality is: put it in an obvious place, such as the top right corner of the admin screen that you see as soon as you log into the admin area.
I think one simple way to do it could be via an image tag such as
Code:<img src="http://ravenphpscripts.com/versioncheck.php?version=2.02.02">
|
(note the name of the image is a php script)
I assume the "version" param in this case could be pulled dynamically from the config table.
The versioncheck.php script in this case would return either a "up to date" image or a "needs updating" image, and going one step further could display a "big ugly red flashing" image if there was an urgent need to update (security issues etc.)
Branistorming one step further, it occurs to me that you could add a "big brother" check to the link, that would update your server with the domain name of the install in question and the last date their system checked for updates... in that way you would have a realistic idea of how many active installs there really are out there, or at least how many sites have someone access their main admin page. |
_________________ http://www.ComputingAsYouLikeIt.com
http://www.dingfelder.org |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Sun Jun 18, 2006 10:22 pm |
|
That is quite an interesting idea. Perhaps I can add it to the actual version checker I'm doing (for multiple things... phpNuke, BBToNuke, addon modules, etc).
Heck, the graphic idea could even work in the admin panel if you have the graphical buttons on. Just need to develop a way to cache it, so its not hitting the reference server constantly.
I can't wait to finish this script |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jun 19, 2006 4:40 am |
|
Sounds very interesting evaders99 - we look forward to seeing it. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|