Page 1 of 1

Help with Hermes Style

Posted: 12. July 2012 06:48
by mdallaire12
Your Portal Version: 2.0.0
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.northerndefenders.org

PHP Version: 3.0.10
MySQL Version: MySQL 4.1.24

What have you done before the problem was there?
Eveything is fine or almost

What have you already tryed to solve the problem?
Tried serching the site for answers!

Description and Message
Good day,

I have installed Hermes Style following every single step. There is only one problem. First of all, on the main portal page, the link to get back to the portal is not showing in comparaison to other style (see pictures). Also, how can I change my code so when somebody click on the banner the person is directed back to the portal first page? Thanks, any help will be greatly appreciated. My community LOVE the new portal by the way!!!

Cheers!

What I want :

Image

What I have and I want to correct :

Image

Re: Help with Hermes Style

Posted: 12. July 2012 08:30
by archivar
mdallaire12 wrote: Boardlink: http://www.northerndefenders.org
You have overlooked: viewtopic.php?f=57&t=5404
open: root/styles/hermes/template/breadcrumbs.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>
In-line Add before

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
mdallaire12 wrote:Also, how can I change my code so when somebody click on the banner the person is directed back to the portal first page?
Are you looking for a bit and she be surprised what has been written.
Knowledge Base
site_logo link to Portal-Click on the Logo: leads to the Portal instead of the index page.

Re: Help with Hermes Style

Posted: 12. July 2012 13:18
by mdallaire12
Thanks, problem solved. I did not overlooked it, I just forgot about the refresh :)

Thanks again!