» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 49
0 members and 49 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11: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
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Is it possible to create module that links to another site? within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; I am wanting to create a few modules that link to an entirely different site. I have no clue about ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-20-2005, 12:27 AM
Junior Member
 
Join Date: Apr 2005
Posts: 7
Is it possible to create module that links to another site?
I am wanting to create a few modules that link to an entirely different site. I have no clue about coding, so I'm completely dependant on others. Any thoughts, suggestions, or directions anyone can point me would be extrememly helpful!

Running PHPNuke 7.5
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-21-2005, 04:10 PM
Junior Member
 
Join Date: Apr 2005
Posts: 8
Re: Is it possible to create module that links to another si
Originally Posted by -tears
I am wanting to create a few modules that link to an entirely different site. I have no clue about coding, so I'm completely dependant on others. Any thoughts, suggestions, or directions anyone can point me would be extrememly helpful!

Running PHPNuke 7.5
It is possible, depending on the details of your needs.

The easy ways you can try first to see if they suit your needs:

1. Go into your blocks area through the admin contol panel in nuke. Add a new block with the standard html link code and text you want to show. That will give you links to other sites similar to a module if you do not need to have it listed as an option in the menu.

2. Use a converson program to make a module out of html. I have seen them all over on nuke design sites such as disipal.com. I don't know if they work but it is worth giving it a try.

3. Have (pay?) someone to do custom modules for you. Making a module is somewhat involved so there is no magic answer to solve all of your module creation needs (I wish there were).

4. Search the web for a similar module someone has already created and use that. I have seen this question about links in a module asked on other sites so either you are getting around or there are others who need something similar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-21-2005, 04:14 PM
Moderator
 
Join Date: Oct 2004
Posts: 260
so, what you need is just to link to an external site from your site? Just create a custom block with html from your nuke admin panel and put the urls you want.
__________________
read me before posting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-21-2005, 07:52 PM
Junior Member
 
Join Date: Apr 2005
Posts: 7
thanks
This is my first time asking...so I'm not getting around with this topic just yet! 8)

I was able to create a sep. block with the links. Thanks for the suggestions!!! Still would like to make a link in the modules list, but this will do fine!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-22-2005, 02:02 AM
Junior Member
 
Join Date: Apr 2005
Posts: 8
Send the link to your site via PM with login info if needed or post. Once I have seen what you have done I might be able to make a simple module that you can link to in your menu. No promises but I will have a look if you want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-22-2005, 04:30 AM
Moderator
 
Join Date: Oct 2004
Posts: 260
You will have to edit the block-modules.php located in the blocks/ folder, then just add the link you want like
Code:
$content .= "<a href=\"http://yourlinkhere\">yourtexthere</a>";
just before the
Code:
?>
__________________
read me before posting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-22-2005, 12:03 PM
Junior Member
 
Join Date: Apr 2005
Posts: 7
site
The site is IAmNoob

I got a sep. block working, and now I was able to put a link in the modules list, but I'm gonna have to work with it a bit!!!

I am a lot closer to what I'd like, you guys are a huge help! Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-22-2005, 12:24 PM
Junior Member
 
Join Date: Apr 2005
Posts: 7
Originally Posted by genoxide
You will have to edit the block-modules.php located in the blocks/ folder, then just add the link you want like
Code:
$content .= "<a href=\"http://yourlinkhere\">yourtexthere</a>";
just before the
Code:
?>
Thanks, genoxide, I got it working right! I appreciate your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-22-2005, 06:27 PM
Junior Member
 
Join Date: Mar 2005
Location: Columbus Ohio
Posts: 9
Send a message via AIM to LunaFaye Send a message via Yahoo to LunaFaye
Re: External Link
I was looking for an answer to this very question.

This information was quite helpful. I added the following code to my block-modules.php file:

Quote:
$content .= "<big>&middot;</big><a href=\"http://paethieon.com/Chat/index.php\">Chat</a>";
I do have an additional question though, now that I have added the above code, I have a link that looks like this:
· Chat

The only problem is that it is appearing at the bottom of my sections list, and I am unable to assign it permissions. How could I make it so that it is in alphabetical order, like the rest of the links in my Sections, and viewable to only registered members?

Thank you for any assistance you can provide.

Luna Faye
__________________
Oracle of Pæthieon

http://www.paethieon.com
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
Block that links to an external site. chriss366 Nuke 7.x - Blocks 1 12-22-2006 08:16 AM
How To Create Link In Php-Nuke To Another Site! prince_simi Nuke 7.x - Blocks 4 02-16-2005 02:38 PM
Need to create a home/portal? page for my site. deepsand Purged Topics 0 09-18-2004 04:13 AM
How to create module core Site design 4 07-09-2004 11:57 AM
web links module bug or smth? Nuke 6.5 to 6.9 - Modules 1 07-03-2003 07:13 PM


All times are GMT -5. The time now is 12:20 PM.


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