Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 22:11 UTC
Updated:
3 Aug 2009 at 13:10 UTC
Comments
Comment #1
icecreamyou commentedThe "Facebook Mode" checkbox must be enabled in the module's settings at
admin/settings/facebook_status, and the "Hide status above textfield" checkbox must be disabled in the module's advanced settings atadmin/settings/facebook_status/advanced. I think this is the default behavior.If you're asking how to get a list of recent statuses to show below the status update field, see the documentation here.
Comment #2
kakajoe commentedis there any step by step tutorial for it?? i following what u told me..but when i display the status in frontend.. the status still display below the username... thanks
Comment #3
icecreamyou commentedNo. It just works. Obviously you have to have enough horizontal room for it though.
Comment #4
kakajoe commentedi already did this..but the statuses still showing up under the nick name.. this is my live site
http://www.slank.com/statuses/recent ... thanks and sorry for my silly question
Comment #5
icecreamyou commentedYou're not using the latest version of the module; or if you are, you haven't properly upgraded your views (at admin/build/views click "revert" - then refresh your Drupal and browser cache). Anyway, the problem is the statuses are wrapped in
<p>tags; just change the view (edit the last field's "rewrite" text) to remove them.Comment #6
JNeoN commentedSorry Ice, but I do not know how to remove
<p>tags... I've the same problem.At the last field, in the textarea for rewriting code I've this:
[picture] [pid_extra] [status] <em>[status_time]</em>and I don't know any way to avoid the<p>tags...Comment #7
icecreamyou commentedIt's also potentially possible that you're running a filter over the status that automatically adds the
<p>tags.Comment #8
kakajoe commenteddone that but still doesnt work...
Comment #9
icecreamyou commentedThe module does not add
<p>tags on its own, or at least not in the last few iterations IIRC. If you're seeing this problem, it's because you configured something to make it happen.Comment #10
JNeoN commentedThe problem was at "Administration -> Site configuration -> Input -> Filtered HTML" configuration.
I'd activated "Conversor de saltos de líneas" (newlines converter). Unmarking it solved the problem :)
Now I've no
<p>Comment #11
icecreamyou commentedYeah. You may want to create an entirely new input filter for statuses so that you can keep the newline converter in your Filtered HTML format.
Comment #12
kakajoe commentedthanks ... that wat i need .. a newbie explanation for a newbie .. *smile*