Closed (fixed)
Project:
Facebook-style Micropublisher
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2011 at 05:19 UTC
Updated:
12 Apr 2012 at 23:46 UTC
by default the attach fields are below the fbss text box. Any way to replace above the text box?
Thanks,chris
Comments
Comment #1
publicmind commentedThere is no such setting but you can modify the weight of the FBSMP altered form to be anywhere in relation with the FBSS status box. The weight of the FBSS text box is
-40and that of FBSMP is-25.1. Just go to the filefbsmp.module:and change the weight of the form to be lower than that of the text box (say,
-41) and you will see the FBSMP form above the text field. Of course, you will have to work on the CSS a little to make it look good.Regards,
Comment #2
glitz commentedawesome. THANK YOU
Comment #4
Marko B commentedworks, thanx