Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Video Infusion PRO

Asked Modified Viewed 41,276 times
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
  • Started this discussions
asked
Senior Member

[mp]551[/mp]
Edited by NetriX on 18-12-2014 15:10,
0 replies

35 posts

N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
  • Started this discussions
answered
Senior Member

Quote

I'm still using v3.2.0 with PF 7.02.07 waiting for PF9 final release before messing with it and all the transition headaches that will follow. In the meantime, is there a way to choose sort/list options of videos like, say by post date? If not by admin option, is there any guidance on how I would change it in the code?
- by batbaru1

You can alter a page such as the /infusions/videos/index.php page @ line 98

Quote

$result = dbquery("SELECT v.*, vc.*, u.user_id, u.user_name, SUM(tr.rating_vote) AS sum_rating, COUNT(tr.rating_item_id) AS count_votes FROM " . DB_VIDEO . " v
LEFT JOIN " . DB_VIDEO_CAT . " vc ON v.cat_id=vc.cat_id
LEFT JOIN " . DB_USERS . " u ON u.user_id=v.uid
LEFT JOIN " . DB_RATINGS . " tr ON tr.rating_item_id = v.id AND tr.rating_type='V'
WHERE " . groupaccess('vc.cat_access'wink . " AND v.cat_id = '" . $_GET['cat_id'] . "' GROUP BY v.name ASC LIMIT " . $_GET['rowstart'] . ",{$maxi}"wink;
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 35 posts
  • Votes 0 votes
  • Topic users 14 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet