phpbb style for MkPortal
#1
Posted 10 July 2006 - 06:27 PM
http://www.phpbb.com...x.php?style=267
What steps would have to be taken to use this phpbb style on mkportal?
#2
Posted 10 July 2006 - 10:15 PM
pre said:
http://www.phpbb.com...x.php?style=267
What steps would have to be taken to use this phpbb style on mkportal?
That's a great theme you found. I like it alot.
1. The first thing to do is to install the theme on your phpBB forum.
2. Next, set the MKPortal template to "Forum" and see how it looks.
3. If it looks good then you are done. If it does not look good then please give me a URL where I can look at the theme in the Portal and I will try to help you tweak it.
-=DKC=-
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#3
Posted 12 July 2006 - 12:27 AM
I put it on my test site at http://www.nhs1975.o...ction/index.php
I have another question?
If I was to change the style I have on my main site at http://www.nhs1975.org/community
what is the easiet way to transfer all my stuff that is on my main site into the new style? Or is it automatically there with the change in styles.
That's probably a goofy question but I really don't know the answer.
#4
Posted 12 July 2006 - 11:16 PM
pre said:
what is the easiet way to transfer all my stuff that is on my main site into the new style? Or is it automatically there with the change in styles.
That's probably a goofy question but I really don't know the answer.
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#5
Posted 02 August 2006 - 12:49 AM
Hi DKC,
I loaded another mkportal and phpbb for my other site and it didn't appear right on the mkportal. The link is above to the site. The mkportal still has the blue where its' not suppose to.
If you click on the forum you can see how the color combination is suppose to be.
I did change it in the configuration the phpbb and the personal cp for my account and I click on the forum for the mkportal but it doesn't work right.
Can you help me?
#6
Posted 02 August 2006 - 11:28 PM
pre said:
Hi DKC,
I loaded another mkportal and phpbb for my other site and it didn't appear right on the mkportal. The link is above to the site. The mkportal still has the blue where its' not suppose to.
If you click on the forum you can see how the color combination is suppose to be.
I did change it in the configuration the phpbb and the personal cp for my account and I click on the forum for the mkportal but it doesn't work right.
Can you help me?
FIND in /mkportal/include/PHPBB/php_board_functions.php:
//importing medium background $pos = strpos($css2, "td.row3");REPLACE WITH:
//importing medium background $pos = strpos($css2, "td.row2");
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#7
Posted 03 August 2006 - 10:58 AM
visiblesoul said:
FIND in /mkportal/include/PHPBB/php_board_functions.php:
Code:
//importing medium background
$pos = strpos($css2, "td.row3");
REPLACE WITH:
Code:
//importing medium background
$pos = strpos($css2,
#8
Posted 03 August 2006 - 12:01 PM
pre said:
It is a bit of a trial and error process when I don't have the actual skin installed to test. If you want to give me a link where I can download the skin it will be easier for me to help.
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#9
Posted 03 August 2006 - 01:32 PM
Sorry for bothering you,
pre
#10
Posted 09 February 2007 - 02:39 AM
Could you help me out of the mess i've made..haha
I loaded a MKportal, with a phpbb and a x7Chat. I loaded the phpbb first and then the x7Chat and everything looked great. Then I added the MKportal and that is where the mess came in...although it's not the mkportal as much as I think it's the template i'm using for phpbb.
Below is the portal:
http://www.stationer...izeIT/index.php
Below is the template:
http://www.cirtexhos.../phpbb/?style=4
Here is the problems:
1. The template won't show inside the portal all I get is a blank white page.
2. I can't get into the phpbb forum to remove the template..well I don't how I should say.
What should I do or what can be done to solve it?
#11
Posted 09 February 2007 - 07:04 AM
pre said:
Could you help me out of the mess i've made..haha
I loaded a MKportal, with a phpbb and a x7Chat. I loaded the phpbb first and then the x7Chat and everything looked great. Then I added the MKportal and that is where the mess came in...although it's not the mkportal as much as I think it's the template i'm using for phpbb.
Below is the portal:
http://www.stationer...izeIT/index.php
Below is the template:
http://www.cirtexhos.../phpbb/?style=4
Here is the problems:
1. The template won't show inside the portal all I get is a blank white page.
2. I can't get into the phpbb forum to remove the template..well I don't how I should say.
What should I do or what can be done to solve it?
My best guess is that you made an error somewhere when you edited the phpBB files or there is some incompatibility with that specific skin and MKPortal.
-=DKC=-
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#12
Posted 09 February 2007 - 11:16 AM
Quote
My best guess is that you made an error somewhere when you edited the phpBB files or there is some incompatibility with that specific skin and MKPortal.
#13
Posted 09 February 2007 - 11:56 AM
pre said:
http://starfoxtj.php.../phpBB/toolkit/
I think it will allow you to set the phpBB skin back to the default.
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#14
Posted 09 February 2007 - 12:09 PM
Is there anyway to take out the dark grey background on the forum template?
#15
Posted 11 February 2007 - 01:31 PM
pre said:
Is there anyway to take out the dark grey background on the forum template?
FIND in zar_teal.css:
body {
background:#868686 url(images/background.jpg) repeat-x; margin:0; color:#3f3f3f;
}
REPLACE WITH:body {
background-color:#fff; margin:0; color:#3f3f3f;
}
Replace background-color:#fff; (white) with whatever background color you want to use.-=DKC=-
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#16
Posted 19 February 2007 - 09:23 AM
Hi DKC,
Could you help me get the template in the forum to work with the mkportal. It doesn't seem to want to change over to the forum template.
Randy
#17
Posted 19 February 2007 - 09:32 AM
pre said:
Hi DKC,
Could you help me get the template in the forum to work with the mkportal. It doesn't seem to want to change over to the forum template.
Randy
-=DKC=-
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
#18
Posted 19 February 2007 - 04:11 PM
How can I get the mkportal to stay the forum theme when I logon.
#19
Posted 19 February 2007 - 05:10 PM
Your probably busy and that's ok. I sent you over an email about a couple of the projects we had talked about. Whenever you get time.
pre
#20
Posted 20 February 2007 - 12:10 PM
pre said:
pre said:
Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.
Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.
"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













