vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Subscription Notifications -- Drive paid subscriptions & renewals (https://vborg.vbsupport.ru/showthread.php?t=179864)

Ted S 06-10-2008 06:27 AM

Quote:

Originally Posted by wacnstac (Post 1545553)
Can the recent subcribers be seen my non-subscribers as well? I'll try to get this installed tomorrow. Just saw it now.

Yup. Just use the notice for "non subscribers".

wacnstac 06-11-2008 03:13 AM

This is a fantastic hack. Does everything I could have ever wanted from it. Thank you!

wacnstac 06-12-2008 09:09 PM

What is the order of the names that are displayed in the latest subscribers part of this hack? My name always seems to be up first even though there are others who have subscribed after I did.

Namaless 06-12-2008 09:18 PM

Hook: usercp_complete
Code:
Code:

eval('$template_hook[usercp_main_pos1] .= "$submessage";');
[hr]

Hook: forumhome_complete
Code:
Code:

$vbulletin->templatecache['FORUMHOME'] = str_replace('<!-- main -->', '$submessage' . '<!-- main -->', $vbulletin->templatecache['FORUMHOME']);
Regards.

Regards.

Ted S 06-12-2008 11:26 PM

Quote:

Originally Posted by wacnstac (Post 1547954)
What is the order of the names that are displayed in the latest subscribers part of this hack? My name always seems to be up first even though there are others who have subscribed after I did.

Whoops... it was ordering by expiration date. This has been changed to the id #. Please download the newest version if you use the recent subscriber feature.

SVTCobraLTD 06-13-2008 04:05 AM

Quote:

Originally Posted by Ted S (Post 1542415)
Good question Jason. At this point the messages show up until they are no longer relevant (i.e. the next one takes over). I'll likely add something to let the user close them down soon.

Has this been changed yet?

Ted S 06-13-2008 07:07 AM

Quote:

Originally Posted by SVTCobraLTD (Post 1548155)
Has this been changed yet?

It's not listed in the update log or features list... so no. :D

imedic 07-08-2008 08:56 AM

I have already installed the previous version and want to upgrade. Should I uninstall previous version and then install new one or just install?
If I uninstall it first would I lose the texts I have inputed ? Should I backup ?

Ted S 07-08-2008 05:03 PM

Quote:

Originally Posted by imedic (Post 1569933)
I have already installed the previous version and want to upgrade. Should I uninstall previous version and then install new one or just install?
If I uninstall it first would I lose the texts I have inputed ? Should I backup ?

To upgrade just upload the new product file and allow it to override what you have now. This way only new or updated information is applied and your old settings remain in place.

You should always backup addons before upgrading.

vitrag24 07-09-2008 06:29 PM

thanks.


All times are GMT. The time now is 07:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01193 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete