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/
green vision v3.0.7 style
Forum rules
Please add a download link to the requested phpBB3 style.
The requested Style has to be released for the latest phpBB version.
------
Bitte füge einen Download-Link zu dem beantragten phpBB3 Style ein.
Anpassung können nur für Styles gemacht werden, die für die aktuelle phpBB3 Version angepasst sind.
Please add a download link to the requested phpBB3 style.
The requested Style has to be released for the latest phpBB version.
------
Bitte füge einen Download-Link zu dem beantragten phpBB3 Style ein.
Anpassung können nur für Styles gemacht werden, die für die aktuelle phpBB3 Version angepasst sind.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: green vision v3.0.7 style
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:
replace:
Detailed instructions for all, in the language English and in German, follows.
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> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</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 />[ <a href="{U_MCP}">{L_MCP}</a> ]</li><!-- ELSEIF S_USER_LOGGED_IN --><li>{CURRENT_TIME}</li><!-- ENDIF -->
</ul>
</div>
</div>
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> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</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 />[ <a href="{U_MCP}">{L_MCP}</a> ]</li><!-- ELSEIF S_USER_LOGGED_IN --><li>{CURRENT_TIME}</li><!-- ENDIF -->
</ul>
</div>
</div>
<!-- ENDIF -->
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: green vision v3.0.7 style
That's fantastic !!!
now if i can only get the AutoMod to work i will install Board3 portal
i did get home page to look like the green vision http://gearheadoffroadclub.com/
thanks for the quick response ..
now if i can only get the AutoMod to work i will install Board3 portal
i did get home page to look like the green vision http://gearheadoffroadclub.com/
thanks for the quick response ..
Re: green vision v3.0.7 style
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
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