Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.3
Author Message
HauntedWebby
Involved
Involved



Joined: May 19, 2004
Posts: 363
Location: Ogden, UT

PostPosted: Tue Jul 27, 2004 11:20 am Reply with quote

Ok I'm going to port into Raven's 7.3 disto a cookbook module. I have the php code that works great, but would like to have it work seamless with my nuke.

Currently anyone can submit/review/vote on recipes. Once I'm more comfortable with working with nuke I'll change it shows whom submitted/reviewed/voted and a few more tweaks. Right now for it to just show up as a module, have all the blocks where they are suppose to be and the script working will make me happy Very Happy

I've been taking apart other modules to see how they tick. I think I have a vague idea of what to do Laughing

Any quick tips to make it go easy?

_________________
--Webby-- 
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Jul 27, 2004 4:57 pm Reply with quote

The way I always start out is to simply "wrap" the main php file in the nuke module wrapper. That gives me a glimpse into the future effort Wink (note the "include" line)
Code:
<?php

if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}

$module_name = basename(dirname(__FILE__));

$index = 1;

include("header.php");
OpenTable();

include("cookbook_main_file.php");

CloseTable();
include("footer.php");
?>
 
View user's profile Send private message
HauntedWebby







PostPosted: Wed Jul 28, 2004 9:38 am Reply with quote

I had the upper part, but not the lower part Smile The colors match the theme and blocks are there. Now I just have to figure out 2 errors.

(Note: I tried to post them before but a black screen popped up saying I was banned .... so I'm not going to do that again Laughing)
 
Raven







PostPosted: Wed Jul 28, 2004 9:52 am Reply with quote

Send me an email
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.3

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©