Shoutbox

PHPNuke Help! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: PHPNuke Help! (/showthread.php?tid=38290)

PHPNuke Help! by brianjdupuis on 02-12-2005 at 02:14 AM

Just wondering if anyone can help me with my web site, its just a quick question. My question is that I have a web page that I want to link but I want to put it on the main menu like where it says: Home, Downloads, etc... But not sure how to do that! If anyone knows PHPNuke perty good add me on msn or email or message me!

Info:
briandupuis@hotmail.com
web site: www.hatss.ca

ThANK u SOOO MUCH! :)


RE: PHPNuke Help! by user27089 on 02-12-2005 at 11:25 AM

You have to go to admininstration, then from there, you have to press 'modules' and activate it, but first you need to place a file in /modules/.

quote:
Originally posted by phpnuke

If you want to remove a module just delete it from the /modules/ directory, the system will automaticaly update your database to show the changes.


RE: PHPNuke Help! by brianjdupuis on 02-12-2005 at 04:43 PM

okay but what happens if the thing doesn't have a module??

Like what i want to link is this: http://www.hatss.ca/coppermine/index.php

to my site

www.hatss.ca

but i dont want to put in the web link directory.

Thanks!


RE: PHPNuke Help! by brianjdupuis on 02-17-2005 at 01:58 AM

IF THERE IS ANYONE WHO KNOWS PHPNuke Perty good can you add me on msn briandupuis@hotmail.com

p.s: Need help adding a link to the main page

site: www.hatss.ca

site i want added to hatss http://www.hatss.ca/coppermine/index.php
thank you


RE: PHPNuke Help! by Concord Dawn on 02-17-2005 at 04:11 AM

quote:
Originally posted by brianjdupuis
IF THERE IS ANYONE WHO KNOWS PHPNuke Perty good can you add me on msn briandupuis@hotmail.com

p.s: Need help adding a link to the main page

site: www.hatss.ca

site i want added to hatss http://www.hatss.ca/coppermine/index.php
thank you

Why don't you just put the link in by putting the code where it needs to go. By grabbing the source HTML from your page, I'll tell you that it needs to go here:

code:
<strong><big>&middot;</big></strong>&nbsp;<a href="index.php">Home</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Downloads">Downloads</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Encyclopedia">Encyclopedia</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=FAQ">FAQ</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Forums">Forums</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Search">Search</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Site_Messenger">Site Messenger</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Surveys">Surveys</a><br>

<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Web_Links">Web Links</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Your_Account">Your Account</a><br>


after this you need to put this code in :

code:
<strong><big>&middot;</bit></stong>&nbsp;<a href="http://www.hatss.ca/coppermine/index.php">Student Photo Gallery</a><br>


RE: PHPNuke Help! by brianjdupuis on 02-17-2005 at 05:40 PM

Where do I find this file to make the modifcations to this file?


RE: PHPNuke Help! by Concord Dawn on 02-17-2005 at 08:51 PM

Whatever the file is called that displays your homepage.


RE: PHPNuke Help! by brianjdupuis on 02-17-2005 at 11:01 PM

Yeah and that is the index.php file but it doesn't show the menu and all the code for that because remeber this is PHPNuke not Plain htm using frontpage lol


RE: PHPNuke Help! by Concord Dawn on 02-18-2005 at 04:28 AM

Just open the file in Wordpad and do it.