Tagboard
|
|
Magnetizd
Posts: 70
Message # 1 |
8:47 PM
2012-07-22
Hello,
Just wandering if its possible to take away the ok button and be able to use enter on our keyboards instead?
Also is there no chance of making the tagboard larger in height or width?
cheers
Post edited by Magnetizd - Sunday, 2012-07-22, 8:52 PM
|
Paradox
Old Guard
Posts: 3284
Message # 2 |
7:30 AM
2012-07-23
Magnetizd, with your first question you are able to remove the "OK" button however the system works only when you press Ctrl + Enter instead of just enter. To change the tagboard width change the box of which it is placed in. As for the height if you are meaning the chat frame it can be done through the use of a quick jQuery script. I have used it before on one of my sites and will have to look for it however I will PM it to you within the next day or two.
Hope this helps,
Jack of all trades in development, design, strategy. Working as a Support Engineer. Been here for 13 years and counting.
|
Magnetizd
Posts: 70
Message # 3 |
9:16 PM
2012-07-23
Paradox,
thanks for the reply... helps but just the second point about:
To change the tagboard width change the box of which it is placed in.
can you elaborate a little on this please?
Cheers
|
Paradox
Old Guard
Posts: 3284
Message # 4 |
10:17 AM
2012-07-24
Magnetizd, I'm referring to the HTML element of which the $CHAT_BOX$ code is placed. So for example, if you placed the code within a standard page template the chatroom will be the width of the $CONTENT$ section. Say however you place it inside the sidebar the width of the chatroom will adjust to only the width of the sidebar. The same concept applies to tags. So the following two markups will set different widths, one being 250px wide, the other 500px wide. Code <div style="width:250px;">$CHAT_BOX$</div> Code <div style="width:500px;">$CHAT_BOX$</div> Hope this helps,
Jack of all trades in development, design, strategy. Working as a Support Engineer. Been here for 13 years and counting.
|
Magnetizd
Posts: 70
Message # 5 |
0:21 AM
2012-08-22
Hmm hello again
when i use those codes... these block i have the chat box in increases
but the chat box stays the same....
please can you visit www.managefifa.com and have a look why not?
cheers
|
Sunny
Posts: 9296
Message # 6 |
1:53 PM
2012-08-22
Magnetizd, as far as I can see the chat box has the same size as the block itself.
I'm not active on the forum anymore. Please contact other forum staff.
|
Magnetizd
Posts: 70
Message # 7 |
6:20 PM
2012-08-22
ive moved in now to above the forum cos i couldnt get it to enlargen in the side block
but wont have it here forever as i prefer in side block for neatness
|
Sunny
Posts: 9296
Message # 8 |
11:57 AM
2012-08-23
Magnetizd, when you move it back to the side block - let me know and I'll have a look.
I'm not active on the forum anymore. Please contact other forum staff.
|
Magnetizd
Posts: 70
Message # 9 |
12:56 PM
2012-08-23
Sunny, Ive moved it back
and have used the code paradox provided above and only the block enlargens not the chatbox
|
Sunny
Posts: 9296
Message # 10 |
1:34 PM
2012-08-23
Magnetizd, you need to add the following to the website CSS:
Code iframe#mchatIfm2 {width:100%;height:100% !important}
I'm not active on the forum anymore. Please contact other forum staff.
|
Magnetizd
Posts: 70
Message # 11 |
7:00 PM
2012-08-23
|
Ed05
Posts: 556
Message # 12 |
5:03 PM
2015-07-15
I cant set height of tagboard cause there is already some height 300px in source. I have tried iframe#mchatIfm2 {width:100%;height:500px !important} iframe#mchatIfm2 {width:100%;height:500% !important} and other but nothing change.The cange apears just when i change height in source! Image atached
!
|