Page 1 of 1

green vision v3.0.7 style

Posted: 28. September 2010 23:41
by COWBOY
green vision v3.0.7 style

only reference i found was viewtopic.php?f=39&t=1890&p=12497&hilit ... ion#p12497
but that was posted in 09 ... style was updated 3/10

download site for green vision v3.0.6 http://www.phpbb.com/customise/db/style/green_vision/

download site for green vision 3.0.7 http://www.cosa-nostra-design.com/en/navigation.php#2

Style has been released for the latest phpBB version.

my forum with green vision v3.0.7 and phpBB http://gearheadoffroadclub.com/forum/

Image

Re: green vision v3.0.7 style

Posted: 29. September 2010 00:58
by archivar
Hi,
I will try for the style in the coming days, a guide, for incorporation into the portal to write.
EDIT:
For the style green_vision v. 3.0.7:
Except for the overall_header.html follow the install.xml.
Search in root / styles / green_vision / template / overall_header.html:

Code: Select all

        <div class="navbar">
            <div class="inner">
            <ul class="linklist navlinks">
                <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

                <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

                <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
                <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
                <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
                <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
            </ul>
            <ul class="linklist leftside" style="background: #B8D52D;">
                <li class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></li>
                <!-- IF U_MCP --><li>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</li><!-- ELSEIF S_USER_LOGGED_IN --><li>{CURRENT_TIME}</li><!-- ENDIF -->
            </ul>
            </div>
    </div>
replace:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
        <div class="navbar">
            <div class="inner">
            <ul class="linklist navlinks">
                <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

                <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

                <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
                <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
                <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
                <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
            </ul>
            <ul class="linklist leftside" style="background: #B8D52D;">
                <li class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></li>
                <!-- IF U_MCP --><li>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</li><!-- ELSEIF S_USER_LOGGED_IN --><li>{CURRENT_TIME}</li><!-- ENDIF -->
            </ul>
            </div>
    </div>
<!-- ENDIF -->
Detailed instructions for all, in the language English and in German, follows.

Re: green vision v3.0.7 style

Posted: 29. September 2010 10:57
by COWBOY
That's fantastic !!! Image
now if i can only get the AutoMod to work i will install Board3 portal Image

i did get home page to look like the green vision http://gearheadoffroadclub.com/

thanks for the quick response ..
Image

Re: green vision v3.0.7 style

Posted: 30. September 2010 14:09
by COWBOY
paart 2

quick fix ...all the .html files are not in the green_vision folders
so you have to find them in public.html>(phpbb3}>styles>prosilver >template( & theme) >portal

it was like 25 files i installed them to
public.html>(phpbb3}>styles>green_vision >template( & theme) >portal

or you can refresh your site in green vision and the erors will come up one at a time took me 3 hours to get site up

then refreshed style in APC and woew it looks great

http://gearheadoffroadclub.com/forum/


THANKS FOR THE GOOD START .. if you need i can get all the file names i moved
:)