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.

Portal question

4 posters

Go down

Portal question Empty Portal question

Post by Mona August 14th 2008, 8:32 pm

Hi. I want to place a link to a HTML page from my portal. What I am looking to do is this....I have memberships on webrings and each requires a banner link back to them. I don't want to have them all on my portal and would much rather have a link on my portal to redirect to an HTML page that displays all the webrings. Something like a link that says WEBRINGS that once clicked on will redirect them to the HTML page I created. I made the HTML page but I can't figure out how to get the clickable link on my portal. Can this be done? If so, how?


Thank you.
avatar
Mona
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Portal question Empty Re: Portal question

Post by Mona August 17th 2008, 2:24 am

Did I put this in the wrong place?
avatar
Mona
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Portal question Empty Re: Portal question

Post by dark_raptor August 17th 2008, 2:40 am

Can I have a link to your website to see what you are talking about so I can get a better idea of what you mean.
dark_raptor
dark_raptor
Forumember

Male Posts : 42
Reputation : 0
Language : English
Location : Florida

http://ultimategamers.darkbb.com/forum.htm

Back to top Go down

Portal question Empty Re: Portal question

Post by Ryuku August 17th 2008, 2:46 am

No..its in the right place. So, your saying you want to make a hyperlink to the html page you created on your portal? If thats the case.

Admin panel>>Modules>>Portal Management>>Structure>>Create New Block.

Then name it, click on the "A/a" button at the top right corner, and put this in the descrption.

<a href="The Webrings html page URL here">Your Text for the link here</a>

Then click the "A/a" button again, and hit save.


Last edited by Ryuku on August 17th 2008, 2:48 am; edited 1 time in total
Ryuku
Ryuku
Forumember

Male Posts : 165
Reputation : 14
Language : English

http://shinehq.heavenforum.com

Back to top Go down

Portal question Empty Re: Portal question

Post by dark_raptor August 17th 2008, 2:47 am

I thought he meant wrong place on the site. Sorry about that.
dark_raptor
dark_raptor
Forumember

Male Posts : 42
Reputation : 0
Language : English
Location : Florida

http://ultimategamers.darkbb.com/forum.htm

Back to top Go down

Portal question Empty Re: Portal question

Post by Mr.Killerguitar August 17th 2008, 3:25 am

Nice to find something that you can finally answer with fun!
Okay, I don't know how much you already did, but here is my solution for everything in your request!

1. Create a new html page at your forum what you use for all your webring buttons.
You make it by going to
Admin Panel --> Modules --> HTML pages management --> Create a new HTML page.
So, now you make a new HTML page and I advise you to choose your boards header and footer (click on "yes"). The blank field can you fill with your Webring buttons. I'd do it like that:
Code:
<center><p><b>Webrings(or however you want to title it)</b></p><</center>
<br> (this codes makes line breaks, dunno if you know that)
<br>
<br>
<code of your button>
<p>Brief description of the webring</p>
<br>
<br>
<code for next button>
Go on with that.

2. Now you need something to put your link in at the portal. If you have a block with "Affiliates" make a button and put it in the block. Alternatively you can post the link to your HTML page into your "Navigation" block.

  • 2a Making a button for the Affiliates block and add it:
    Take any picture programme you like (paint.net, photofiltre, photoshop) and make a button the color and size you like. Put something like "Click here to see our Webrings" in the button. When you're done upload it somewhere (eg your servimg account)
    Now you go to
    Admin Panel --> Modules --> Portal management --> structure --> Your affiliates block
    There you add
    Code:
    <a href="The URL of your HTML page of step one (the one with your webring-buttons)"><img  src="The URL of the button I just told you to make" /></a>
    And that's all. Click on "save" and you have what you wanted

  • 2b Post a link to your "Navigation" block:
    After you made your HTML page you go to
    Admin Panel --> Modules --> Portal management --> Structure --> Your "Nabvigation" block
    There you add
    Code:
    <br>&nbsp;<a href="URL of your HTML page you made in step one (the one with your webring-buttons">The name the link should have, something like Our Webrings</a>
    This code has to be added before the
    Code:
    </span>
    When you did that click on "save" and you're done


This is what I can offer. Choose one of the two ways.
Mr.Killerguitar
Mr.Killerguitar
Forumember

Male Posts : 388
Reputation : 6
Language : German, English, some indo-european stuff
Location : Land der Dichter und Denker, Germany

http://steal-this-site.forumieren.de/

Back to top Go down

Portal question Empty Re: Portal question

Post by Guest August 17th 2008, 4:10 am

Oh, your tutorial fu is strong tonight!



Mr.Killerguitar wrote:Nice to find something that you can finally answer with fun!
Okay, I don't know how much you already did, but here is my solution for everything in your request!

1. Create a new html page at your forum what you use for all your webring buttons.
You make it by going to
Admin Panel --> Modules --> HTML pages management --> Create a new HTML page.
So, now you make a new HTML page and I advise you to choose your boards header and footer (click on "yes"). The blank field can you fill with your Webring buttons. I'd do it like that:
Code:
<center><p><b>Webrings(or however you want to title it)</b></p><</center>
<br> (this codes makes line breaks, dunno if you know that)
<br>
<br>
<code of your button>
<p>Brief description of the webring</p>
<br>
<br>
<code for next button>
Go on with that.

2. Now you need something to put your link in at the portal. If you have a block with "Affiliates" make a button and put it in the block. Alternatively you can post the link to your HTML page into your "Navigation" block.

  • 2a Making a button for the Affiliates block and add it:
    Take any picture programme you like (paint.net, photofiltre, photoshop) and make a button the color and size you like. Put something like "Click here to see our Webrings" in the button. When you're done upload it somewhere (eg your servimg account)
    Now you go to
    Admin Panel --> Modules --> Portal management --> structure --> Your affiliates block
    There you add
    Code:
    <a href="The URL of your HTML page of step one (the one with your webring-buttons)"><img  src="The URL of the button I just told you to make" /></a>
    And that's all. Click on "save" and you have what you wanted

  • 2b Post a link to your "Navigation" block:
    After you made your HTML page you go to
    Admin Panel --> Modules --> Portal management --> Structure --> Your "Nabvigation" block
    There you add
    Code:
    <br>&nbsp;<a href="URL of your HTML page you made in step one (the one with your webring-buttons">The name the link should have, something like Our Webrings</a>
    This code has to be added before the
    Code:
    </span>
    When you did that click on "save" and you're done


This is what I can offer. Choose one of the two ways.
avatar
Guest
Guest


Back to top Go down

Portal question Empty Re: Portal question

Post by Mr.Killerguitar August 17th 2008, 4:17 am

Yepps, I just had too much coffee or so ^^

But honestly, writing tuts is much fun! I should've posted pictures as well, then it would be TOP
Mr.Killerguitar
Mr.Killerguitar
Forumember

Male Posts : 388
Reputation : 6
Language : German, English, some indo-european stuff
Location : Land der Dichter und Denker, Germany

http://steal-this-site.forumieren.de/

Back to top Go down

Portal question Empty Re: Portal question

Post by Mona August 17th 2008, 3:45 pm

Mr.Killerguitar wrote:Nice to find something that you can finally answer with fun!
Okay, I don't know how much you already did, but here is my solution for everything in your request!

1. Create a new html page at your forum what you use for all your webring buttons.
You make it by going to
Admin Panel --> Modules --> HTML pages management --> Create a new HTML page.
So, now you make a new HTML page and I advise you to choose your boards header and footer (click on "yes"). The blank field can you fill with your Webring buttons. I'd do it like that:
Code:
<center><p><b>Webrings(or however you want to title it)</b></p><</center>
<br> (this codes makes line breaks, dunno if you know that)
<br>
<br>
<code of your button>
<p>Brief description of the webring</p>
<br>
<br>
<code for next button>
Go on with that.

2. Now you need something to put your link in at the portal. If you have a block with "Affiliates" make a button and put it in the block. Alternatively you can post the link to your HTML page into your "Navigation" block.

  • 2a Making a button for the Affiliates block and add it:
    Take any picture programme you like (paint.net, photofiltre, photoshop) and make a button the color and size you like. Put something like "Click here to see our Webrings" in the button. When you're done upload it somewhere (eg your servimg account)
    Now you go to
    Admin Panel --> Modules --> Portal management --> structure --> Your affiliates block
    There you add
    Code:
    <a href="The URL of your HTML page of step one (the one with your webring-buttons)"><img  src="The URL of the button I just told you to make" /></a>
    And that's all. Click on "save" and you have what you wanted

  • 2b Post a link to your "Navigation" block:
    After you made your HTML page you go to
    Admin Panel --> Modules --> Portal management --> Structure --> Your "Nabvigation" block
    There you add
    Code:
    <br>&nbsp;<a href="URL of your HTML page you made in step one (the one with your webring-buttons">The name the link should have, something like Our Webrings</a>
    This code has to be added before the
    Code:
    </span>
    When you did that click on "save" and you're done


This is what I can offer. Choose one of the two ways.


Thank you so much!!! It's working now.
avatar
Mona
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Portal question Empty Re: Portal question

Post by Mr.Killerguitar September 18th 2008, 10:48 pm

Glad to hear that.

If you'd edit the title of the topic to something that summs up what your question is. So people who do a research can find it.
Mr.Killerguitar
Mr.Killerguitar
Forumember

Male Posts : 388
Reputation : 6
Language : German, English, some indo-european stuff
Location : Land der Dichter und Denker, Germany

http://steal-this-site.forumieren.de/

Back to top Go down

Back to top

- Similar topics

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