Many of you have asked about the Site Info block used here. I honestly can't remember where I got it, so I can't give credit where credit is due. There are no docs on it either. I have hacked it to do a couple of things that I wanted and have included a very brief INSTALL file in the zip. Get it from the Download section.
Addendum 17:00 CST - 10/16/2002: If you are using PHPNuke v5.x, you are probably missing some images and language elements. I have updated the download file and you just need to download it again to get the files you need. Thanks to Fanha Martins for alerting me to this.
Addendum 19:00 10/17/2002: Here are the original credits: The original was called "user info" and was written by Bob Marion at Nuke Scripts.
Re: Site Info Block Used Here Available (Score: 1) | ![]() | This block is great. Thanks gcf!!! The language file is incomplete, but easy to finish and customize. |
Re: Site Info Block Used Here Available (Score: 1) by gcf on Wednesday, October 16, 2002 @ 16:31:32 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Thanks! What is incomplete? I'll add it. You need to append this to the language files that you use. |
Re: Site Info Block Used Here Available (Score: 0) | ![]() | The original info you are looking for to credit the author is as follows, it was originally called "user info". /************************************************************/ /* */ /* Updated for PHP-Nuke 5.6 - 18 Jun 2002 NukeScripts */ /* website http://www.nukescripts.com */ /* */ /* Updated for PHP-Nuke 5.5 - 24/03/2002 Rugeri */ /* website http://newsportal.homip.net */ /* */ /* (C) 2002 */ /* All rights beyond the GPL are reserved */ /* */ /* Please give a link back to my site somewhere in your own */ /* */ /************************************************************/ |
Re: Site Info Block Used Here Available (Score: 1) by gcf on Thursday, October 17, 2002 @ 19:02:08 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Thanks! |
Re: Site Info Block Used Here Available (Score: 1) | ![]() | Can Help Me What thas errer Fatal error: Failed opening required 'config.php' (include_path='') in /mainfile.php on line 28 |
Re: Site Info Block Used Here Available (Score: 1) by gcf on Thursday, October 17, 2002 @ 20:49:07 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Check these settings in your PHP.INI file: ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" ; ; Windows: "path1;path2" ;include_path = ".;c:phpincludes" Make sure that you have them set properly for your operating system. |
Membership: Yesterday (Score: 1) | ![]() | On the block, the place for Yesterday Membership has the total number of members, not the members that registered yesterday, do you know a quick fix? Thanks |
Re: Membership: Yesterday (Score: 1) by gcf on Saturday, October 19, 2002 @ 12:07:21 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Hmmm. Not on my site. It's working correctly. |
Re: Membership: Yesterday (Score: 1) by Loosh on Saturday, October 19, 2002 @ 13:19:00 CDT (User Info | Send a Message) http://www.drunk-enough.com | |
It's on my site, www.drunk-enough.com i downloaded it from your site. any suggestions? |
Re: Membership: Yesterday (Score: 1) by gcf on Saturday, October 19, 2002 @ 13:27:30 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Have you moved the language text as instructed? Make sure you put the language extensions at the end of the DEFINES. I really don't know what to tell you. It works for everyone else and me. What version of PHPNuke are you running? |
Re: Membership: Yesterday (Score: 1) by Loosh on Sunday, October 20, 2002 @ 14:14:52 CDT (User Info | Send a Message) http://www.drunk-enough.com | |
v5.5 I followed the instructions and i just don't get it. |
Re: Membership: Yesterday (Score: 0) by on Sunday, October 20, 2002 @ 16:45:12 CDT (User Info | Send a Message) | |
What version of PHPNuke are you using? |
Re: Membership: Yesterday (Score: 1) by Loosh on Monday, October 21, 2002 @ 13:08:49 CDT (User Info | Send a Message) http://www.drunk-enough.com | |
version 5.5 |
Re: Membership: Yesterday (Score: 1) by gcf on Monday, October 21, 2002 @ 21:18:09 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
I installed a virgin install of PHPNuke5.5 and installed the Site-Info block from my downloads. It works as designed. At this point I don't know what else to recommend. |
Re: Membership: Yesterday (Score: 1) by gcf on Tuesday, October 22, 2002 @ 08:27:47 CDT (User Info | Send a Message) http://ravenphpscripts.com | |
Just had a thought. My directory structure is /server-root/nuke/html/modules/site-info, so my config is back 2 levels, thus, I use ../../ . However, if you have a directory structure like /server-root/modules/site-info, then ../../ may be producing the error. In the latter case, config is only back 1 level, so try ../ . Bottom line, adjust that piece of code to conform to how many levels back config.php is from the site-info directory. Did that solve the problem or not? |
Re: Membership: Yesterday (Score: 1) by MolleeO on Wednesday, October 23, 2002 @ 18:53:39 CDT (User Info | Send a Message) | |
How about for phpnuke 5.2? |