Hello,
I have a little problem with the Blackpearl theme using phpbb3. I adjusted the global width of Blackpearl setting it to 800px. That works perfectly. The only little problem is that when I try to "report a post" the screen widens again above the 800px. Can somebody please tell me if there is a fix for this? Thanks for your help.
Adjusting The Width In Blackpearl Problem
Subject: Re: Adjusting The Width In Blackpearl Problem
can you provide me link and test user and pass to see the problem please ?
EDIT
ok ..look try this
open your black_pearltemplatereport_body.html
find
replace with
if this dont help , maybe its better that you send me your reduced version of "black pearl template" :wink:
EDIT
ok ..look try this
open your black_pearltemplatereport_body.html
find
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
replace with
if this dont help , maybe its better that you send me your reduced version of "black pearl template" :wink:
Subject: Re: Adjusting The Width In Blackpearl Problem
Thank you for looking. I adjusted the code as you showed, but it doesn't help. How can I sent you the reduced version of the black pearl template?
Subject: Re: Adjusting The Width In Blackpearl Problem
download it from your server , add it into .rar or .zip and if is below 2 mb , put it here like attachment :wink:
PS i forget ... affter you made changes like i sad , did you emptyed cache ? you gona dont see any change if you dont empty cache
Ton1512 wrote: [View Post]
download it from your server , add it into .rar or .zip and if is below 2 mb , put it here like attachment :wink:
PS i forget ... affter you made changes like i sad , did you emptyed cache ? you gona dont see any change if you dont empty cache
Subject: Re: Adjusting The Width In Blackpearl Problem
Do you mean the template directory or the total blackperal directory?
Subject: Re: Adjusting The Width In Blackpearl Problem
look how i see your page on my localhost , i think is messed something because also your rows are "not so addapted"
but i played a bit with it so let see if gona work also for you (i m not shure)
so in stylesheet.css
change
with
and in overall_header.html
find
replace with
also change font-size to : 10px in your stijl.css
empty cache exept this file tpl_black_pearl__mg_config.html.php
u shoud get like this
please backup this 2 files stylesheet.css and overall_header.html before you try my changes
please let me know if this helped :wink:

but i played a bit with it so let see if gona work also for you (i m not shure)
so in stylesheet.css
change
#wrapper{
/* clear: both; */
margin: 0px 0px 0px 0px;
width: 90%;
/* width: 90%; */
}
/* clear: both; */
margin: 0px 0px 0px 0px;
width: 90%;
/* width: 90%; */
}
with
#wrapper{
/* clear: both; */
margin: 0px 0px 0px 0px;
width: 100%;
/* width: 90%; */
}
/* clear: both; */
margin: 0px 0px 0px 0px;
width: 100%;
/* width: 90%; */
}
and in overall_header.html
find
<!-- <div id="wrapper"> -->
<div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;">
<div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;">
replace with
<div id="wrapper">
<!-- <div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;"> -->
<!-- <div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;"> -->
also change font-size to : 10px in your stijl.css
empty cache exept this file tpl_black_pearl__mg_config.html.php
u shoud get like this

please backup this 2 files stylesheet.css and overall_header.html before you try my changes
please let me know if this helped :wink:
Subject: Re: Adjusting The Width In Blackpearl Problem
I adjusted the codes as you pointed out. But when I change the width in #wrapper to 90%, the blackpearl template is not in the middle of my site (between the brown lines). So I changed the width in #wrapper to 792px. After this it is straight in the middle ( within IE and Firefox) Thanks for this. But the report a post screen still jumps over the brownline at the right side. Could this be a browser issue? You are using Opera I think and there the report this post screen looks good.
Subject: Re: Adjusting The Width In Blackpearl Problem
noo look again my post ... put wrapper to 100%
i tryed with opera , FF , and IE and it work for me
did you emtyed cache ? in root of your forum ? all exept this file tpl_black_pearl__mg_config.html.php
Ton1512 wrote: [View Post]
noo look again my post ... put wrapper to 100%
i tryed with opera , FF , and IE and it work for me
did you emtyed cache ? in root of your forum ? all exept this file tpl_black_pearl__mg_config.html.php
Subject: Re: Adjusting The Width In Blackpearl Problem
Well I put it back to 100% but still the "report a post screen" jumps out of the lines. I emtptied the cache via the ACP menu. Is that correct?
Limun wrote: [View Post]
Well I put it back to 100% but still the "report a post screen" jumps out of the lines. I emtptied the cache via the ACP menu. Is that correct?
Subject: Re: Adjusting The Width In Blackpearl Problem
no , try please in root folder of your phpbb3 forum
but dont delete tpl_black_pearl__mg_config.html.php
Ton1512 wrote: [View Post]
no , try please in root folder of your phpbb3 forum
but dont delete tpl_black_pearl__mg_config.html.php
Subject: Re: Adjusting The Width In Blackpearl Problem
Limun, I think I'm quit stupid but I don't know how to do that. I can do a clear cache in the ACPunder general or in styles and under templates clear the cache. I don't know how I can skip to delete tpl_black_pearl__mg_config.html.php
Limun wrote: [View Post]
Limun, I think I'm quit stupid but I don't know how to do that. I can do a clear cache in the ACPunder general or in styles and under templates clear the cache. I don't know how I can skip to delete tpl_black_pearl__mg_config.html.php
Subject: Re: Adjusting The Width In Blackpearl Problem
no man , u are not stupid
folder cache with files inside are in your root directory , and you can see it if you use some ftp editor or via CP of your server (not ACP in your site)
so ...where you uploated your phpbb3 files when you instaled this forum - there is also cache folder...
i m asking you to empty that cache folder because i done see any changes
and take a look to one one other change ...
your
and mine with your style (this how its correct)
report now work corectly on my site with your template , so i supose :
1. cache problem (we will see when you empty it)
2. you didnt added corectly something
3. maybe i m doing something wrong (but i think no because on my site now work perfectly)
folder cache with files inside are in your root directory , and you can see it if you use some ftp editor or via CP of your server (not ACP in your site)
so ...where you uploated your phpbb3 files when you instaled this forum - there is also cache folder...
i m asking you to empty that cache folder because i done see any changes
and take a look to one one other change ...
your

and mine with your style (this how its correct)

report now work corectly on my site with your template , so i supose :
1. cache problem (we will see when you empty it)
2. you didnt added corectly something
3. maybe i m doing something wrong (but i think no because on my site now work perfectly)
Page 1 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0879s (PHP: 24% SQL: 76%)
SQL queries: 11 - Debug Off - GZIP Enabled