Max lentgh in the author pane is fixed on 30 no matter what I define.
How can I change this ? I want it a bit longer.
Thanks
Max lentgh in the author pane is fixed on 30 no matter what I define.
How can I change this ? I want it a bit longer.
Thanks
Comments
Comment #1
icecreamyou commented*mental transition to 1.0 API* ...okay
I believe it uses the
Shorten statuses in the Facebook Status Recent Updates block to this length:setting at admin/settings/facebook_status. Unfortunately there's no good way to make it longer than that value until FBSS 2.x (which is *soon*).Comment #2
tsi commentedBut the value defined there is 192 and in the author pane it shows only 30
Comment #3
icecreamyou commentedI just checked, and it's hardcoded to 32 characters. If you want, you can change lines 1162 and 1164 of facebook_status.module to whatever value you want, for example this code would allow 72 characters:
Normally I wouldn't advise changing the module file if you can avoid it, but because a stable 2.x release is due soon, it's probably okay since 1.x is stable and isn't likely to need additional updates before I drop support for it.