Kevin wrote:1) see above (board3 Portal FAQ)
Ok sorry and thank for the link , i will try to do that "Moving portal.php outside of your forums directory"
Kevin wrote:2 )meta descriptions can be added in the overall_header.html - but this is for the complete forum. There is no way to add meta tags for the portal only
Ok thanks, can i ask you an exemple please ? when i open my overall_header i can find :
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<head>
{SEO_BASE_HREF}
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<title>{PAGE_TITLE}<!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF --></title>
<!-- // MOD : MSSTI RSS Feeds (V1.0.4) - Start-->
But i'm not a king in php

Thanks
Kevin wrote:3 ) see above (board3 Portal FAQ)
Ok thank you vm
Kevin wrote:4) update_board3portal_102.xml is included in the package, in the contrib directory
I just try but i can't find :
"V'U_PORTAL'=> append_sid("{$phpbb_root_path}portal.$phpEx"), in includes / functions.php
and i can't find in the overall_header :
<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
and i can't find
<li class="icon-home"><a href="{U_PORTAL}">{L_PORTAL}</a> » <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
but i have
<li class="icon-home"><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>
Sorry
