• Page 1 of 1
  • 1
Forum moderator: Eriko  
uCoz Community » uCoz Modules » Tag Board » Tagboard (Can we edit?)
Tagboard
Magnetizd
Posts: 70
Reputation: 0

Message # 1 | 8:47 PM
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
Reputation: 145

Message # 2 | 7:30 AM
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, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Magnetizd
Posts: 70
Reputation: 0

Message # 3 | 9:16 PM
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
Reputation: 145

Message # 4 | 10:17 AM
Magnetizd, I'm referring to the HTML element of which the $CHAT_BOX$ code is placed. smile 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, happy
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Magnetizd
Posts: 70
Reputation: 0

Message # 5 | 0:21 AM
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
Reputation: 456

Message # 6 | 1:53 PM
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
Reputation: 0

Message # 7 | 6:20 PM
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
Reputation: 456

Message # 8 | 11:57 AM
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
Reputation: 0

Message # 9 | 12:56 PM
Sunny, Ive moved it back

and have used the code paradox provided above and only the block enlargens not the chatbox
Sunny
Posts: 9296
Reputation: 456

Message # 10 | 1:34 PM
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
Reputation: 0

Message # 11 | 7:00 PM
Sunny, thanks sorted it
Ed05
Posts: 556
Reputation: 7

Message # 12 | 5:03 PM
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 dry
Attachments: 1856346.png (27.3 Kb)

!
uCoz Community » uCoz Modules » Tag Board » Tagboard (Can we edit?)
  • Page 1 of 1
  • 1
Search: