PHPmotion v3 and v 3.5 Support > General Support

Profile Comment replies mess up layout

(1/1)

Redbullized:
Dear, phpmotion DEV.team

When many people reply on a comment posted on a profile ... the whole comment box moves with it to the right .. eventually messing up the whole layout.
Please check this profile it has been spammed but it shows what i mean perfectly..
Just scroll down to the comments..
http://ratemyvoice.tv/members/Rick

Regards,
Michael

frankie:
edit the fckeditor fckconfig.js to disable html

delete this;

FCKConfig.ToolbarSets["Basic"] = [
   ['Bold', 'Italic', 'Underline', 'StrikeThrough'],
   ['TextColor', 'FontName', 'FontSize'],
   ['Link', 'Unlink', 'Image', 'SpecialChar', 'Smiley'],
   ];


replace with this;

FCKConfig.ToolbarSets["Basic"] = [
   ['Bold', 'Italic', 'Underline', 'StrikeThrough'],
   ['TextColor', 'FontName', 'FontSize'],
   ];

Navigation

[0] Message Index

Go to full version