kingston
Well-known member
I'm going to be redoing the way links are done with it as well as implementing the ajax updates for the status. I'm working on it this evening![]()
Any new developments?
I'm going to be redoing the way links are done with it as well as implementing the ajax updates for the status. I'm working on it this evening![]()
array(3) {
["url"] => string(40) "http://forums.traditionsportsonline.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
I'm posting the widget framework version of this tomorrow...it should take care of it. I'll look into what could cause the 500 error tonight.
if($onePerUser == 1) {
$statusArray = $db->fetchAll( $db->limit("SELECT * FROM (SELECT * FROM xf_profile_post WHERE message_state <> 'deleted' ORDER BY post_date DESC) t1 GROUP BY t1.user_id ORDER BY post_date DESC", $numStatusShown));
$statusArray = array_sort($statusArray,"post_date");
}
SELECT * FROM (SELECT * FROM xf_profile_post WHERE message_state <> 'deleted' AND profile_user_id = user_id ORDER BY post_date DESC) t1 GROUP BY t1.user_id ORDER BY post_date DESC
The full query should be like this, otherwise it's pulling any profile post, not just status updates.
Code:SELECT * FROM (SELECT * FROM xf_profile_post WHERE message_state <> 'deleted' AND profile_user_id = user_id ORDER BY post_date DESC) t1 GROUP BY t1.user_id ORDER BY post_date DESC
Thanks for that I got waylayed a bit, I have the widget version ready to test. I'm putting it on my board tomorrow and will release it once i'm sure it works.
I didDdi you happen to figure out caching?
I did![]()
I just posted a 3.1.2 patch to fix the query real quick before I get the widget version with caching out. Sorry about that bug and thanks guys for catching it. All you need to do is upload the enclosed files in to the library directory to patch it.
Same here mate, did you got any fix?I'm still new to XenForo so It's probably a very simple fix. But I need some help to fix the styling of this.
On my forum it looks like this
![]()
Notice the form at the bottom is not the right style/color.
On the portal page everything looks fine.
![]()
Thanks in advance
It pulls that color from primaryLighterStill in your appearence pane. So you have 2 options change that color or modify it directly in xenforo_sections.css, just look for sectionFooter. Warning this may change things in other portions of your forum though.Same here mate, did you got any fix?
We use essential cookies to make this site work, and optional cookies to enhance your experience.