******* - Today Birthdays [Deleted]

Status
Not open for further replies.
I've looked through this thread for an answer to my problem, but unfortunately can't find the answer. I've installed this modification having used something similar when our forum ran on vBulletin, but note that it only shows on the Member Page.

How would I get it to show on the sidebar of the homepage?
 
Hi,

I'd like to restrict this query some more to only active users (past 7 days).

How do I add a where clause to that query, such as:
Code:
WHERE last_activity > ? ', XenForo_Application::$time - 86400*7); // 24 hours * 7 days
 
I've looked through this thread for an answer to my problem, but unfortunately can't find the answer. I've installed this modification having used something similar when our forum ran on vBulletin, but note that it only shows on the Member Page.

How would I get it to show on the sidebar of the homepage?
um, this is exactly what this mod does....
 
Hi,

I'd like to restrict this query some more to only active users (past 7 days).

How do I add a where clause to that query, such as:
Code:
WHERE last_activity > ? ', XenForo_Application::$time - 86400*7); // 24 hours * 7 days
I decided to use active users instead, 50+ posts.
added in:
'message_count' => array('>',50),
to the criteria block. nice and easy.
 
@borbole - Hey mate - is there any way that I can add this as a block to Xenporta? I use xenporta for my layouts and the only way to get your block to show is if I disable it and go to the default layout.

Thank you in advance
 
Status
Not open for further replies.
Back
Top Bottom