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.

[HTML Page] Forum header and footer without navbar and annonations?

4 posters

Go down

Solved [HTML Page] Forum header and footer without navbar and annonations?

Post by Iesdi July 11th 2011, 6:38 pm

Ello! Much of you helped me endless times, and now I got problem once again. I want to make index HTML page that will have links to forum gallery etc.

When I put a tick on "Use forum header and footer" it looks like This.

I want to use my forum header and footer, but I dont want the navigation bar and annonations to be displayed. Only the background and the banner (I use the field description for a banner because I changed the link when you press it)

This is my forum (locked at the moment) I use PhP2


Last edited by Iesdi on July 12th 2011, 5:33 pm; edited 1 time in total
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by SC__Programmer July 11th 2011, 8:49 pm

you want to take the navigation bar off of your forum right?

Go to Display>Templates>General>overall_header.

Find "{GENERATED_NAV_BAR}" and delete it,that will take your navbar off of your forum Wink
avatar
SC__Programmer
Forumember

Male Posts : 58
Reputation : 40
Language : English

http://digitaldesigns.forumotion.com/

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by kirk July 12th 2011, 2:44 am

SC__Programmer wrote:you want to take the navigation bar off of your forum right?

Go to Display>Templates>General>overall_header.

Find "{GENERATED_NAV_BAR}" and delete it,that will take your navbar off of your forum Wink

lol no dont do that. it will remove it everywhere for the whole forum.
Unless he wants to add a custom nav to the whole forum instead?
but that will not put it on htlp pages.You have to add it to any html pages if doing it that way?

Iesdi wrote:Ello! Much of you helped me endless times, and now I got problem once again. I want to make index HTML page that will have links to forum gallery etc.

When I put a tick on "Use forum header and footer" it looks like This.

I want to use my forum header and footer, but I dont want the navigation bar and annonations to be displayed. Only the background and the banner (I use the field description for a banner because I changed the link when you press it)

This is my forum (locked at the moment) I use PhP2

So you only want the background and logo on the html page without the whole forum nav bar and footer.

so then you just add your logo/banner and background in html coding.
then as far as your navigation you will also have to make that Custer and add as well.
The footer would be the same unless you do not wish to have to have it.

It would have to be all custom because any alterations you do to your nav bar will appear like that for the whole forum as well as if you add to your HTML page.

and not sure why you are using field description for your banner? field description where. you mean your forums description?

You can just add your banner to the overall header and it will be on every page of your forum accept html pages.. for html pages you will have to add your own html code for it.

So if you can post the nav images and links you want them to go to, then i can give you a ruff draft and mark out some things in a code on where to add.

Other then that i would have to know exactly what it is you want on the page and how.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by Iesdi July 12th 2011, 4:46 am

kirk wrote:
SC__Programmer wrote:you want to take the navigation bar off of your forum right?

Go to Display>Templates>General>overall_header.

Find "{GENERATED_NAV_BAR}" and delete it,that will take your navbar off of your forum Wink

lol no dont do that. it will remove it everywhere for the whole forum.
I know.
kirk wrote:so then you just add your logo/banner and background in html coding.
This is where I got problems.

Under "Site Description" I mean this:
Gerenal -> Configuration -> Site description * -> <a href=http://eeguild.forumotion.eu/><img src=https://i.servimg.com/u/f46/14/76/41/87/redban12.jpg></a>
Display -> Pics -> Forum main logo -> https://2img.net/i/fa/empty.gif

Ok so my forum width is 918 pixels. (Gerenal -> Configuration -> Pages structure -> Forum width (number or %) : 918)

Can you give me code for the custom html page? I dont know how to make that 918 pixels box etc... I'm not much into html or css, I just like playing with the admin panel. Smile
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by kirk July 12th 2011, 9:18 am

you dont have to have your logo in the site description.
You can add the direct link in your logo section in the pic's management. then click save
https://i.servimg.com/u/f46/14/76/41/87/redban12.jpg

or you can add this at the top of you're over all header in your templates then publish.

admin panel>display>templates>general>over all header

Place this code at the very top over all the other content,hit save, then go back and click the green cross to publish it.

Code:

<br>
<center><a href=http://eeguild.forumotion.eu/><img src=http://i46.servimg.com/u/f46/14/76/41/87/redban12.jpg></a>
</center><br>
 

As far as creating a html page. it's best to have a little knowledge on basics.
We can help but it all depends what you want on the page and how you want it set up.

A good trick to know for starting out with html is, You can create everything in bbcode on your subject board like you are creating a post, then copy everything you created and go to your.

admin panel>display><generalities>homepage message.

copy that into your homepage message and hit save.. now it will automatically be converted to html. So simply copy the html and then past to your html page.

Oh but be sure to remove all the content from the homepage message or it will be there too... lol

So that is a lil trick for creating simple html from bbcode, works grate for images links and everything else you can do with bbcode.

So other then that you would have to explain what you want and provide any links and images for us to help you with basic foundation on how to set up a html page.


oh and for your page structure.
I think the default is usually 80% but i have mine set to 90% so you can just try a few different ways and you will see the differences, then just go with what you like the best
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by Iesdi July 12th 2011, 5:32 pm

kirk wrote:you dont have to have your logo in the site description.
You can add the direct link in your logo section in the pic's management. then click save
I know, but like that it will always go to /forum when clicked, and as you can see I used the index for link. Wink
kirk wrote:Place this code at the very top over all the other content,hit save, then go back and click the green cross to publish it.
Yeah, I know, as you can see I played with the templates a lot. Like moving things, and even that second navigation bar that you can see there is made by me. Twisted Evil

In a really complicated way I done the thing I wanted. Cool Just imagine that the border will be 0px solid black (it wont be visible):

http://eeguild.forumotion.eu/h6-index1

If someone is curious for my methods, here is my full code:
Code:


<HTML>
<HEAD>
<TITLE>Evil Empire</TITLE>
<style type="text/css">
body
{
background-image:url('http://i46.servimg.com/u/f46/14/76/41/87/redbac11.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top;
}

table, td, tr, th
{
border:1px solid white;
width:918px;
text-align:center;
vertical-align: top;
}
</style>
</head>
<BODY bgcolor=#000000 text=#949494 link=#BDBDBD vlink=#BDBDBD>
<center>
<img src=http://i46.servimg.com/u/f46/14/76/41/87/size11.png><br>
<a href=http://eeguild.forumotion.eu/><img src=http://i46.servimg.com/u/f46/14/76/41/87/redban12.jpg></a>
<br>
<br>
<br>
<table>
<tr>
<td>
-1
</td>
</tr>
</table>
<table>
<tr>
<td>
0
</td>
</tr>
</table>
<table>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
</tr>
</table>
</center>
</BODY>
</HTML>


Marked as "Solved"
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: [HTML Page] Forum header and footer without navbar and annonations?

Post by Base July 12th 2011, 5:49 pm

Solved => Locked

Very Happy
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

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