Does anyone know how to change the description box so it doesn't allow you to change font or anything. I just want it to be set to one font. Please view pic attached, pretty much I want the part outlined in red to be removed. Thank you.
Does anyone know how to change the description box so it doesn't allow you to change font or anything. I just want it to be set to one font. Please view pic attached, pretty much I want the part outlined in red to be removed. Thank you. SGeeZyyy |
do you want to remove tinyMce editor from your site? open your templates/base/scripts/BxBaseConfig.php now, see this code function BxBaseConfig($site) { bla bla bla here } then change that above function to this function function BxBaseConfig($site) { => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Can you tell me exactly which part to replace, because blah blah blah is a little hard to follow lol. Thanks for the help. I found the file and everything you lost me at: function BxBaseConfig($site) {
bla bla bla here } SGeeZyyy |
you should see this below code on your original file $this -> sTinyMceEditorJS = '
now, delete all of this function's content so the code will be like this: $this -> sTinyMceEditorJS = '';
and do the same thing for $this -> sTinyMceEditorCompactJS = ''bla bla bla; => http://friends.smansakra.sch.id => friends community based dolphin 7 |
No thats not working, I get an error message when I try to go to my site. Maybe Im doing something wrong SGeeZyyy |
be carefull, may be you delete '}' or something else. that's why i just say on my first post,
open your templates/base/scripts/BxBaseConfig.php now, see this code function BxBaseConfig($site) { bla bla bla here } then change that above function to this function function BxBaseConfig($site) { => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Ok what I'm doing is Highlighting everything [including function BxBaseConfig($site)] and down and replacing it with the code you gave. and its giving me error. SGeeZyyy |
see my below attached image => http://friends.smansakra.sch.id => friends community based dolphin 7 |
and what does the error say? ^_^ => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Error code: Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/sgeezyyy/public_html/templates/base/scripts/BxBaseConfig.php on line 100 I attached pic of what mine looks like. SGeeZyyy |
add '}' on line 101 don't forget '?>' => http://friends.smansakra.sch.id => friends community based dolphin 7 |
That did it. Thanks a bunch. Also would you know how I can change the size of the same box? SGeeZyyy |
? SGeeZyyy |
still on the same function, you should see this code: $this -> iTinyMceEditorWidthJS = '630px'; $this -> iTinyMceEditorWidthMiniJS = '270px';
JUST CHANGE THAT VALUE AND YOU'RE DONE ^_^ => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Perfect! Thank you! SGeeZyyy |
YOU'RE WELLCOME......EEEEE..E.. => http://friends.smansakra.sch.id => friends community based dolphin 7 |