Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2009 at 23:54 UTC
Updated:
28 Apr 2009 at 20:10 UTC
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.