Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Resources  Hop To Forums  Design Blox    Left Hand Navigation

Moderators: Judd
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Member
Picture of Valeryvie
Posted
We are interested in adding a left hand navigation area to our boards - where do we put the html for this?

Thanks!


Valery
VenusDivas.com: plus size life
DivaBoutique.com: plus size clothing
VenusDivaDating.com: curvy love and romance
 
Posts: 87 | Location: Vancouver, WA | Registered: June 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee Virtuoso
Picture of Paul Gude
Posted Hide Post
Hi, Valery!

Navigation bars like the one you describe are usually implemented by eve users by way of dividing the page up into multiple table rows and cells using Custom HTML.

You can find your Custom HTML here:

Eve Control Panel > Display > Settings > (Click the "#Edit" icon next to the style you use for your community) > Custom HTML

The table makes a framework, and then the content goes inside of it.

To make a side navigation bar, you'll want create a table row that contains a cell before the eve content (for the bar to live) and then has a cell containing the eve content itself.

You can accomplish it this way:

For the field called "Insert After Opening Body Tag," you'd add this:

<table>
<tr>
<td>
***This is the cell that contains the side nav bar.***
</td>
<td>
***This is the opening of the cell that will contain the eve content. Note that we don't close it.***

That's it for the first part.

Next, we'd add the following in the field called "Insert Before Closing Body Tag":

***Note that the next line closes the cell that contains the eve content****
</td>
</tr>
</table>

That's pretty much it!

Of course, if you already have custom HTML settings for a header, etc, you'll have to work these changes into them.


Paul Gude
Groupee Guide
 
Posts: 379 | Registered: September 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Picture of Valeryvie
Posted Hide Post
Thanks Paul! I will give it a try :-)


Valery
VenusDivas.com: plus size life
DivaBoutique.com: plus size clothing
VenusDivaDating.com: curvy love and romance
 
Posts: 87 | Location: Vancouver, WA | Registered: June 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Picture of Valeryvie
Posted Hide Post
I just tried it and am doing something wrong - the left side content is long and it pushed the boards down below that - any suggstions?


Valery
VenusDivas.com: plus size life
DivaBoutique.com: plus size clothing
VenusDivaDating.com: curvy love and romance
 
Posts: 87 | Location: Vancouver, WA | Registered: June 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee Virtuoso
Picture of Paul Gude
Posted Hide Post
If you've got everything inserted correctly, it may be that you'll need to add width information or the like.

Can you post a link to the page?


Paul Gude
Groupee Guide
 
Posts: 379 | Registered: September 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Picture of Valeryvie
Posted Hide Post
Hi Paul :-)

Well, I finally had some time and have been able to get this to work like a charm!

Now, I needed to add one more thing -- above the eve content section, I need to add something -- how do I do this?

ie. The picture links at the top of this page:
http://www.venusimaging.com

I want to mirror on the boards page above the boards:
http://venusimaging.com/eve/ubb.x

Thanks for your help :-)


Valery
VenusDivas.com: plus size life
DivaBoutique.com: plus size clothing
VenusDivaDating.com: curvy love and romance
 
Posts: 87 | Location: Vancouver, WA | Registered: June 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Resources  Hop To Forums  Design Blox    Left Hand Navigation