[Important] get Phpbb3 from punbb Forumotion tutorial from leelo
4 posters
Page 1 of 1
[Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Hello. When I use this tutorial: https://help.forumotion.com/t77978-how-to-get-phpbb3-version-from-punbb
The Buttons in the Text Editor are away.. i would change my Forum version.. is the CSS or the termple not new?
Pleas update this tutorial or help my..
The Buttons in the Text Editor are away.. i would change my Forum version.. is the CSS or the termple not new?
Pleas update this tutorial or help my..
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Hi,
The tutorial was made by Mex, hence the 'Regards Mex' just he doesn't have the ability to post in there.
Could you give us a screenshot of what you mean of 'AWAY'?
The tutorial was made by Mex, hence the 'Regards Mex' just he doesn't have the ability to post in there.
Could you give us a screenshot of what you mean of 'AWAY'?
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
http://img3.fotos-hochladen.net/uploads/neuesthemaschos1dt5wmnx.png
there.
Would you have the forum url? an Admin account?
there.
Would you have the forum url? an Admin account?
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Have you edited the posting_body template?
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
no, but when I delete the termaples from the tutorial .. all works
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
would you have founder rights so that you can look at the termaples? its important..
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the EDIT button instead. Since this is your 3rd reminder about this, you have received an infraction. |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Replace your overall_header with this:
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="min-width" xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_LANG_HTML}" lang="{L_LANG_HTML}" dir="{S_CONTENT_DIRECTION}">
<head>
<!-- BEGIN meta_emulate_ie7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!-- END meta_emulate_ie7 -->
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="Content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
{META_FAVICO}
{META}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_ticker -->
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<!-- END switch_ticker -->
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
pm.focus();
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN hitskin_preview -->
<style type="text/css">
#hitskin_preview {
margin: 0; padding: 0;
position: fixed;
top: 0; left: 0;
width: 100%;
height: 65px;
background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
color: #fff;
}
* html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
position: absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
z-index: 2;
background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
}
* html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
background: #fff url(foo) fixed;
}
#hitskin_preview h1 {
float: left;
margin: 3px 0 0 0;
padding: 0 0 0 10px;
font: italic normal 25px Arial,sans serif;
color: #fff;
}
#hitskin_preview h1 img {
vertical-align: middle;
}
#hitskin_preview em {
color: #7CBA2C;
font-weight: bold;
}
#hitskin_preview a {
color: #fff;
}
#hitskin_preview a:hover {
text-decoration: underline;
}
#hitskin_preview .content {
text-align: right;
}
#hitskin_preview .content p {
margin: 4px 1em 0px 1em;
font-size: 13px;
line-height: 1.8em;
color: #fff;
font-weight: bold;
}
#hitskin_preview .content p span {
font-weight: normal;
font-size: 0.8em;
}
body {
margin-top: 40px !important;
}
{hitskin_preview.HITSKIN_RTL_CSS}
</style>
<!-- END hitskin_preview -->
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div class="pun">
<div id="pun-intro" class="clearfix">
<a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
<!-- END switch_desc -->
</div>
<div id="pun-head">
<div id="pun-navlinks">
<ul class="clearfix">
<li>{GENERATED_NAV_BAR}</li>
</ul>
</br>
<div id="search_box">
<form action="/search.forum" method="get">
<input type="text" class="inputbox medium" name="search_keywords" size="24" onfocus="this.value=''" value="Search..." style="border: 0px; width: 172px; height: 20px; background-color: transparent;" /><input type="submit" id="searchbutton" value="" title="Search" />{JS_SESSION_ID_INPUT}
</form>
</div>
</div>
</div>
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Works fine with me. Try replacing all of the templates given in the tutorials. Then replace the overall_header with the code i posted.
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
but not by me.. would you have a founder account?
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
thank youE-Mark wrote:Ok. PM me .
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Done . You didn't publish it. xD.
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
oh Thank you
And can you find the Problem, why the Chatbox has this image: https://2img.net/i/fa/prosilver/bg_header.gif
and why the Modules wont be show?
And can you find the Problem, why the Chatbox has this image: https://2img.net/i/fa/prosilver/bg_header.gif
and why the Modules wont be show?
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Hi,
Is this solved? I think you should create a new topic for your new problem for better assistance
Is this solved? I think you should create a new topic for your new problem for better assistance
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: [Important] get Phpbb3 from punbb Forumotion tutorial from leelo
Since this thread appears to be solved, I will mark this thread as Solved and move it now. Note: You can also help the staff member's work by EDITING your topic and marking it as Solved. |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» How to get phpbb3 version from PunBB?
» Changing JavaScript from phpBB3 to punBB
» Change existing forum from punbb to phpbb3?
» Important: modification of Forumotion domains.ca
» What version of punBB is installed on Forumotion?
» Changing JavaScript from phpBB3 to punBB
» Change existing forum from punbb to phpbb3?
» Important: modification of Forumotion domains.ca
» What version of punBB is installed on Forumotion?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum