![]() |
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. |
Suggestions, ability to remove what users can and can not buy.
|
Quote:
|
Quote:
|
Quote:
|
In action.changeotherusertitle.php
Find: Code:
if (strlen($newusertitle) > $vbulletin->options['maxuserlength']) Code:
if (strlen($newusertitle) > $vbulletin->options['ctMaxChars']) Find: Code:
if (strlen($newusertitle) > $vbulletin->options['maxuserlength']) Code:
if (strlen($newusertitle) > $vbulletin->options['ctMaxChars']) |
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? |
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. |
Quote:
|
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 |
/me clicks install and reserves post for future install
|
Whenever i try to change something in the ACP, there should be a process phrase like it said in the php file, but it wont show up and i cant mass give or even mass forum settings. It also says eStore v1.0.0 in the title bar when processing
EDIT: I also disactivated Colored Username but it still shows up in the store. Or is it because I'm admin? |
I ran the uCash integration option in the admincp...it only transferred the points that were in the users pocket. Any money in the bank didn't get transferred. Is that the same thing everyone else experienced? What about previous purchases like glowing usernames and such that are also in ebux, are those settings supposed to transfer?
|
can you integrate this with vbookie?
|
oh i've got your answer..thank you !!
|
Adding some new items for sale.. like i want to put t-shirts on sale at the estore.. is it possible with this hack?
|
Quote:
|
everything is smoooth, nice work
**INSTALLS*** |
Any more updates? I would love to get a mod about Theiving or something.. Any when i click eStore Action - Mass Points Clear it just a blank page and nothing happens
|
Nice hack but i have a problem i edited postbits legacy correctly however next to points displays nothing not even 0 what is wrong?
|
have u impotred it? That happened to me before i imported the xl what ever it is
|
yea it works fine just not showing the numbers
|
Note: Also i tried to change the colors and glow for my name and nothing happends
link http://www.twistedeffects.com/forums...yleid=2#post12 |
I have the same problem. My mass give away wont work :s It just comes up with a blank page... But it dont clear everyones points
|
Nice Hack :D
A theif option would be great. |
Thief option yes :)
|
can anybody please help configuring the setting!
I want to give on every new topic: 2 points and on every new reply 1 point! without any interests and nothing I tried to set it, but it was like giving 30 points on every new topic without any points on new replies! can somebody help me please! |
It does not show Who Changes Others User Title To XXX ???
It shows only Change Others User Title To XXX |
Purchasing the glow username (possibly others) causes the $user is online image to be sent to the next line, making it look bad.
|
Most of the problems people are having are because they did not reupload the entire UPLOAD folder to their servers root folder. The fact that the admin script says v1.0.0 shows that you did not upload the new UPLOAD/admincp/estore.php because in this file is a DEFINE that is define('ESTORE_VERSION', '1.0.2');
Therefore if you have upload the files via FTP with the option to "overwrite" all files on your FTP server, it would say v1.0.2 and the options should work. As far as the points not showing up in the template, that could also be because files were not uploaded as there was a plugin that changed to fix, make sure when upgrading to use Allow Overwrite YES when importing the product-ebux_estore.xml file again. The glow username will push something to the next line as it uses a 'div' to set the style for the glow, I've tried to use 'span' for the html tag but span doesnt work due to DOCTYPE problem. If anyone has any suggestion on a different html tag to use I'll incorporate it. Also, if you do not use the ebux points field, make sure that the points field you are using allows Decimal values, if it does not, then you must use exact integers for your points per thread view/thread/reply/reputation/etc.. -CMX |
I've done with Glow CMX :)
Go to AdminCP/Styles & Templates/Style Manager/ edit Template Postbit/ Find and add the green code:: Quote:
Plugin System/Plugin Manager/eBux / eStore - Postbit Edit this Plugin Find and remove the green code: Quote:
|
Hey CMX, When i try to reset everyones points it comes up with a blank page, i have uploaded everything and downloaded it twice.. I double checked
|
sounds absolutely f*****g awesome glad a store is finally released. One big thing i would like to request forit...
v3 arcade. back in the day when lesannes store hack was around you could make point by beign head of the arcade and by taking top place, could you make this a feature of your new HOTM in my eyes?????? Really eager for that addon, the mod actually looks like its the best one ive seen. Cheers. Saint |
Quote:
-CMX |
Look at the following Screen shots
|
i am willing to donate if you can make it integrate with the arcade as I asked, something like...
-Arcade champion for a game... gets however many point per day..(Untill he/she is beaten. -The longer a top score hasn't been beaten the more points you get for beating it.. -Make it cost to play a game... -Make an item avaliable for infinate game plays (Arcade pass) as i say im willing to donate. Love the look of this mod :) |
Oh this is great. Would it be possible to get a feature like gifts? I have some forums setup for my wife and they love this feature of ushop. Im not going to start migrating the board to 3.5.3 thanks :)
|
Quote:
I'm working on v3arcade integration, the hooks inside arcade.php, are they working? I've noticed it does not have an /includes/xml/hooks_arcade.xml file, I thought that hooks would not work if they are not "defined"? The gifts looks like it will need to be an add on, or in the least something that will take some more time to debug/add. -CMX |
No rush, I'm just the biggest fan of your hack :)
|
Quote:
Find: Code:
print_form_header('estore', 'resetpointsk'); Code:
print_form_header('estore', 'resetpoints'); |
All times are GMT. The time now is 07:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|