The fb status module come with some views already set up. I am trying to put the fb status profile view on my user profile page. The view shows up in my tabs on the profile page, but it will not show in a block. Is there a reason for this? I am using a panel to show the status text block.

Comments

icecreamyou’s picture

Status: Active » Fixed

Aww, 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 Statuses block. 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.

younggun’s picture

Sorry 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?

icecreamyou’s picture

No 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').

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.