The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[solved] links in personal module in Portal page

4 posters

Go down

[solved] links in personal module in Portal page Empty [solved] links in personal module in Portal page

Post by aldgasite 8th April 2008, 06:38

I created a module to portal page. in that module, I need to make list of links to reroute my members to a such places for instance, a southeast tournment.

I read in other post about going in Nav links and make a customed links. I wonder if I can make a customed nav links and move those links in the module I want them to be at? I dont want them to be mixed with header links.
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by Uber Lord 8th April 2008, 06:45

So are you asking for the Code/script? well here.
Code:
<a href="Link here"> "Name here"</a>


~Uber Lord


Last edited by Uber Lord on 8th April 2008, 07:11; edited 2 times in total
Uber Lord
Uber Lord
Forumember

Male Posts : 710
Reputation : 18
Language : English
Location : USA

http://computerworld.forumotion.com/index.htm

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 8th April 2008, 06:59

I didnt know it was code/script Embarassed

How about picture? Can I add a pix to representing the link?
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by travis_cooper 8th April 2008, 07:01

aldgasite wrote:I didnt know it was code/script Embarassed

How about picture? Can I add a pix to representing the link?

Sure you can put any html you want in there.
Code:
<a href="http://link_url"><img src="http://img_url" /></a>
travis_cooper
travis_cooper
Forumember

Male Posts : 698
Reputation : 0
Language : English
Location : Salt Lake City, Utah

http://photochallenge.forumotion.com/

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 8th April 2008, 07:11

What name of font should I use for the name of the link? Is there a list in admin for some choices?
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by Uber Lord 8th April 2008, 07:12

Basic computer fonts.
Uber Lord
Uber Lord
Forumember

Male Posts : 710
Reputation : 18
Language : English
Location : USA

http://computerworld.forumotion.com/index.htm

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 9th April 2008, 04:37

please give me the code for this.. I need an example because I had tried this many times and I couldnt get it to work.

the website is this...
http://www.sedga.org/

the image is this...
[solved] links in personal module in Portal page SEDGALink

please fix the code?
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by nai kiba 9th April 2008, 04:45

aldgasite wrote:please give me the code for this.. I need an example because I had tried this many times and I couldnt get it to work.

the website is this...
http://www.sedga.org/

the image is this...
[solved] links in personal module in Portal page SEDGALink

please fix the code?

here you go
Code:
<a href="http://www.sedga.org/"><img src="http://i156.photobucket.com/albums/t17/ztwild/SEDGALink.jpg" /></a>
nai kiba
nai kiba
Forumember

Male Posts : 174
Reputation : 0
Language : english
Location : Mahwah, NJ

http://aggcentral.niceboard.net/portal.htm

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 9th April 2008, 18:04

it works! thanks! I appreciate the help! Very good
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 9th April 2008, 22:38

got a new problem need ya all assistance. I got the link working great. I want to add more links in the same module but when I add em, the portal preview showing the image links in the horizontal row and I want them to be listed in vertical row. How can I fix that?
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by nai kiba 9th April 2008, 23:12

you can only add one link for one image
nai kiba
nai kiba
Forumember

Male Posts : 174
Reputation : 0
Language : english
Location : Mahwah, NJ

http://aggcentral.niceboard.net/portal.htm

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by travis_cooper 9th April 2008, 23:27

You have to think of those as html pages. Hitting enter doesn't mean newline to html. To get a line break in html just use <br> that tells html to go to a newline.
travis_cooper
travis_cooper
Forumember

Male Posts : 698
Reputation : 0
Language : English
Location : Salt Lake City, Utah

http://photochallenge.forumotion.com/

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 10th April 2008, 01:06

where do I put the <br>?
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by aldgasite 10th April 2008, 01:08

I apologize sincerely for double post... I got it working, thanks Travis! you the man! king
aldgasite
aldgasite
Forumember

Male Posts : 35
Reputation : 0
Language : English
Location : Alabama

Back to top Go down

[solved] links in personal module in Portal page Empty Re: [solved] links in personal module in Portal page

Post by travis_cooper 10th April 2008, 01:13

I'm glad we could help, rather than double posting, you can just hit the edit button on your previous post and add it to that post. That way you can add more information without double posting.

Since this appears to be solved, I'm marking it as solved and locking this thread.
travis_cooper
travis_cooper
Forumember

Male Posts : 698
Reputation : 0
Language : English
Location : Salt Lake City, Utah

http://photochallenge.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum