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)

RichieBoy67 04-14-2008 08:51 PM

Pardon me for not reading this entire thread. Chances are someone else has asked this already. If so perhaps the info can be placed in the initial post or something as it usually is..

Anyhow, Before I update I would like to know what has been changed and improved....... Usually this is announced as part of the initial post but all I saw was a list of features and nothing pertaining to this particular update..

Thanks so much for the work put into this. This is one of the best modifications ever for sure and very useful...

Darkwaltz4 04-14-2008 10:53 PM

sorry, i never formally announced the change through the announcement system because its still in rc, and i havent put together a full list of changes since 1.3 - but there are over 100% new stuff over 1.3 :-p i did put up a list of stuff from 1.4rc1 and rc2 here..
http://www.vbcredits.com/forum/showthread.php?t=1177

vanbao 04-18-2008 04:45 PM

Hi, I am new to vBulletin so please forgive my ignorance. I have vBulletin 3.6.9 and I just downloaded and installed vbcretits per steps 1-7. I did not add all the codes below step #7 in the instructions as I don't know what that is about.

After step 7, I see that vbcretics is shown in my Admin Control Panel.

http://farm3.static.flickr.com/2190/...b93ebb8c_o.png

However, I don't see the credits showing up in the forum under the members.

http://farm3.static.flickr.com/2319/...121754ef_o.png

Can someone please tell me what is wrong.

Thank you.

vanbao 04-18-2008 04:51 PM

Hi, I am new to vBulletin so please forgive my ignorance. I have vBulletin 3.6.9 and I just downloaded and installed vbcretits per steps 1-7. I did not make changes to the templates in the install instructions shown toward the bottom because I was not sure if I need to do that. These are the codes i am talking about.

Quote:

================================
Template: navbar
================================
FIND:
--------------------------------
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
--------------------------------
ADD BELOW:
--------------------------------
<if condition="$show['navbar_credits']">
<br />$vbphrase[credits]</a>: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<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>
</if>

And So On.........................

After step 7, I see that vbcretics is shown in my Admin Control Panel.

https://vborg.vbsupport.ru/external/2008/04/12.png

However, I don't see the credits showing up in the forum under the members.

https://vborg.vbsupport.ru/external/2008/04/13.png

Can someone please tell me what is wrong.

Thank you.

Digital Jedi 04-18-2008 09:08 PM

Quote:

Originally Posted by vanbao (Post 1493905)
Hi, I am new to vBulletin so please forgive my ignorance. I have vBulletin 3.6.9 and I just downloaded and installed vbcretits per steps 1-7. I did not make changes to the templates in the install instructions shown toward the bottom because I was not sure if I need to do that. These are the codes i am talking about.

You basically skipped Step 3 of the instructions:

Quote:

3) If you do NOT have TMS installed, or if TMS fails on your custom templates, apply the 14 Template Edits to the 10 Templates listed below.
- If you don't know what TMS is, you probably don't have it installed. Either way, making the edits manually will not hurt your forum
- Most of the templates can be modified to fit your styles, especially in the cases where credits are displayed
- Please note that when you upgrade vBulletin, you will need to perform these modifications again
Your not going to see anything displayed in your forum if you don't make the template edits that put them there.

vanbao 04-19-2008 06:09 AM

Quote:

Originally Posted by Digital Jedi (Post 1494094)
You basically skipped Step 3 of the instructions:



Your not going to see anything displayed in your forum if you don't make the template edits that put them there.

Great, it works beautifully. Thank you so much for all your help.

My next question is how to I show the top members with the most credits. Say the top ten members with the most credits.

Perhaps if there is a little display box or something on top that show that list. So we know who has the most credits. This way, I will know who has the most credit.

Also is there a secondary credits category say for a period (say credits B). For instance, if I want to run a contest for the month of May, starting May, everyone will have zero credits B. Then at the end of the month, the one with the most credits B will win.

Thank you

Darkwaltz4 04-19-2008 07:48 AM

vbcredits has a richest users list that displays in the donation/drawings link in the usercp. in the specialty settings you specify how many users to order by. in the main settings you select which display amount is ordered by (displayed). you can exclude groups from the list in the usergroup editor. i intend to have more modules for richest users in the next major release (after 1.4 final). you can also in the memberlist settings, choose to include a column for credits, which can also be ordered high or low to create a forumwide ranking.

there is no secondary thing like that, but in the next major release there will be logs which could be viewed by date like that

Digital Jedi 04-19-2008 08:10 AM

DarkWaltz, I had not gotten a chance to upgrade to 4.0RC prior to moving servers. This is the first forum move I've done alone, and I've run into a peculiarity I was wondering if yoy could enlighten me on. I got this error after the import:
Fatal error: Call to undefined method vBulletinHook::fetch_hookusage() in /home/******/public_html/cogonline/forums/plugins/credits_plugins.php on line 46
I tracked it down to two plugins causing the error. Define Showthread Template and Display Navbar. Once I turn those two off, I no longer get the error. Looking at my old hooks, I don't see any differences between the working forum and the imported board. Everything is identical (barring a couple of hooks that seemed to have switched places on the listing).

I also don't see anything peculiar in line 46:
PHP Code:

switch (array_pop(array_keys(vBulletinHook::fetch_hookusage(), true))) 

Any ideas?

EDIT: I should mention that in one of my first attempts to fix the error, I re-imported 4.0, allowing an overwrite, and I re-uploaded the plugins folder from the ZIP file. Both to no avail.

Darkwaltz4 04-19-2008 08:18 PM

you are using rc1 - please download and use rc2 :)

you may need to apply this to get the rc2 import to work (within this post):
https://vborg.vbsupport.ru/showpost....postcount=1655
because you are using an old version of vb

Digital Jedi 04-19-2008 08:55 PM

I was concerned, being that I didn't have the problem prior to the move, that trying to upgrade would complicate the problem. Bit if you don't think there will be an issue, I'll give it a try.


All times are GMT. The time now is 12: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.02983 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
  • (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