The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Video Filter in the Activity stream widget
Ciao,
i wonder where does the call goes when i filter content by video in the activity stream widget. i can trace the http post request , and it post to "https://xyz.com//activity/get" and the request parameters are as follow. Code:
filters[nodeid] "0" filters[view] "activity" filters[per-page] "10" filters[pagenum] "1" filters[maxpages] "100" filters[userid] "0" filters[showChannelInfo] "1" filters[filter_time] "time_lastmonth" filters[filter_show] "vBForum_Video" filters[filter_new_topics] "1" isAjaxTemplateRender "true" isAjaxTemplateRenderWithData "true" securitytoken "well" Grazie. |
#2
|
||||
|
||||
It calls the actionGet() method from the frontend controller /includes/vb5/frontend/controller/activity.php
|
#3
|
|||
|
|||
like always thank you vergara...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|