|
» 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.
|
|
|
tattoo - We are a group of tattoo enthusiasts
|
Gexa Energy - Your absolute best choice in electric service
|
|
|
|
|
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 ... |
|
 |
|
 |
|
 |

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) { |
|
|

07-04-2006, 12:35 AM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 998
|
|
|
I wonder if there's better calendars available out there now as this topic is close to 2 years old. :?
__________________
My Daughter Rules!
|

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.
|

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.
|

08-31-2006, 02:18 AM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 998
|
|
|
Which calendar are you using, do you have screenshots and/or a link to your website?
__________________
My Daughter Rules!
|

09-02-2006, 11:53 PM
|
|
Junior Member
|
|
Join Date: Aug 2006
Posts: 2
|
|
|
|

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.
|

02-25-2007, 02:06 AM
|
|
Junior Member
|
|
Join Date: Nov 2006
Location: The Abyss.....
Posts: 56
|
|
|
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
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
All times are GMT -5. The time now is 12:22 AM.