link on mchat?
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
-
- BBCoder IV
- Posts: 173
- Joined: 11 Apr 2010, 00:33
- Local time: Saturday 17:01
- Last active: -
link on mchat?
hey guys,
i noticed here there is the support link in the mchat... how do you achieve that?
i noticed here there is the support link in the mchat... how do you achieve that?
-
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 18:25
- Local time: Sunday 00:01
- Last active: -
- Location: Germany
-
- BBCoder VI
- Posts: 1,015
- Joined: 16 Mar 2010, 16:14
- Local time: Saturday 18:01
- Last active: -
- Location: Don't really know!
Re: link on mchat?
try to open up your mchat_body.html, and find
and add the link or message after this! i tried it on my localhost and using firebug and it worked, the only problem is that, if you see on this mchat if you scroll down, you loose the message!
Code: Select all
<div class="mChatRowLimit">
-
- BBCoder IV
- Posts: 173
- Joined: 11 Apr 2010, 00:33
- Local time: Saturday 17:01
- Last active: -
Re: link on mchat?
true, after you scroll down the message disappears..
Stoker?
Stoker?

Last edited by neuropass on 16 May 2010, 23:59, edited 1 time in total.
-
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 18:25
- Local time: Sunday 00:01
- Last active: -
- Location: Germany
-
- BBCoder VI
- Posts: 1,015
- Joined: 16 Mar 2010, 16:14
- Local time: Saturday 18:01
- Last active: -
- Location: Don't really know!
Re: link on mchat?
might have something to do with the browser then, because on this mchat it does the same! here is another way i did it to show right underneath the mchat title,
Find:
Add after:
replace "xx" with the forum id number where they should post!
you could also replace the <div style with <span style, i really didn't notice a difference, but then again i am no coder!
Find:
Code: Select all
<dl class="icon">
<dt><!-- IF MCHAT_ARCHIVE_MODE -->{L_MCHAT_ARCHIVE_PAGE}<!-- ELSE -->{L_MCHAT_TITLE}<!-- ENDIF --></dt>
</dl>
Code: Select all
<div style="float: left; padding: 2px;"><a href="./posting.php?mode=post&f=xx">Need help? Click Here and Describe your problem</a></div>
<div style="float: right; padding: 2px;"><a href="./posting.php?mode=post&f=xx">Need help? Click Here and Describe your problem</a></div>
<br clear="all">
you could also replace the <div style with <span style, i really didn't notice a difference, but then again i am no coder!
-
- BBCoder IV
- Posts: 173
- Joined: 11 Apr 2010, 00:33
- Local time: Saturday 17:01
- Last active: -