vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBCredits II Deluxe (https://vborg.vbsupport.ru/showthread.php?t=245752)

rootsxrocks 12-15-2010 02:45 PM

Its there somting more I have to set up for charging for content, when a member clicks the button the header loads in the post and then it stalls .

merk_aus 12-16-2010 02:35 AM

Code:

In order to upgrade or install vBCredits, you must upload credits_installer.php to the plugins folder within your forum directory!
Is what it comes up with when attempting to install Credits on fresh install of vbps 4.1 PL2

Darkwaltz4 12-19-2010 06:39 PM

Quote:

Originally Posted by NarutoFTW (Post 2133868)
Are we able to use custom icons?

What are you referring to?

Quote:

Originally Posted by blue6995 (Post 2134127)
It looks the new version doesn't allow you to disable the auto template edits.

Has this been fixed now?

Thanks

You can restore this in the meantime by editing admincp/credits_admin.php and finding:

PHP Code:

// ##################### Start Events Update ################################### 

and inserting this ABOVE that:

PHP Code:

// ##################### Start Displays Update ###################################

if ($_REQUEST['do'] == 'update_displays')
{
    
$vbulletin->input->clean_array_gpc('r', array(
        
'active' => TYPE_ARRAY
    
));

    
$displays $db->query_read("SELECT displayid FROM " TABLE_PREFIX "credits_display");

    while (
$display $db->fetch_array($displays))
    {
        
$db->query_write("UPDATE " TABLE_PREFIX "credits_display SET enabled = " intval($vbulletin->GPC['active'][$display['displayid']]) . " WHERE displayid = '" $db->escape_string($display['displayid']) . "'");
    }

    
$db->free_result($displays);
    
vbcredits_cache();

    
define('CP_REDIRECT''credits_admin.php?' $vbulletin->session->vars['sessionurl'] . 'do=displays');
    
print_stop_message('credits_displays_saved');


Quote:

Originally Posted by ocloren (Post 2134252)
When will crediting of events be available for blog and article sections of vBulletin 4? ...if ever.

It is on the radar, but no official timeframe is available sorry. It will probably be one of the sooner ones though, because it seems to have a mild number of people asking for it.

Quote:

Originally Posted by rootsxrocks (Post 2134289)
Its there somting more I have to set up for charging for content, when a member clicks the button the header loads in the post and then it stalls .

Please keep support for the pro features at my official site thanks :p

Quote:

Originally Posted by merk_aus (Post 2134610)
Code:

In order to upgrade or install vBCredits, you must upload credits_installer.php to the plugins folder within your forum directory!
Is what it comes up with when attempting to install Credits on fresh install of vbps 4.1 PL2

Sorry, but that was something that was forgotten to be changed, but that means you are lacking the (forum)/dbtech/credits folder, or at least the credits_installer.php file within it. Make sure your FTP program deep-uploads directories. If that one is missing, you are probably missing others.

dondavis 12-21-2010 03:51 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2133122)
(but no charge bbcode :D)

Darkwaltz4 could you tell me plz est. timeframe when it will be done? Thats important for me.

Darkwaltz4 12-22-2010 01:46 AM

That exists in the pro version only, fully implemented :p

dondavis 12-22-2010 07:05 AM

Quote:

Originally Posted by Darkwaltz4 (Post 2137438)
That exists in the pro version only, fully implemented :p

Ahh cool, i am gonna buy it asap.

petergharris 12-22-2010 08:47 AM

Sorry if I have missed it, but is there any way that you can give members credits automatically when they go into another usergroup.

Equally how do you give members credits through the admincp.

Darkwaltz4 12-22-2010 12:16 PM

Quote:

Originally Posted by petergharris (Post 2137559)
Sorry if I have missed it, but is there any way that you can give members credits automatically when they go into another usergroup.

Equally how do you give members credits through the admincp.

That is the Welcome action you should attach/edit an event for - the Activity Amounts Configuration menu link

You can modify the accounts of users by going to the Recalculate User Accounts menu link.

petergharris 12-22-2010 02:01 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2137612)
That is the Welcome action you should attach/edit an event for - the Activity Amounts Configuration menu link

You can modify the accounts of users by going to the Recalculate User Accounts menu link.

Thanks very much, it works a treat :)

andrewpl 12-23-2010 06:00 AM

hello,
i have installed the mod but the refferer becomes no points why?
Than i have a problem, i can no give and take credits with adjust why?


All times are GMT. The time now is 07:27 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.01340 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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