Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 02:23 UTC
Updated:
17 May 2010 at 21:30 UTC
Comments
Comment #1
icecreamyou commentedAww, poo.
You provided almost no information, which means all I can do is take a wild guess at what your problem might be. My guess is that you aren't using the "Stream" content that FBSS explicitly provides for Panels, but are instead using the default
Facebook-style Statusesblock. That block doesn't show a view by default, but you can look in the block's settings at admin/build/block to set a specific view to be shown in it. However it is probably better if you just use the "Stream" content item because that already shows a configurable view by default.Comment #2
younggun commentedSorry Icecreamyou. I was not using the default view that came with FBSS, and that was the problem. I have one more question. I want the status input box on a page by itself. Can you give me the php code to pull that info?
Comment #3
icecreamyou commentedNo problem.
The status input box already exists on its own page at "/share-status." You can control whether you want to also show a view on that page in the module's settings. If you want to also put the status input box on a page by itself somewhere else, take a look at the theming documentation. The command you want is
theme('facebook_status_form_display').