المشاركة الأصلية كتبت بواسطة: Soliman اصلاً عنوان اسم المنتدى ملغي من زمان عنوان المواضيع
- قالب الـ headinclud اعده لأصلة
وملف includes/functions.class.php اعد رفعه من آخر نسخة
يفضل ان تعيد تحميل آخر نسخة محدثة من الموقع الرسميhttps://pbboard.info/
أعلم , لم أعدل على أي قالب , هذا محتوى القالب :
CODE نسخ الكود
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#" dir="{$_CONF['info_row']['content_dir']}" xml:lang="{$_CONF['info_row']['content_language']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<!-- no cache headers -->
<meta http-**="Pragma" content="no-cache" />
<meta http-**="Expires" content="-1" />
<meta http-**="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-**="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta http-**="Content-Language" content="{$_CONF['info_row']['content_language']}" />
{if {$index}}
<meta name="keywords" content="{$keywords}" />
{else}
<meta name="keywords" content="{Des::while}{tags}{$tags['tag']},{/Des::while}keyword" />
{/if}
<meta name="description" content="{$description}" />
<!--[if gte IE 7]><meta http-**="X-UA-Compatible" content="IE=EmulateIE7" /><![endif]-->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="{$ForumAdress}
{$style_path}" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="{$lang['rss_subject']}" href="
{$ForumAdress}index.php?page=rss&subject=1" />
{if {$index}}
<link rel="alternate" type="application/rss+xml" title="{$lang['rss_section']}" href="{$ForumAdress}
index.php?page=rss&section=1&id={$SECTION_ID}" />
{/if}
<style type="text/css" media="all">
/*action_find_addons_css_1*/
/*action_find_addons_css_2*/
@import url("images/friend/style.css");
</style>
<script type="text/javascript" src="{$ForumAdress}includes/js/pbboardCode.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/pbboard_global.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/jquery.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/poem.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/shCore.js"></script>
<script type="text/javascript" src="{$ForumAdress}includes/js/shBrushPhp.js"></script>
<script type="text/javascript">SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all();</script>
{if {$_CONF['info_row']['resize_imagesAllow']} == 1}
{template}imgs_resize{/template}
{/if}
<style type="text/css">.shakeimage{position:relative}</style>
<script type="text/javascript" src="{$ForumAdress}includes/js/effects.js"></script>
<title>{$title}
{if {$_CONF['info_row']['allowed_powered']} == 1}
- {$lang['powered']}
{/if}</title>
{if {$_CONF['info_row']['tags_cloud_css']} == 1}
<link rel="stylesheet" href="css/tagcloud.css" type="text/css" />
{/if}
{if {$_CONF['info_row']['tags_cloud_css']} == 1}
<link rel="stylesheet" href="css/tagcloud.css" type="text/css" />
{/if}
{if {$_CONF['info_row']['sidebar_active']} }
<style type="text/css" media="screen" >
.left {float: left;}
.right {float: right;}
.clearer {clear: both;display: block;font-size: 0;height: 0;line-height: 0;}
.hidden {display: none;}
#sidebar {border: 0px;display: none;}
#content {border: 0px;width: 99%;}
.use-sidebar #content {width: <?php echo (99 - $PowerBB->_CONF['template']['_CONF']['info_row']['sidebar_width']);?>%;}
.use-sidebar #sidebar {display: block;width: {$_CONF['info_row']['sidebar_width']}%;}
.sidebar-at-left #sidebar {margin-right: 0;margin-top:{$_CONF['info_row']['side_bar_top']}px;}
.sidebar-at-right #sidebar {margin-left: 0;margin-top:{$_CONF['info_row']['side_bar_top']}px;}
.sidebar-at-left #content, .use-sidebar.sidebar-at-right #sidebar, .sidebar-at-right #separator {float: right;}
.sidebar-at-right #content, .use-sidebar.sidebar-at-left #sidebar, .sidebar-at-left #separator {float: left;}
#separator {background: url('develop/toggle.gif') no-repeat center top;display: block;outline: none;width: 1%;margin-top:{$_CONF['info_row']['side_bar_top']}px;}
.use-sidebar #separator {background: url('develop/toggle.gif') no-repeat center top;border-color: #FFF;}
#separator:hover {}
</style>
{/if}
<script type="text/javascript">
$(document).ready(function () {
$('#toggle-view li').click(function () {
var text = $(this).children('div.panel');
if (text.is(':hidden')) {
text.slideDown('200');
} else {
text.slideUp('200');
}
});
});
</script>
<?php
if($PowerBB->_GET['page']=='topic')
{
?>
<meta property="fb:app_id" content="{$_CONF['info_row']['facebook_appid']}"/>
<meta property="og:title" content="{$title}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<?php echo $PowerBB->functions->GetForumAdress().$PowerBB->functions->rewriterule('index.php?page=topic&show=1&id=').$PowerBB->_GET['id'];?>" />
{if {$_CONF['info_row']['facebook_img_active']}==1}
<meta property="og:image" content="{$_CONF['info_row']['facebook_img']}" />
{/if}
<?php
}
else
{
?>
{if {$_CONF['info_row']['facebook_siteimg_active']}==1 }
<meta property="fb:app_id" content="{$_CONF['info_row']['facebook_appid']}"/>
<meta property="og:title" content="{$title}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<?php echo $PowerBB->functions->GetForumAdress();?>index.php" />
<meta property="og:image" content="{$_CONF['info_row']['facebook_img']}" />
{/if}
{/if}
</head>
<body>
<?php if($PowerBB->_CONF['template']['index'] || $PowerBB->_GET['page'])
{
?>
{if {$_CONF['info_row']['redirect_links_active']} == '1'}
{if {$_CONF['info_row']['redirect_encode64']} == '1'}
{template}redirect64{/template}
{else}
{template}redirect{/template}
{/if}
{/if}
<?php } ?>
{if {$_CONF['info_row']['redirect_links_active']} == '1'}
{if !{$redirect}}
{template}redirect{/template}
{/if}
{/if}
<?php if($PowerBB->_CONF['template']['index'] || $PowerBB->_GET['page'])
{
if(!stristr($PowerBB->_SERVER['PHP_SELF'],'redirect.php')){
?>
{if {$_CONF['info_row']['redirect_links_active']} == '1'}
{if {$_CONF['info_row']['redirect_encode64']} == '1'}
{template}redirect64{/template}
{else}
{template}redirect{/template}
{/if}
{/if}
<?php
}
} ?>
{template}header{/template}
لا أعتقد أن المشكل في الستايل لان جميع الستايلات بها نفس المشكل و يمكنك تغيير الستايل أسفل المنتدى
قمت بإعادة رفع الملفات من نسخة حملتها من الموقع حديثا و نفس المشكل