vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=151924)

amroawad 03-18-2008 06:15 PM

But I can't seem to find all edits? For instance to begin in the nav bar

amroawad 03-18-2008 06:17 PM

By the way, whats TMS?

Darkwaltz4 03-18-2008 06:29 PM

well, work backward through the installation txt file :-p if you cant find an edit, you probably put it somewhere else or never made it, in which case you should try using the template searching feature in your acp, and search for partial lines (not whole blocks) as whitespace varies widely from what i see people doing

TMS is the template modification system available here at vborg. basically allows you to manage template edits like plugins, allowing you to update vb without having to redo all of your now-expired templates.

i hope you change your mind in the future, especially after some of the addons are done :D btw, there is a vbcommerce demo on the official vbcredits site if anyone hasnt seen it yet :)

amroawad 03-18-2008 06:51 PM

No problem mate and thanks for good backup and I maybe in the future ;)

wicked80 03-19-2008 03:58 AM

Hi Friends,
I tried installing this great mod on my 3.7.0 beta 5 version site and everything went smooth, except the "check" link in the navbar is throwing this error:
Code:

An appropriate representation of the requested resource forum/credits.php could not be found on this server.
I searched on google and came across this thread which says mod_security rules cause these types of errors and i followed the steps as specified here:

http://www.vbulletin.com/forum/showthread.php?t=197290

But then i started getting "Internal Server Error". So for the time being i have disabled those links in the navbar i.e.:
Code:

[<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if>
I dont' know which other links point to the credits.php class and i hope they might be failing as well.

So, I would appreciate if someone can give me some resolution to this issue.

Thanks

kotlt99 03-19-2008 03:58 AM

Thank you, Darkwaltz4 for your help

Just 1 more question:

Where can I set the amount that members can get when make a thread, reply and get from characters?

I've forgot where to change them T_T

Darkwaltz4 03-19-2008 04:12 AM

Quote:

Originally Posted by wicked80 (Post 1468427)
Hi Friends,
I tried installing this great mod on my 3.7.0 beta 5 version site and everything went smooth, except the "check" link in the navbar is throwing this error:
Code:

An appropriate representation of the requested resource forum/credits.php could not be found on this server.
I searched on google and came across this thread which says mod_security rules cause these types of errors and i followed the steps as specified here:

http://www.vbulletin.com/forum/showthread.php?t=197290

But then i started getting "Internal Server Error". So for the time being i have disabled those links in the navbar i.e.:
Code:

[<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if>
I dont' know which other links point to the credits.php class and i hope they might be failing as well.

So, I would appreciate if someone can give me some resolution to this issue.

Thanks

first, make sure you are applying the installation for vb3.7, this is the vb3.6 version. (the link is in the top post at the top ;)) make sure you are using rc2. check that the credits.php file is uploaded to your forum root folder. if you are using a hack which is not in your forum root folder (cmps pages and the galleries are common examples) your links in the navbar will be wrong - edit the navbar template to include your whole forumpath.

Quote:

Originally Posted by kotlt99 (Post 1468428)
Where can I set the amount that members can get when make a thread, reply and get from characters?

usergroup settings :)

please continue any further support in the 3.7 version thread if you are using the 3.7 version :D thanks

xHLHx Darkskilz 03-20-2008 10:47 AM

Quote:

Originally Posted by xHLHx Darkskilz (Post 1460774)
When I log in as a admin in not having that problem

But when a register user logs in he'll get the same msg.


Fatal error: Field credits is not defined in $validfields in class vB_DataManager_User in /includes/class_dm.php on line 485

Quote:

Originally Posted by Darkwaltz4 (Post 1460814)
people having trouble with the $validfields thing, try this:

in the plugin manager, replace the entire code contents of the
vBCredits - Define User DM Fields

with the following
PHP Code:

$this->validfields['credits'] = array(TYPE_NUMREQ_NO);
$this->validfields['credits_canearn'] = array(TYPE_BOOLREQ_NO);
$this->validfields['credits_canspend'] = array(TYPE_BOOLREQ_NO);
$this->validfields['credits_numrefs'] = array(TYPE_UINTREQ_NO);
$this->validfields['credits_saved'] = array(TYPE_NUMREQ_NO);
$this->validfields['credits_score'] = array(TYPE_INTREQ_NO);
$this->validfields['credits_interest'] = array(TYPE_UNIXTIMEREQ_NO); 

as for using this in a writing forum, you can make heavy use of the postsize award, so that users earn more for writing more, not necessarily often :-p but depends what you want to award them with

also, anyone interested in the changelog between 1.4rc1 and 1.4rc2, its been posted here
http://www.vbcredits.com/forum/showthread.php?t=1177

Can i also uninstall and than re-install it? Do you think that will work? Because i dont get it what i need to you (you quote)

Darkwaltz4 03-20-2008 11:50 AM

Darkskilz - ignore those instructions, and download rev1 from the first post. To update rc2 to rev1, simply upload the credits_plugins.php and functions_credits.php to their corresponding locations on your server, and youre done, and your problem will go away :)

xHLHx Darkskilz 03-20-2008 01:03 PM

Think it worked, thanks.

EDIT: Is there a way disable bank and loans?


All times are GMT. The time now is 01:36 AM.

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.02649 seconds
  • Memory Usage 1,764KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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