|
|
Forum moderator: Eriko |
uCoz Community uCoz Modules Tag Board Tagboard (Can we edit?) |
Tagboard |
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
|
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, 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. |
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 Attachments:
1856346.png
(27.3 Kb)
!
|
| |||
| |||