vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

Ignignokt 02-02-2006 11:36 PM

I think you are drawing the wrong option for changing user titles regarding the length. It is taking the maxlength from ['maxuserlength'] instead of an option relating to the customusertitle.

Also, the glowing usernames do not show up in firefox.

PennylessZ28 02-02-2006 11:43 PM

Suggestions, ability to remove what users can and can not buy.

Makaveli105 02-03-2006 12:06 AM

Quote:

Originally Posted by Ignignokt
I think you are drawing the wrong option for changing user titles regarding the length. It is taking the maxlength from ['maxuserlength'] instead of an option relating to the customusertitle.

Also, the glowing usernames do not show up in firefox.

neither do colored usernames :(

lordnex 02-03-2006 12:23 AM

Quote:

Originally Posted by HR3rdGen
Suggestions, ability to remove what users can and can not buy.

THat's there isn't it? You can turn the entire thing on or off and can restrict each item by usergroup.

lordofgun 02-03-2006 01:01 AM

Quote:

Originally Posted by Ignignokt
I think you are drawing the wrong option for changing user titles regarding the length. It is taking the maxlength from ['maxuserlength'] instead of an option relating to the customusertitle.

Also, the glowing usernames do not show up in firefox.

That would explain it! I have my custom titles set at 100 chars, but it's cutting me off at 20, which is my username limit.

Ignignokt 02-03-2006 01:23 AM

In action.changeotherusertitle.php

Find:

Code:

        if (strlen($newusertitle) > $vbulletin->options['maxuserlength'])
Replace with:

Code:

        if (strlen($newusertitle) > $vbulletin->options['ctMaxChars'])
In action.changeusertitle.php

Find:

Code:

        if (strlen($newusertitle) > $vbulletin->options['maxuserlength'])
Replace with:

Code:

        if (strlen($newusertitle) > $vbulletin->options['ctMaxChars'])

CMX_CMGSCCC 02-03-2006 01:41 AM

To answer some questions:
1) Change Username changes the name inside the database.
2) I dont have vBookie installed, maybe I'll install it to look at compatibility issues sometime this weekend.
3) I have changed it to use the proper setting for maximum user title length. (It still uses the username minimum as a minimum value for user titles.)
4) You can set options accessible per usergroup from the Admin CP by setting the allowed usergroups or the denied usergroups. (By default, if its not in the allowed usergroups its already denied too.)
5) I will be adding a v3Arcade Pass (This is the entire reason I wrote this hack, I need this for my forums before I can add more Arcade Games. Probably will be done/started by the weekend.)

ALSO: If you change the points field, make sure its compatible with DECIMAL values, some points fields might be Integers and not DECMIMAL(30, 5) fields.

I've almost gotten v1.0.2 ready for release, I'm tidying up just a bit... stay tuned ....

-CMX

P.S. Does anyone have a public bug tracking spot I could use to track bugs for this hack?

gavinzac 02-03-2006 02:05 AM

for some reason, Points: is followed by nothing. :/ http://www.speakout.biz/forum
everything else seems to be ok, except that i cant see any points.

The Chief 02-03-2006 02:06 AM

Quote:

Originally Posted by CMX_CMGSCCC
To answer some questions:
1) Change Username changes the name inside the database.
2) I dont have vBookie installed, maybe I'll install it to look at compatibility issues sometime this weekend.
3) I have changed it to use the proper setting for maximum user title length. (It still uses the username minimum as a minimum value for user titles.)
4) You can set options accessible per usergroup from the Admin CP by setting the allowed usergroups or the denied usergroups. (By default, if its not in the allowed usergroups its already denied too.)
5) I will be adding a v3Arcade Pass (This is the entire reason I wrote this hack, I need this for my forums before I can add more Arcade Games. Probably will be done/started by the weekend.)

ALSO: If you change the points field, make sure its compatible with DECIMAL values, some points fields might be Integers and not DECMIMAL(30, 5) fields.

I've almost gotten v1.0.2 ready for release, I'm tidying up just a bit... stay tuned ....

-CMX

P.S. Does anyone have a public bug tracking spot I could use to track bugs for this hack?

Wow, your amazingly productive, thanks for doing all this work ;)

CMX_CMGSCCC 02-03-2006 02:24 AM

gavinzac: Try updating to the new version v1.0.2 and see if its fixed.

gamebgs: I really need these features for my own webpage thats the fuel behind the fire of this entire hack.

-CMX


All times are GMT. The time now is 09:19 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.02275 seconds
  • Memory Usage 1,747KB
  • 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
  • (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