The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Latest Paid Subscribers v1.1 Details »» | |||||||||||||||||||||||||
Latest Paid Subscribers v1.1 (LITE VER)
- This Hack Does Use The Usergroups Markup Color For A More Accurate Display Of Subscription Members!! This Hack Has It All! Description: This hack is fully functional and flexible allowing you to display the latest [x] subscribers on your forumhome! It also allows you to display a reminder/alert to your users who's subscriptions are expiring. Features: (Lite Version)
Features: (Premium Version Only)
Installation: 1.) 1 Template Edit 2.) 1 Product Upload 3.) Enjoy Release Bug Fixes: Allow Subscriber Info In HoverOver Never Worked - FIXED Activate Latest Paid Subscribers Only Deactivated The Users, Not The Phrases Or Expiry Alert. - FIXED SQL Bugs. - FIXED Notes: - Adds 1 extra query - Premium Version Of Hacks Found Here If you find any bugs, have comments, questions feel free to post them. I'll do my best to accomidate anything. Disclaimer: Any modification to this hack, must get prior consent/authorization by me first. Show Your Support
|
Comments |
#2
|
|||
|
|||
Nice - but could you work something up that recognizes recrurring contributors as well? This only displays brand new contributors.
|
#3
|
||||
|
||||
yeah true, its the whole
'special offer to new customers' thing again |
#4
|
||||
|
||||
we'll see, maybe in th next version
|
#5
|
|||
|
|||
I HAD a strange error from vB 3.6.0...
Problem resolved as posted below |
#6
|
||||
|
||||
Wow that is great!
|
#7
|
|||
|
|||
Installed and works
thanks |
#8
|
||||
|
||||
had huge sql error uninstalled!! Ouch
|
#9
|
|||
|
|||
OK, I got help from paul41598 on this but by changing the Latest Paid Subscribers pluggin to as follows this works 100% on my site (tested in 3.6.0. and 3.6.1.)
PHP Code:
PHP Code:
Oh yea, did you mean to have you help link in your hack go to Google (as opposed to here?)? |
#10
|
||||
|
||||
Not sure if this a 3.6.2 issue, but I just intalled and now I'm getting database errors. If I deactivate the hack, I'm back to normal. I checked my Template edits... all there and correct according to the documentation.
Code:
Database error in vBulletin 3.6.2: Invalid SQL: SELECT subscriptionlog.userid, subscriptionlog.status, subscriptionlog.regdate, subscriptionlog.expirydate, user.userid, user.username, user.usergroupid, displaygroupid, usergroup.usergroupid, usergroup.title, groupa.opentag as opentaga, groupa.closetag as closetaga, groupb.opentag as opentagb, groupb.closetag as closetagb FROM vb_subscriptionlog AS subscriptionlog LEFT JOIN vb_user ON (subscriptionlog.userid = user.userid) LEFT JOIN vb_usergroup ON(user.usergroupid = usergroup.usergroupid) LEFT JOIN vb_usergroup as groupa ON(user.usergroupid = groupa.usergroupid) LEFT JOIN vb_usergroup as groupb ON(user.displaygroupid = groupb.usergroupid) WHERE subscriptionlog.status != '0' ORDER BY subscriptionlog.regdate DESC LIMIT 0, 5; MySQL Error : Unknown table 'user' in field list Error Number : 1109 Date : Tuesday, October 10th 2006 @ 03:35:33 PM Script : http://www.website.com/vb/ Referrer : http://www.website.com/index.php IP Address : xx.xx.xx.xx Username : xxxxxxxx Classname : vb_database Code:
Database error in vBulletin 3.6.2: Invalid SQL: SELECT subscriptionlog.userid, subscriptionlog.status, subscriptionlog.regdate, subscriptionlog.expirydate, user.userid, user.username, user.usergroupid, displaygroupid, usergroup.usergroupid, usergroup.title, groupa.opentag as opentaga, groupa.closetag as closetaga, groupb.opentag as opentagb, groupb.closetag as closetagb FROM vb_subscriptionlog AS subscriptionlog LEFT JOIN vb_user ON (subscriptionlog.userid = user.userid) LEFT JOIN vb_usergroup ON(user.usergroupid = usergroup.usergroupid) LEFT JOIN vb_usergroup as groupa ON(user.usergroupid = groupa.usergroupid) LEFT JOIN vb_usergroup as groupb ON(user.displaygroupid = groupb.usergroupid) WHERE subscriptionlog.status != '0' ORDER BY subscriptionlog.regdate DESC LIMIT 0, 5; MySQL Error : Unknown table 'user' in field list Error Number : 1109 Date : Tuesday, October 10th 2006 @ 03:36:30 PM Script : http://www.website.com/index.php Referrer : http://www.website.com/index.php IP Address : xx.xx.x.xx Username : xxxxxx Classname : vb_database Apache Server 1.3.37 (Unix) PHP 4.4.4 MySQL 4.1.21 vBulletin 3.6.2 vBadvanced CMPS 2.2.0 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|