Warning: The author of this contribution does not provide support for it anymore.

phpBB mChat

Prosilver inherit style - phpBB mChat

Prosilver inherit style

by Mickroz » Thu Jan 26, 2012 4:42 pm

Hi RMcGirr83,

I just installed mchat on a new style which inherits from prosilver, no problem since i did this before, but for some reason it didn't work when clicking the @.
So i went looking, and saw that the link to the editor.js was looking for in in my style folder, instead of the prosilver folder. (because of the new T_SUPER_TEMPLATE_PATH)

so i changed in mchat_body.html

Code: Select all

<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

to

Code: Select all

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>


maybe you can add this to your faq for future styles.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: Prosilver inherit style

by RMcGirr83 » Wed Feb 08, 2012 1:18 pm

Thanks!

Stickied

NOTE: This only needs to be done if running phpBB version 3.0.10 and greater
Last edited by RMcGirr83 on Thu Jan 17, 2013 1:31 pm
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22061
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Prosilver inherit style

by Albert Hofmann » Mon Mar 05, 2012 9:32 am

i am running 3.0.10
but i installed on subsilver2 based style

u know what i have to change?
Albert Hofmann
Registered User
Posts: 78
Joined: Thu Sep 08, 2011 8:45 pm

Re: Prosilver inherit style

by Albert Hofmann » Mon Mar 05, 2012 9:42 am

its the same for subsilver thx !
Albert Hofmann
Registered User
Posts: 78
Joined: Thu Sep 08, 2011 8:45 pm

Re: Prosilver inherit style

by KleineHexe » Mon Jun 24, 2024 8:53 pm

Good evening.

I created my own style for my forum. Now I also wanted to customize the mchat to match my colors. Unfortunately, this doesn't work at all.
My style is inherits from prosilver. I don't know which files I can change to make my colors match.
Maybe someone can please help me.
KleineHexe
Registered User
Posts: 7
Joined: Sat Apr 17, 2021 3:46 pm