Site Info Block Updated! More about

Posted on Tuesday, September 30, 2003 @ 09:39:37 CDT in Blocks
by Raven

I have updated my Site Info Block to include the following: Added 3 new hyperlink things :). First off, if my block detects that you are using my Resend_Email module, it will hyperlink the 'Waiting' text to the Resend_Email block automatically. This module is a separate download and is not included in the package.

Then, there is a new module UserInfoAddons (included) that the block will check for and if found will hyperlink the 'New Today' and 'New Yesterday' text and will display the new users from today and yesterday!

To Admin's only of course!
 

 

Event Calendar 2.12 Fix For AM/PM Calculation More about

Posted on Monday, September 29, 2003 @ 20:07:49 CDT in Bugs - Fixed
by Raven

For those of you who use Event Calendar 2.12 (and possibly prior versions), Any time the hours before 10:00 AM are printed/displayed, they are missing the AM notation. Well, here is the fix!

Locate the getTime() function in functions.php. Then find this code:

if ($time_Array[0] < 10) {
$hour = substr($time_Array[0],1,1);
} else {


and modify it to read


if ($time_Array[0] < 10) {
$hour = substr($time_Array[0],1,1);
$ampm = "AM";
} else {
 

 

Nuke v7.0 Alpha 2 released More about

Posted on Saturday, September 27, 2003 @ 23:09:13 CDT in PHP-Nuke
by Raven

FB has released Alpha 2 of v7.0 phpnuke. So, I am removing the Alpha 1 download. It was pretty buggy anyway, which is expected of an Alpha release. As soon as I can get my hands on an Alpha 2 copy I will make it available here.
 

 

How easy is it to fetch html into a module? More about Read More...

Posted on Wednesday, September 24, 2003 @ 21:33:42 CDT in Modules
by Raven

I have received many help requests for creating nuke modules/blocks from local and other html sources. Here's a quick throw together of about 14 lines of code to demonstrate the simplicity. And the actual fetch and display is only 1 line of code. Click here. Not all sites allow you to pull their code, but this is not for that use, but for those that know they can link to other URL's. Read More...
 

 

Site Navigation Block Updated More about

Posted on Wednesday, September 24, 2003 @ 20:25:12 CDT in Blocks
by Raven

Thanks to some code cleanup by StephanL, a javascript error that I didn't even know existed has been fixed in the select box object! This is a replacement for the block-Modules.php file.
 

 

Site Info Block Update (again)! More about

Posted on Wednesday, September 24, 2003 @ 06:24:45 CDT in Blocks
by Raven

A great request (imo) was made to have my Site Info block display the Sam Spade lookup for Registered Users, for Admins only of course. So, I have hyperlinked the order number to the IP that the registered user is using. In other words, if the Site Info block looked like this
01 Raven
and you are a Site Admin, you would see
01 Raven
and if you clicked on the 01 you will get the Sam Spade lookup screen. Enjoy!
 



Page 638 of 659 (3950 total stories) [ << | < | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | > | >> ]  

News ©

Site Info

Last SeenLast Seen
  • vashd1
  • neralex
Server TrafficServer Traffic
  • Total: 517,449,451
  • Today: 221,993
Server InfoServer Info
  • May 18, 2025
  • 04:26 pm CDT