Mchat with Board3

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.

Mchat with Board3

Postby edgaras85 » 21. May 2010 17:19

Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://csp.lt/forum

What have you done before the problem was there?


What have you already tryed to solve the problem?


How to make this mchat Mod to be in board3 footer?
Because i need to go to Main forum to see mchat in footer i need to see too on board3
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby cLinch3r » 22. May 2010 13:07

How to make this mchat Mod to be in board3 footer?
Because i need to go to Main forum to see mchat in footer i need to see too on board3



Try logging in as Admin/ACP, go yo your "mods" tab. Click on mChat Configuration on the left side menu. It will allow you to change the location of mChat to either top or bottom of Forum and it should show up the same in Board3 Portal.
I've tried it on mine and it will change both Forum and Board3 mChat to top or bottom .

Image
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby edgaras85 » 22. May 2010 15:31

For me doesnt work can you PM me your website i try to look at your portal...
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby edgaras85 » 31. May 2010 17:41

So how to make?
here instaliation : http://www.phpbb.com/community/viewtopi ... &t=1870815
And i think you need to make this default Block
Because Portal doesnt have shoutbox....
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby edgaras85 » 8. June 2010 23:55

Help someone
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby cLinch3r » 9. June 2010 01:02

edgaras85,
Can you make a link to where you downloaded your Style for your forum. What is the name of the Style?
I am not sure that I can fix the problem, but I will give it a try.
I think the problem is simple , like editing some of the Portal files to include your Style so that it will be visible in Portal as well as in Forum.
Also , you can create a stylesheet for mChat that will match the background colors of your Style
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby cLinch3r » 9. June 2010 03:55

edgaras85,
Have you tried marc's fix for including mChat for Board3 Portal ? viewtopic.php?f=21&t=3699

Find this line in your styles/prosilver/template/portal/portal_center
Code: Select all
<!-- IF S_DISPLAY_ONLINE_PORTAL_LIST and S_DISPLAY_ONLINE_LIST -->
<!-- INCLUDE portal/block/whois_online.html -->


Add after
Code: Select all
<!-- INCLUDE mchat_body.html -->


This will put mChat after the Who's online block .
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby edgaras85 » 9. June 2010 12:59

Woohhoo THANKS :)
now veryl little problem
its very small : Image
How i can make bigger in left and right side like i show in Image
Thanks
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby cLinch3r » 9. June 2010 18:57

Nice :mrgreen:
Glad to see it work.
edgaras85 wrote:Woohhoo THANKS :)
now veryl little problem
its very small


I think it is because your style's template is designed to be that wide. I am not sure if it is adjustable, As I am not familair with that style.
Also that is the size on the Board 3 Portal center block based on your style's template because it will allow left & right side blocks to be added.
What is the link to where you found that style? I will look at it.
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby edgaras85 » 9. June 2010 19:40

style called : Melankolia
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby cLinch3r » 14. June 2010 05:17

edgaras85,
To make your forum mChat look complete, the last thing you could do is make the background in mChat have the same colors as the rest of your forum instead of having Subsilver2 colors.
#1)
create a stylesheet for mChat. You can make a copy of your mchat_subsilver2.css found in your root directory > mchat folder. Use that copy and rename it mchat_Melankolia.css
Then open mchat_Melankolia.css to edit it and replace the code with this code.
Code: Select all
/**

*

* @package mChat Subsilver2 Style

* @version 1.3.1 22.08.2009

* @copyright (c) djs596 ( http://djs596.com/ ), (c) RMcGirr83 ( http://www.rmcgirr83.org/ ), (c) Stokerpiller ( http://www.phpbb3bbcodes.com/ )

* @license http://opensource.org/licenses/gpl-license.php GNU Public License

*

**/



/* mChat

------------ */

div.mChatBG1 {

   background-color: #181818;

   padding: 5px 5px 5px 15px;

   border-bottom: 1px dotted #000000;

   overflow: hidden;

}



div.mChatBG2 {

   background-color: #181818;

   padding: 5px 5px 5px 15px;

   border-bottom: 1px dotted #000000;

   overflow: hidden;

}



div.mChatRowLimit {

   overflow: auto;

   width: 100%;

   height: 200px;

}



div.mChatRowLimitCustom {

   overflow: auto;

   width: 100%;

   height: 500px;

}



div.mChatPanel {

   text-align: center;

   padding: 5px;

}



input.mChatText {

   cursor: text;

   width: 50%;

   border: 1px solid #A9B8C2;

   color: #000000;

   padding: 3px 5px 3px 5px;

   margin: 5px 0px 0px 5px;

}



input.mChatText:hover {

   border-color: #11A3EA;

}



input.mChatButton {

   width: auto;

   font-weight: bold;

   background-color: #353535;

   border: 1px solid #40bfe7;

   cursor: pointer;

   padding: 2px 5px 2px 5px;

   margin: 5px 0px 0px 5px;

   font-size: 1.1em;

}



input.mChatButton:hover {

   border-color: #40bfe7;

   color: #40bfe7;

}



div.mChatHover:hover {

   background-color: #1d1d1d;

}


#2)
Then you will need to edit your overall_header.html for Melankolia
Root > styles > Melankolia > template
Find
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_Subsilver2.css" type="text/css" />


Change to
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_Melankolia.css" type="text/css" />


It will be case sensitive so be sure you spell it the same ( Melankolia.css )
Then go and Purge the cache
Refresh your forum and the background should match.
Image
:D
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby edgaras85 » 15. June 2010 12:42

Thanks i will test
now my hosting fucked up :(
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby edgaras85 » 15. June 2010 21:58

I copied all but still small..
Image
I need that mchat would go in right,left and center bodys...
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Re: Mchat with Board3

Postby cLinch3r » 15. June 2010 22:08

That looks better. :mrgreen:
Although I do not know how or if possible to make just mChat wider without making the entire style/template wider, all together.. I believe it has to do with your style's default template settings. I have not attempted to this yet.
User avatar
cLinch3r
Active Member
Active Member
 
Posts: 9
Joined: 24. April 2010 15:52
Location: New York , USA

Re: Mchat with Board3

Postby edgaras85 » 15. June 2010 22:48

Maybe someone know how to make that mchat will go in left,right and center bodys? not only center....
And thanks cLinch3r for your Help :)
edgaras85
Active Member
Active Member
 
Posts: 19
Joined: 13. May 2010 21:21
phpBB.com User: edgaras85

Next

Return to board3 Portal - English Support

Who is online

Users browsing this forum: CommonCrawl [Bot], Google [Bot], Speedy [spider] and 2 guests