vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Promoting paid subscriptions (https://vborg.vbsupport.ru/showthread.php?t=112864)

arossphoto 04-13-2006 12:03 AM

Promoting paid subscriptions
 
This isn't really a question about mods, but it could possibly involve some.

I was just setting up my first vBulletin forum and a paid subscription, but I was really surprised to see the subscription option buried in the User CP where most people will never even notice it.

So I was just wondering if anybody had any creative ideas, or mod suggestions, for promoting paid subscriptions and getting them in front of people's faces?

Cheers,

Andrew

I've been playing around with user group permissions and I think some kind of mod or customization would be a good idea here. For example when you turn off a group's ability to use things like avatars, search and signatures they are removed from the board completely. I think they should be left visible, but when someone clicks on the option they get a message saying that option is only available if they upgrade with a subscription.

The way it is now I can just imagine all the emails I'd get asking "how do I setup my signature?", "how do I search?", "where can I upload an avatar?", etc, etc.

peterska2 04-13-2006 01:36 AM

When I've used paid subscriptions in the past, I added a link to the subscriptions page to the navbar using conditionals to ensure it was only shown to members and those who were not already subscribers.

arossphoto 04-13-2006 04:47 AM

I just came up with this idea to put a message at the top of the control panel based on usergroup. So members who do not have a subscription will see this info, but it will go away if they purchase a subscription.

I just added the following code to the very top of the USERCP template.


Code:

<!-- start message based on usergroup -->
<if condition="(in_array($vbulletin->userinfo['usergroupid'], array(2)))">
<table width="100%" align="center" style="background: #FFFAF0; border: solid 1px #660000;">
<tr>
<td>
Insert message about subscriptions here
</td>
</tr>
</table>
<br/>
</if>

<!-- end message based on usergroup -->



All times are GMT. The time now is 04:59 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.01036 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete