Hi Bobby, I found a mistake...
1) The most recent newsfeed activity is will STILL be moved to the top --> OK
2) Users are STILL notified, via the notifications box, at the top of the page --> WARNING (in notifications message $STATUS is blank...for example I have this notification --> Bobby likes your status "")
Probably we have to improve this fix...Bobby helps us!!!
Hi Bobby, I don't make other changes...If I put the line back in feed_item.php notifications work well.
Do you have an idea?
Thanks
Daniele
Aliia I find this answer unacceptable! Nah, I'm just messin' with ya. I see what you're saying and now that you mention it, it is logical. It's logical but t's driving me crazy :) because I'm what they call "a visual person."
I spent ten years learning the gobblety-guk of HTML and PHP on the same page so I could make things the way I wanted them, aesthetically. Now I find oxwall and I love it. But all the gobblety-guk is spread out - into 1 to 10 lines of code - in what seems like a thousand different pages. It makes me wonder if it can be any more efficient than it was, putting a whole bunch of code on one page.
I'm sure it is more efficient. Much more so. It's just making me feel like an out-dated old man. Alas, I suppose I am an old man, these days. It's going to be frustratingly hard to teach this old dog new tricks.
Well. Like I said. I really like oxwall. If it takes me another ten years, I'm gonna figure out how to manipulate this.
SNAP! This is the BIG problem with the whole FRAMEWORKS concept and the way Model Controller View has evolved.
There is no simpler and straightforward method than pure PHP if you ask me. It's easier to learn than most "Frameworks" and virtually ANYTHING is possible when coding PHP without ridiculous in-built hurdles that as Bobby says dozens of pages to create or change a simple function.
OWML hasn't even been published, the development documentation is really vague.
.. as singer Toyah Wilcox once sang #It's a Mystery! Oh it's a Mystery... #Too me ohhh
See picture attached. How can this be "designed" to look like this? How can this be thought to be normal?
In the attached photo, I posted the link, she liked it, and now everyone will think "she" posted it? People would see the other person's profile picture and wouldn't know immediately it was connected to what I posted?
the line Bobby told has a little change
it's now look like this
$shouldExtend = $this->displayType == NEWSFEED_CMP_Feed::DISPLAY_TYPE_ACTIVITY && $lastActivity !== null;
Someone did test the solution Bobby gave us on 1.6 ?Thanks Mohammad and Bobby, commenting out that line fixed this annoyance and made my site awesome.the line Bobby told has a little change
it's now look like this
$shouldExtend = $this->displayType == NEWSFEED_CMP_Feed::DISPLAY_TYPE_ACTIVITY && $lastActivity !== null;