Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 76
4 members and 72 guests
4mr5jjyt4en, inswq2ptantcexm, johnnyl77, micjk6phiganint
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Jul 2006
07-04-2006, 12:30 AM

Well I found my own answer. Just in case anybody else runs into this, here is the answer.

Quote:
Originally Posted by MetalhellsAngel
It's a sql statement error in admin/modules/nucalendar.php

Just open the file admin/modules/nucalendar.php

Find
Code:
if (!eregi("admin.php", $PHP_SELF)) { die ("Access Denied"); }

$result = sql_query("select radminlink, radminsuper from ".$prefix."_authors where aid='$aid'", $dbi);
list($radminlink, $radminsuper) = sql_fetch_row($result, $dbi);
if (($radminlink==1) OR ($radminsuper==1)) {
at the top of the file and replace it with this;

Code:
if (!eregi("admin.php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); }
global $prefix, $db;
$aid = substr("$aid", 0,25);
$row = $db->sql_fetchrow($db->sql_query("SELECT radminsuper FROM " . $prefix . "_authors WHERE aid='$aid'"));
if ($row['radminsuper'] == 1) {
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#12 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
07-04-2006, 12:35 AM

I wonder if there's better calendars available out there now as this topic is close to 2 years old. :?




My Daughter Rules!
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#13 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Jul 2006
07-05-2006, 11:02 AM

Ya I guess looking at the dates would be good. If anyone knows of a better calander I would like to know, Although NuCalendar works pretty good so far.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#14 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Aug 2006
08-31-2006, 02:10 AM

Im having a problem with the calender in a wierd way. I'm a noob at phpnuke so if i ask a stupis question plz tell me. The module for calender has all the pages black I have no idea y can u help plz.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#15 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
08-31-2006, 02:18 AM

Which calendar are you using, do you have screenshots and/or a link to your website?




My Daughter Rules!
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#16 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Aug 2006
09-02-2006, 11:53 PM

www.mob.ubercrue.com
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#17 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Dec 2006
12-10-2006, 07:34 AM

Im trying to get a calander, any calander running and I continue to run into the same sort of problems. So far I have tried 4ncalander and Calanderv3.0.

The problem Im getting is that after I create the tables (and I do change the sql nuke_ prefix to mydb_) and then activate the module, any time I click on the calander module it takes a looooooooooong (30 seconds or so) time to actually display the calander and perhaps every other module behaves this way as well. Also, with 4ncalander, when I activate the block, all of my left hand blocks are now on the right and my right hand blocks are no where to be seen. Another side affect is that all 'center' content is no longer displayed.

Thanks in advance for helping w/ my noobishness

edit to add another symptom -- All of the text in the administration panel is altered to add a "_" in front of it.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#18 (permalink))
Junior Member
 
Status: Offline
Posts: 57
Join Date: Nov 2006
Location: The Abyss.....
02-25-2007, 02:06 AM

Well, I know that your last one has to do with the Language file.

You have to add the _WHATEVER define to output as text in your admin language file
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Event Calender lhpnuke Site design 0 07-07-2006 08:59 PM
event module ? ferhanz Nuke 6.5 to 6.9 - Modules 0 08-06-2003 07:03 AM
Need some help with Calendar Module error Icebergue Nuke 6.5 to 6.9 - Modules 6 06-10-2003 07:12 AM
In searh of Event Module crux Purged Topics 1 03-12-2003 01:52 PM
Calendar help please :) HounD Purged Topics 1 02-04-2003 01:39 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31