» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 219
0 members and 219 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Evden eve nakliyat - Evden eve Nakliyat
tattoo - We are a group of tattoo enthusiasts
Gexa Energy - Your absolute best choice in electric service
Texas electricity - save on electric rates

Register Now! Contact Us

About this Page
This is a discussion on event / Calendar module within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; Well I found my own answer. Just in case anybody else runs into this, here is the answer. Originally Posted ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 07-04-2006, 12:30 AM
Junior Member
 
Join Date: Jul 2006
Posts: 3
Well I found my own answer. Just in case anybody else runs into this, here is the answer.

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
  #12 (permalink)  
Old 07-04-2006, 12:35 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 998
Send a message via AIM to Duke
I wonder if there's better calendars available out there now as this topic is close to 2 years old. :?
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 07-05-2006, 11:02 AM
Junior Member
 
Join Date: Jul 2006
Posts: 3
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
  #14 (permalink)  
Old 08-31-2006, 02:10 AM
Junior Member
 
Join Date: Aug 2006
Posts: 2
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
  #15 (permalink)  
Old 08-31-2006, 02:18 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 998
Send a message via AIM to Duke
Which calendar are you using, do you have screenshots and/or a link to your website?
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 09-02-2006, 11:53 PM
Junior Member
 
Join Date: Aug 2006
Posts: 2
www.mob.ubercrue.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 12-10-2006, 07:34 AM
Junior Member
 
Join Date: Dec 2006
Posts: 5
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
  #18 (permalink)  
Old 02-25-2007, 02:06 AM
Junior Member
 
Join Date: Nov 2006
Location: The Abyss.....
Posts: 56
Send a message via AIM to gamecharmer Send a message via MSN to gamecharmer Send a message via Yahoo to gamecharmer
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


All times are GMT -5. The time now is 12:22 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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