[RC] mChat New version

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Ideas Centre
Locked
udfxrookie
Registered User
Posts: 21
Joined: Thu Sep 17, 2009 6:42 pm

Re: [RC] mChat New version

Post by udfxrookie »

Installed, everything came out with success after follwing mchat_install.php but now I have this error:

General Error
SQL ERROR [ mysql4 ]

Table 'easygetm_gotmetro.MCHAT_CONFIG_TABLE' doesn't exist [1146]

SQL

SELECT * FROM MCHAT_CONFIG_TABLE

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: mchat.php
LINE: 39
CALL: dbal_mysql->sql_query()

FILE: index.php
LINE: 131
CALL: include('mchat.php')
User avatar
Dakin Quelia
Registered User
Posts: 303
Joined: Thu Feb 14, 2008 10:07 pm
Location: Belgium
Name: Daniel Chalsèche
Contact:

Re: [RC] mChat New version

Post by Dakin Quelia »

Good Evening udfxrookie,

You forgot to modify includes/constants.php file.

Find:

Code: Select all

// Additional tables   
After add:

Code: Select all

// BEGIN mChat Mod
define('MCHAT_TABLE',                $table_prefix . 'mchat');
define('MCHAT_CONFIG_TABLE',        $table_prefix . 'mchat_config');
// END mChat Mod   
;)

See you soon,
User avatar
ameisez
Registered User
Posts: 1166
Joined: Sun Nov 04, 2007 7:04 am

Re: [RC] mChat New version

Post by ameisez »

hamstershelter wrote::D Anyone managed to modify for this mini-chat to be seen on every page in a forum?
Have you tried putting the chat in overall header or overall footer?
PHPBB on HOSTGATOR SERVER. MY PERSONAL CHOICE ;)
Need phpBB images and buttons? HIRE ME
my MOD: BB3 Media Player | a phpbb based media player
udfxrookie
Registered User
Posts: 21
Joined: Thu Sep 17, 2009 6:42 pm

Re: [RC] mChat New version

Post by udfxrookie »

Now however I see:



You have removed the copyright from the mChat mod.
Please restore the entry for the copyright by editing language/en/mods/mchat_lang.php.
Until you do so, both this mod and your forum will not work unless you uninstall mChat.
User avatar
Dakin Quelia
Registered User
Posts: 303
Joined: Thu Feb 14, 2008 10:07 pm
Location: Belgium
Name: Daniel Chalsèche
Contact:

Re: [RC] mChat New version

Post by Dakin Quelia »

Did you do that it says (editing language/en/mods/mchat_lang.php)?
udfxrookie
Registered User
Posts: 21
Joined: Thu Sep 17, 2009 6:42 pm

Re: [RC] mChat New version

Post by udfxrookie »

goto: www.gotmetro.com

it says:

Information



You have removed the copyright from the mChat mod.
Please restore the entry for the copyright by editing language/en/mods/mchat_lang.php.
Until you do so, both this mod and your forum will not work unless you uninstall mChat.
User avatar
Dakin Quelia
Registered User
Posts: 303
Joined: Thu Feb 14, 2008 10:07 pm
Location: Belgium
Name: Daniel Chalsèche
Contact:

Re: [RC] mChat New version

Post by Dakin Quelia »

I'm not sure 100% but you wouldn't forget this party in install.xml file:
[1. Browse to the file mchat_install.php in the root of your forum to make the database changes.
2. Delete the mchat_install.php file from the root of your forum.
3. Make all edits to all files and upload them to your forum.
4. Refresh the styles in the ACP, set the settings for the Mini Chat under the ".MODS" tab.
5. Then visit user/group permissions and set the permissions for the Mini Chat for your groups/users.
6. Enjoy the Mod!!
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [RC] mChat New version

Post by stokerpiller »

Make sure you have edited your_language/common.php
If not, you will get that error.
I am done with phpBB
udfxrookie
Registered User
Posts: 21
Joined: Thu Sep 17, 2009 6:42 pm

Re: [RC] mChat New version

Post by udfxrookie »

Alright.... that worked but nothing on the page, I'm gonna check through all the code again
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [RC] mChat New version

Post by stokerpiller »

udfxrookie wrote:Alright.... that worked but nothing on the page, I'm gonna check through all the code again
You have to set the permissions to use mchat for all groups.

Its in the DIY instructions:
5. Then visit user/group permissions and set the permissions for the Mini Chat for your groups/users.
I am done with phpBB
udfxrookie
Registered User
Posts: 21
Joined: Thu Sep 17, 2009 6:42 pm

Re: [RC] mChat New version

Post by udfxrookie »

I installed and setup everything with mChat but because of the style I'm using the text appears white on the board, when I change all #fff to #000 the text goes black, but doing them one by one for some reason I'm not getting the right one or ones, any and all help is much welcomed!!!! :biggrin:


Here's the style sheet

Code: Select all

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	X-Treme
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by: Jimaniac 

	copyright = © 2008 Jimaniac ( phpbb-fox.info )
           version = 3.1
    --------------------------------------------------------------
*/

/* Begin jimaniac's added hacks */
a {
outline: none;
}
/* End jimaniac's added hacks */

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
  color: #fff;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #222222;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;  
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 10px 10px 0 10px;	
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 0px 10px 0 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #b0c2a9;
}

#menubar {
      width: 100%;
      position: relative;
	margin: 0 auto 0 auto;
      padding-top: 0px;
      top: -1px;
}

#logodesc {
      position: relative;
	padding: 2px 25px 2px 25px;
	background: transparent;
	border-bottom: 0px solid #67a747;
}

#menubar2 {
      position: relative;
      top: 5px;
	margin: 0;
      padding-top: 0px;  
}

#datebar {
	margin: 0px 0px 0 0px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Header Menus
 ---------------- */

.menubar {padding:1px 0 0 32px; margin:0; list-style:none; height:35px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar li {float:left;}
.menubar li a {display:block; float:left; height:32px; line-height:32px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer;}
.menubar li a b {float:left; display:block; padding:0 16px 0 8px;}
.menubar li.current a {color:#fff; background:url('./images/button3.gif');}
.menubar li.current a b {background:url('./images/button3.gif') no-repeat right top;}
.menubar li a:hover {color:#fff; background:#000 url('./images/button4.gif');}
.menubar li a:hover b {background:url('./images/button4.gif') no-repeat right top;}
.menubar li.current a:hover {color:#fff; background:#000 url('./images/button4.gif'); cursor:default;}
.menubar li.current a:hover b {background:url('./images/button4.gif') no-repeat right top;}

.menubar2 {padding:1px 0 0 32px; margin:0; list-style:none; height:35px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar2 li {float:left;}
.menubar2 li a {display:block; float:left; height:31px; line-height:31px; color:#131415; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer;}
.menubar2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menubar2 li.current a {color:#fff; background:url('./images/button5.gif');}
.menubar2 li.current a b {background:url('./images/button5.gif') no-repeat right top;}
.menubar2 li a:hover {color:#fff; background:#000 url('./images/button5.gif');}
.menubar2 li a:hover b {background:url('./images/button5.gif') no-repeat right top;}
.menubar2 li.current a:hover {color:#fff; background:#000 url('./images/button5.gif'); cursor:default;}
.menubar2 li.current a:hover b {background:url('./images/button5.gif') no-repeat right top;}


/*  Surround Boxes for style
 ----------------------------- */
 
#bx {
  /*background-color: #666666;*/
}

fx {
       margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 0px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;

}

/* Eliminating padding on boxes */
#bx td{
  margin: 0;
	padding: 0;
	border: 0;
}

#jim {
/*background-color: #999999;*/

padding-top: 5px;
padding-left: 5px;
/*padding-bottom: 30px;*/

}

#jim2 {
padding-top: 20px;
padding-bottom: 20px;

	border-width: 1px;
	border-color: #333333;
      border-style: solid;
      background-color: #101010;
}
.jim {
/*background-color: #999999;*/

padding-top: 5px;
padding-left: 5px;
/*padding-bottom: 30px;*/

}

.jim2 {
padding-top: 20px;
padding-bottom: 20px;

	border-width: 1px;
	border-color: #333333;
      border-style: solid;
      background-color: #101010;
}



.forumrules {
	background-color: #441111;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
	padding-top: 5;
 }
 
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }

/*  Text

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

h1 {
	color: #19ff00;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
color: red;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
      padding-top: 5px;
      width: 350px;

}

h4 {

      margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 5px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
}

h5 {

      margin: 0;
     	font-size: 1.2em;
	font-weight: bold;
      padding-top: 10px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 245px;
      font-family: Arial, Helvetica, sans-serif;
}

h6 {


      margin: 0;
     	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
      padding-bottom: 5px;
	/*background-image: url('./images/cu.png');*/
}


h7 {

      margin: 0;
     	font-size: 1.1em;
	font-weight: bold;
      /*padding-top: 5px;*/
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
background-image: url('./images/clock.png');

}


hjim {

      margin: 0;
     	font-size: 1.3em;
	font-weight: bold;
      padding-top: 5px;
      /*padding-bottom: 0px;*/
      /*padding-left: 20px;*/
      /*padding-right: 20px;*/
      width: 350px;
      font-family: Arial, Helvetica, sans-serif;
}



p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
  color: #fff;
	padding-bottom: 4px;

}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #FFFFFF;
	vertical-align: top;

}

.postdetails {
	color: #FFFFFF;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: blue;
}

.nav {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;

}

.navf {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
      padding-bottom: 5px;
valign: top;
}


.pagination {
	padding: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmalleditor {

	margin: 1px 1px;
	font-size: 1em;
}

.gensmall {
  color: #fff;


	margin: 1px 1px;
	font-size: 1em;
}

.gensmallclock {
  color: #cc7c22;

	margin: 1px 1px;
	font-size: 1em;
width: 350px;

}


.gensmall2 {
  color: #19ff00;
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}

/* Tables

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

th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #339900;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td.profile {
	padding: 4px;
/*padding-top: 5px;*/
/*padding-left: 5px;*/

}

.tablebg {
	background-color: #000000;
}

.tablebg2 {
	background-color: #000000;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic3.gif') repeat-x scroll top left;
}

.rtl .catdiv {
	background: white url('./images/cellpic3.gif') repeat-x scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cbd7c7;
	background-image: url('./images/cellpic3.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #141414;
	padding: 4px !important;
}

.row2 {
	background-color: #141414;
	padding: 4px !important;
}

.row3 {
	background-color: #141414;
	padding: 4px !important;
}

.row4 {
  background-color: #242424;
  padding: 4px !important;
}


.rowf1 {
	background-color: #161616;
	padding: 4px !important;
}

.rowf2 {
	background-color: #101010;
	padding: 4px !important;
}


.spacer {

	background-color: #D1D7DC;

}



hr {

	height: 1px;

	border-width: 0;

	background-color: #D1D7DC;

	color: #D1D7DC;

}



.legend {

	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto;

}



/* Links

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

a:link {

	color: #19ff00;

	text-decoration: none;

}



a:active,

a:visited {

	color: #45ff1e;

	text-decoration: none;

}



a:hover {

	color: #45ff1e;

	text-decoration: underline;

}



a.forumlink {

	color: #19ff00;

	font-weight: bold;

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

	font-size: 1.2em;

}



a.topictitle {

	margin: 1px 0;

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

	font-weight: bold;

	font-size: 1.2em;

}



a.topictitle:visited {

	color: #73b454;

	text-decoration: none;

}



th a,

th a:visited {

	color: #dd4fff !important;

	text-decoration: none;

}



th a:hover {

	text-decoration: underline;

}





/* Form Elements

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

form {

	margin: 0;

	padding: 0;

	border: 0;

}



input {

	color: #333333;

	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: normal;

	padding: 1px;

	border: 1px solid #b0c2a9;

	background-color: #FAFAFA;

}



textarea {

	background-color: #FAFAFA;

	color: #333333;

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size: 1.3em; 

	line-height: 1.4em;

	font-weight: normal;

	border: 1px solid #b0c2a9;

	padding: 2px;

}



select {

	color: #333333;

	background-color: #FAFAFA;

	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: normal;

	border: 1px solid #b0c2a9;

	padding: 1px;

}



option {

	padding: 0 1em 0 0;

}



option.disabled-option {

	color: graytext;

}



.rtl option {

	padding: 0 0 0 1em;

}



input.radio {

	border: none;

	background-color: transparent;

}



.post {

	background-color: white;

	border-style: solid;

	border-width: 1px;

}



.btnbbcode {

	color: #000000;

	font-weight: normal;

	font-size: 1.1em;

	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;

	background-color: #EFEFEF;

	border: 1px solid #666666;

}



.btnmain {

	font-weight: bold;

	background-color: #ECECEC;

	border: 1px solid #b0c2a9;

	cursor: pointer;

	padding: 1px 5px;

	font-size: 1.1em;

}



.btnlite {

	font-weight: normal;

	background-color: #ECECEC;

	border: 1px solid #b0c2a9;

	cursor: pointer;

	padding: 1px 5px;

	font-size: 1.1em;

}



.btnfile {

	font-weight: normal;

	background-color: #ECECEC;

	border: 1px solid #b0c2a9;

	padding: 1px 5px;

	font-size: 1.1em;

}



.helpline {

	background-color: #DEE3E7;

	border-style: none;

}





/* BBCode

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

.quotetitle, .attachtitle {

	margin: 10px 5px 0 5px;

	padding: 4px;

	border-width: 1px 1px 0 1px;

	border-style: solid;

	border-color: #19ff00;

	color: #19ff00;

	background-color: #101010;

	font-size: 1.0em;

	font-weight: bold;

}



.quotetitle .quotetitle {

	font-size: 1em;

}



.quotecontent, .attachcontent {

	margin: 0 5px 10px 5px;

	padding: 5px;

	border-color: #19ff00;

	border-width: 1px 1px 1px 1px;

	border-style: solid;

	font-weight: normal;

	font-size: 1em;

	line-height: 1.4em;

	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;

	background-color: #343434;

	color: #ffffff;

}




.attachcontent {

	font-size: 0.85em;

}



.codetitle {

	margin: 10px 5px 0 5px;

	padding: 2px 4px;

	border-width: 1px 1px 0 1px;

	border-style: solid;

	border-color: #19ff00;

	color: #19ff00;

	background-color: #101010;

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size: 1.0em;
 
      font-width: bold;

}



.codecontent {

	direction: ltr;

	margin: 0 5px 10px 5px;

	padding: 5px;

	border-color: #19ff00;

	border-width: 1px 1px 1px 1px;

	border-style: solid;

	font-weight: normal;

	color: #ffffff;

	font-size: 0.85em;

	font-family: Monaco, 'Courier New', monospace;

	background-color: #343434;

}



.syntaxbg {

	color: #FFFFFF;

}



.syntaxcomment {

	color: #FF8000;

}



.syntaxdefault {

	color: #0000BB;

}



.syntaxhtml {

	color: #000000;

}



.syntaxkeyword {

	color: #007700;

}



.syntaxstring {

	color: #DD0000;

}





/* Private messages

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

.pm_marked_colour {

	background-color: #000000;

}



.pm_replied_colour {

	background-color: #b0c2a9;

}



.pm_friend_colour {

	background-color: #007700;

}



.pm_foe_colour {

	background-color: #DD0000;

}





/* Misc

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

img {

	border: none;

}



.sep {

	color: black;

	background-color: #dd4fff;

}



table.colortable td {

	padding: 0;

}



pre {

	font-size: 1.1em;

	font-family: Monaco, 'Courier New', monospace;

}



.nowrap {

	white-space: nowrap;

}



.username-coloured {

	font-weight: bold;

}

td.trans2OFF {background-image:url('./images/but1.png');}
td.trans2ON {image:url('./images/but2.png');}


/*td.trans2ON {background-color: transparent;opacity:1.0;filter: alpha(opacity=100); -moz-opacity: 1.0;}*/

/*- Menu Tabs 1--------------------------- */


    #tabs1 {
      float:none;
      width:100%;
      background: transparent;
      font-size:140%;
      line-height:normal;
      }
    #tabs1 ul {
          margin:0 auto 0 auto;
          padding:0px 0px 0px 0px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url('./images/but1.png') no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:right;
      display:block;
      background:url('./images/but1.png') no-repeat right top;
      padding:20px 47px 10px 12px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      /*color:#627EB7;*/
      color:#fff;

      }
    #tabs1 a:hover {
      background-position:0% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }
    #tabs1 a:hover span {
     background-position:100% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

      #tabs1 #current a {
              background-position:0% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }
      #tabs1 #current a span {
              background-position:100% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }

/*- Menu Tabs 2--------------------------- */


    #tabs2 {
      float:none;
      width:100%;
      background: transparent;
      font-size:140%;
      line-height:normal;
      }
    #tabs2 ul {
          margin:0 auto 0 auto;
          padding:0px 0px 0px 0px;
          list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url('./images/but1.png') no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:right;
      display:block;
      background:url('./images/but1.png') no-repeat right top;
      padding:20px 47px 10px 12px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      /*color:#627EB7;*/
      color:#fff;

      }
    #tabs2 a:hover {
      background-position:0% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }
    #tabs2 a:hover span {
     background-position:100% -27px;
      background:url('./images/but2.png') no-repeat right top;

      }

      #tabs2 #current a {
              background-position:0% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }
      #tabs2 #current a span {
              background-position:100% -27px;
      background:url('./images/jim.png') no-repeat right top;

      }
Thanks ahead!!!!!!
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] mChat New version

Post by RMcGirr83 »

ameisez wrote:
hamstershelter wrote::D Anyone managed to modify for this mini-chat to be seen on every page in a forum?
Have you tried putting the chat in overall header or overall footer?
This will not work. I have posted in this topic on how to get it to display on certain pages (like a portal page, viewtopic and viewforum). Search the topic for the answer. ;)
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
ameisez
Registered User
Posts: 1166
Joined: Sun Nov 04, 2007 7:04 am

Re: [RC] mChat New version

Post by ameisez »

RMcGirr83 wrote:This will not work. I have posted in this topic on how to get it to display on certain pages (like a portal page, viewtopic and viewforum). Search the topic for the answer. ;)
Looks like it's availabel in most pages, why not in overall? Is there any important reason why?
Just asking because it will be much easier to put it in one place rather than editing all those pages that you mentioned. At least in a perspective of none coder like me. Perhaps there more to it from perspective of coders like you.
PHPBB on HOSTGATOR SERVER. MY PERSONAL CHOICE ;)
Need phpBB images and buttons? HIRE ME
my MOD: BB3 Media Player | a phpbb based media player
User avatar
Dakin Quelia
Registered User
Posts: 303
Joined: Thu Feb 14, 2008 10:07 pm
Location: Belgium
Name: Daniel Chalsèche
Contact:

Re: [RC] mChat New version

Post by Dakin Quelia »

Hi ameisez,

It's not good idea to put the mChat in the overall_header or overall_header template because it's massive for load. I think. ;)

See you soon,
User avatar
ameisez
Registered User
Posts: 1166
Joined: Sun Nov 04, 2007 7:04 am

Re: [RC] mChat New version

Post by ameisez »

I see.. I am actually planning to do that but I guess that's enough reason not to. Perhaps will have to edit each page :)

Thanks... ;)
Last edited by ameisez on Sat Sep 26, 2009 11:41 pm, edited 1 time in total.
PHPBB on HOSTGATOR SERVER. MY PERSONAL CHOICE ;)
Need phpBB images and buttons? HIRE ME
my MOD: BB3 Media Player | a phpbb based media player
Locked

Return to “[3.0.x] MODs in Development”