vbEnhancer.com

Go Back   vbEnhancer.com > The Enhancements 2010 > End User Mood


Post New Thread Reply
 
LinkBack Thread Tools Search this Thread
Old 05-26-2009   #1 (permalink)
CEO, Engy
 
nexia's Avatar
 
Join Date: Oct 2007
Posts: 2,350
Give View Access to subscriptions list for guests

vB Version: 3.8, 4.X

Attached Files
File Type: zip give_view_access_to_subs.txt.zip (834 Bytes, 3 for this version, 3 in total views)
In the default vBulletin, guests have no access to the Subscriptions List page, on vbEnhancer.com - Paid Subscriptions ... reason?.. .because it is activating the userCP Shell, which is useless to guests.

But what if you want to tease your visitors by showing your subscriptions plans so they want to register...

To let the Guest/Unregistered users see the subscriptions list before registration, here is the way to do it:

FIND IN FILE /payments.php on line 56

<?PHP Code

if ($vbulletin->userinfo['userid'] == 0)
{
    
print_no_permission();

DELETE these lines

THE FIND THESE LINES:

<?PHP Code

if (empty($_REQUEST['do']))
{
    
$_REQUEST['do'] = 'list';

JUST BELOW, ADD THESE LINES:

<?PHP Code

if ($vbulletin->userinfo['userid'] == AND $_REQUEST['do'] != 'list')
{
    
print_no_permission();

that's all... now they can access the subscriptions list... that's all they can do, if they click to continue the process, they will be asked to login or register!
nexia is offline   Reply With Quote
Old 11-10-2009   #2 (permalink)
Member
 
Join Date: Nov 2009
Posts: 39
this seems great, but i dont even know howto do subscriptions plans
jaderollie is offline   Reply With Quote
Old 11-10-2009   #3 (permalink)
CEO, Engy
 
nexia's Avatar
 
Join Date: Oct 2007
Posts: 2,350
vBulletin Manual - Paid Subscriptions
nexia is offline   Reply With Quote
Old 11-10-2009   #4 (permalink)
Member
 
Join Date: Nov 2009
Posts: 39

“ Originally Posted by nexia View Post

Thanks alot, its well appreciated
jaderollie is offline   Reply With Quote
Post New Thread Reply
Lower Navigation
Go Back   vbEnhancer.com > The Enhancements 2010 > End User Mood


Bookmarks

Tags
default, howto, html, permission, registration, shell, usercp

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Lower Navigation
Go Back   vbEnhancer.com > The Enhancements 2010 > End User Mood


All times are GMT -4. The time now is 08:16 PM.


Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0