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)

Ilovechase 02-27-2006 02:36 PM

CMX_CMGSCCC- Sorry about not being so specific earlier...Okay

1)When posting you should get 20 points, after posting the points are the same as the original points, then it updates a few hours later very wierd.

2) When purchasing gifts the money doesnt deduct from your points. So if you are purchasing a gift for 50.00 and you see that it says 50.00 in cp, when you go to purchase it in the store it says it is free, once purchased. But this morning when I checked the history it is like it deducts later because it shows the correct price for it a few hours later.
so basically the points are delayed either way whether it is suppose to add or delete points.

3) When trying to change user titles I am getting The user you are trying to do this option to is protected against it!

Thank you
Monie

Cyricx 02-27-2006 02:59 PM

You have glowing username.. what about shadow username? :)

I've always loved the look of glow and shadow together :)

kofoid 02-27-2006 03:21 PM

I seem to have 3 Scheduled tasks for paychecks, all paycheck settings are at ZERO and everyone keeps getting paid. so I have 2 questions

1) Why is everyone still getting paid

2) why are there 3 scheduled tasks?

Wachtmeister 02-27-2006 03:30 PM

Quote:

Originally Posted by X-Files
Can we display the points (chips) in the navbar welcome block?

Code:

Welcome, X-Files. You have 32,997 chips!
You last visited: Today at 10:46 AM
Private Messages: Unread 0, Total 328.

Can the name be changed to chips instead of points?

Can we have real items in the shop?

Buy widget #1 for 1000 points(chips for us).

I know I should probably install and try things out. I need to get our dev site updated. so that I can try this out.

Is it that, what you want to do? (screenshot of my navbar)

X-Files 02-27-2006 03:59 PM

Quote:

Originally Posted by Wachtmeister
Is it that, what you want to do? (screenshot of my navbar)

Sort of but not in German ;)
I just want to diplay the total points(chips). We will not use the bank.

Harley77 02-27-2006 04:00 PM

Quote:

Originally Posted by MissKalunji
i have the other hack : award

and when i go to request award...it goes blank
if i unable the ebux hack it shows

same thing for the vbgallery sorry i didnt explain myself properly

I can confirm the award hack issue. Screen goes blank when you request an award.

Here is a link to the hack

CMX_CMGSCCC 02-27-2006 04:33 PM

Quote:

Originally Posted by mandy71480
Right, it's not showing up in the navbar. :(

Do u use a paid style purchased from somewhere? Sometimes those places have links in the header instead of the navbar templates..

Quote:

Originally Posted by X-Files
I see your points.

Regarding the limit. We were on phpbb and they had a points system that had this feature and we have been missing it since the move to vB.

Regarding the points removal. Usually for us it will just be one post in one forum. Do you think there would be a way to accomplish this without to much hacking.

For the reporting can everyone see the admin donate?

We will probably be trying this out on our dev site soon.

Thanks for your reply. You guys seem much more responsive than the ucash/ushop group.

Well, with the limit I could probably do something like that and have a global admin setting where the user cant get more than x points in a day, but it will take at least 1 field added to the user table and/or a big query inside a cron job to reset the "points received" daily. And if u have 200,000 members like my forums do, that query alone takes 4-5 seconds by itself, maybe more. The problem I see with this feature is it adds more and more queries the more I think about it.

As far as the points removal, that is one huge process to do. You could shorten it by not removing points for the "number of views", and not removing points for each user who had posted in the thread, but that kind of defeats the purpose of adding it in the first place..

As far as migrating from uCash v1.1.1, uCash 1.1.1 did NOT have a bank system, so u can use the Admin CP feature called uCash Integration to copy the points from the ucash tables to the ebux ones.

Quote:

Originally Posted by X-Files
Can we display the points (chips) in the navbar welcome block?

Code:

Welcome, X-Files. You have 32,997 chips!
You last visited: Today at 10:46 AM
Private Messages: Unread 0, Total 328.

Can the name be changed to chips instead of points?

Can we have real items in the shop?

Buy widget #1 for 1000 points(chips for us).

I know I should probably install and try things out. I need to get our dev site updated. so that I can try this out.

Real items in the shop, no, but I'm sure someone will make an add on for that. To change the name of points u can change the phrase ebux_points and it will change it most spots, like postbit, member info, etc..

The plugin I run for global_start sets up the points values for u...

Code:

        // add the points to the userinfo
        $vbulletin->userinfo['points'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_pointsfield']], $vbulletin->options['ebux_decimalplaces']);
        $vbulletin->userinfo['bank'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_bankfield']], $vbulletin->options['ebux_decimalplaces']);
        $vbulletin->userinfo['totalpoints'] = vb_number_format($vbulletin->userinfo[$vbulletin->options['ebux_pointsfield']] + $vbulletin->userinfo[$vbulletin->options['ebux_bankfield']], $vbulletin->options['ebux_decimalplaces']);

So you can use those variables to gain access to the points $vbulletin->userinfo[points] in a template should work... or $userinfo[points] or $bbuserinfo[points] might work depending on what template u r putting it in.

Quote:

Originally Posted by 1numara
first, thanks for answer :)

i found the panel settings you said.

i think you said "eBux eStore Permissions" - "Can this group purchase eStore options at all?"

i checked this settings for all usergroup i want to give access, but it's already set as "yes" ...

did i look the correct settings ? if yes, is there something else to recommend me ?

Also check the permission for the Categories under eStore Options -> Manage Categories too.

Quote:

Originally Posted by CallieJo2
I've deleted the old one...but it didn't affect the issue with gifts not showing up in postbit for most users. Even after updating the giftie fix thang in admin and here is my postbit/postbit legacy code:
Code:

<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
<if condition="$vboptions['ebux_enabled']"><div>$post[ribbons]</div></if>


Okies...thanks. If at any time in the future...not wanting to fill your plate more...can you enable it to be admin preference whether or not to show them all with messages or to just show them once with no message in postbit only?

At first I missed the messages, but then loved that it only showed one gift when there were more than one of the same thang. It kept it clean looking and peopes still could view messages in the profiles.

Also, I see the delete option in profile but not the hide option. Am I missing something? And is this always going to be in the profile for managing? I like it that way rather than usercp.

Thanks for all your hard work!! It's much appreciated BUNCHES!

Once I get this one site finished up I'll be working on another and adding your awesome product to it...at that time, I will again donate a little somethang somethang...Thanks and have a splendid day ;)

Did u reupload the Product XML file with Allow Overwrite set to Yes? I checked someones site out who was having this same problem and they did not import the v1.2.2 product xml file with overwrite set to yes as the Manage Products still said v1.2.1 for the eBux/eStore version number.

It has no effect to show them without the message really, they will always be stored serialized in to the user table now, so having an option to disable the title that is already gonna be in there doesnt seem like a good feature? since its already available and its nice to have some "alt" title for images...

The hide option was one I didnt have time to finish yet, but it will be coming soon.

Quote:

Originally Posted by mandy71480
this is what my navbar template code looks like if this helps... not sure why estore isn't showing up in the navbar

Code:

<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->
</script>

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>                       
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>       
       
        <if condition="$bbuserinfo['userid']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                </div>
                </td>
               
        <else />
               
                <td class="alt2" nowrap="nowrap" style="padding:0px">
                       
                <!-- login form -->
                <form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                        <td class="smallfont">$vbphrase[username]</td>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />               
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                </if>
                <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">
<if condition="$show['member']">
                                <td id="estoremenu" class="vbmenu_control"><a href="$show[nojs_link]#estoremenu">$vbphrase[estore_name] $vbphrase[estore_menu]</a> <script type="text/javascript"> vbmenu_register("estoremenu"); </script></td>
                        </if>               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$bbuserinfo['userid']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$bbuserinfo['userid']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="hidden" name="quicksearch" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton<br />
                        </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<if condition="$show['member']">
        <!-- estore tools menu -->
        <div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">

                <tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name] $vbphrase[estore_main]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[estore_lottery]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[ebux_bank]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[estore_donate]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[estore_thief]</a></td></tr>

                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>

                <if condition="is_member_of($bbuserinfo['usergroupid'], 6)">
                        <tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
                        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
                </if>

                </table>
        </div>
        <!-- / estore tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>

<!-- / PAGENAV POPUP -->
</if>


The only thing I can think of is r u logged in? Because the eStore only shows to users who are logged in.

Quote:

Originally Posted by LBSources
BUMP? :nervous:

Ayway to exclude a certain usergroup from points per download?

Well it's always possible, the only issues I'm starting to think about is, there are like 34 options for eBux Settings, before u know it, there will be 100 like there are store options lol

Quote:

Originally Posted by MissKalunji
i have the other hack : award

and when i go to request award...it goes blank
if i unable the ebux hack it shows

same thing for the vbgallery sorry i didnt explain myself properly

I'm not familiar with this hack, maybe its just incompatible?

Quote:

Originally Posted by Ilovechase
CMX_CMGSCCC- Sorry about not being so specific earlier...Okay

1)When posting you should get 20 points, after posting the points are the same as the original points, then it updates a few hours later very wierd.

2) When purchasing gifts the money doesnt deduct from your points. So if you are purchasing a gift for 50.00 and you see that it says 50.00 in cp, when you go to purchase it in the store it says it is free, once purchased. But this morning when I checked the history it is like it deducts later because it shows the correct price for it a few hours later.
so basically the points are delayed either way whether it is suppose to add or delete points.

3) When trying to change user titles I am getting The user you are trying to do this option to is protected against it!

Thank you
Monie

#1 and 2 I have no idea why that could happen, if u can replicate it every time and send me login details to ur site for admin with can administer plugins and I can replicate it easy, I can figure out whats wrong, but for it to happen randomly, I dont have the time to sit and wait all day until it happens. So try to narrow it down some more to the exact problem and then send me a PM.

#3 will be fixed in v1.2.3

Quote:

Originally Posted by Cyricx
You have glowing username.. what about shadow username? :)

I've always loved the look of glow and shadow together :)

Glowing and shadow use the same filter: command? and can they be combined, if so, does it require a second div, or can it simply be added into the style="blah" part of the DIV it already uses?

Quote:

Originally Posted by kofoid
I seem to have 3 Scheduled tasks for paychecks, all paycheck settings are at ZERO and everyone keeps getting paid. so I have 2 questions

1) Why is everyone still getting paid

2) why are there 3 scheduled tasks?

First off, u should delete 2 of the 3 tasks as there should only be 1.

Second, the cron tasks always run evne if no usergroups gets points, they just dont get any points added...

Quote:

Originally Posted by Harley77
I can confirm the award hack issue. Screen goes blank when you request an award.

Here is a link to the hack

Hmm, no idea why that would happen. It sounds like an issue with the awards hack, I checked their plugins and they dont use any same variable names that I use for eBS, so I dont see why there would be any issues.

-CMX

kofoid 02-27-2006 04:38 PM

Hey there CMX - I upgraded, and uploaded the plugin and none of our gifts are showing up :(


** nevermind - gotz to do my edits!

Holidazed 02-27-2006 04:44 PM

Quote:

Originally Posted by X-Files
Can the name be changed to chips instead of points?

Just change the following phrases:

estore_current_bank_points
estore_current_points_total
estore_no_points_in_bank_yet
ebux_points
ebux_total_points

Wachtmeister 02-27-2006 04:48 PM

A new(?) idea: What about a bank robbery?

I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?

Red Blaze 02-27-2006 04:54 PM

Changed from uCash/uShop to eBux/eStore this weekend. Had no trouble with this hack at all. It all works like a charm. Should of tried this one first. ^^;

X-Files 02-27-2006 05:03 PM

Quote:

Originally Posted by X-Files
For the reporting can everyone see the admin donate?

You missed this question and I have another after installing this.

Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.

Thanks again. Looks like it is very nice so far.

X-Files 02-27-2006 05:12 PM

Any documentation on these settings?

fly 02-27-2006 05:14 PM

Suggestion:

* With every option that effects another user, that user gets a PM. I wrote it into the Theif myself, but then forgot to save the code before I upgraded. Ooops

* Change the Lottery price on the main page from 'free' to 'variable' or something. It confuses my peeps.

* List the reason in the PM from an admin donate and other options with reasons (may have been done, but was not in 1.1.9)

fly 02-27-2006 05:17 PM

Quote:

Originally Posted by Wachtmeister
A new(?) idea: What about a bank robbery?

I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?

hahahahaha

Or a theft from the Federal Bank... (btw, I saw it in the readme, but haven't figured out where the bank really is)

fly 02-27-2006 05:26 PM

Quote:

Originally Posted by X-Files
You missed this question and I have another after installing this.

Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.

Thanks again. Looks like it is very nice so far.

No, they can't see it.

mandy71480 02-27-2006 05:40 PM

Quote:

The only thing I can think of is r u logged in? Because the eStore only shows to users who are logged in.
i told you I was a nub.... I entered the information on the wrong template. :P
<---dummy

Thanks for the help! donation is on the way!

X-Files 02-27-2006 05:48 PM

Quote:

Originally Posted by X-Files
You missed this question and I have another after installing this.

Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.

Thanks again. Looks like it is very nice so far.

So far everything looks great. Do you know if you have the preview points problem that was reported for uCash where you could just keep previewing your message and get points?

There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.
If I am not making sense let me know.

If we could get the donation reason in the history and figure out how to add 'real' items I think we may install it live. I also do not think we will be using the bank.

Thanks for all your help looking forward to your reply.

The Chief 02-27-2006 06:04 PM

Suggestion:

Would it be possible to give points per page submitted using vB Drupal?

That would be really awesome and a awesome add-on for all the people who are using vB Drupal, which I am sure would all install ;)

CallieJo 02-27-2006 06:05 PM

Quote:

Originally Posted by CMX_CMGSCCC
Did u reupload the Product XML file with Allow Overwrite set to Yes? I checked someones site out who was having this same problem and they did not import the v1.2.2 product xml file with overwrite set to yes as the Manage Products still said v1.2.1 for the eBux/eStore version number.

Manage products says:
eBux / eStore 1.2.2 eBux / eStore is a points/store system for vBulletin.

I upgraded from like 1.0.9 I thinks...

I can re-upload again and choose overwrite again and see if that will fix.

But, my users did notice that when a new gift is bought the gifts show back up in their postbit. Just not until a new one is bought, though...

Yet, all show up in profile and database.

caimakale 02-27-2006 06:05 PM

Quote:

Originally Posted by X-Files
There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.

This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.

Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.

X-Files 02-27-2006 06:11 PM

I seem to be getting 2 points every now and then while viewing threads. I have it set for 1 I think.

Red Blaze 02-27-2006 06:15 PM

I JUST thought of something. It would be pretty cool if there was a "Shopping Kart" kind of button for like when a user wants to buy 2+ items in one big bill. Just a thought. ._.

top end ms 02-27-2006 06:18 PM

I made one new catergory and no problems .. I tryed to make a second and get a database error ..

"Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO estorecategory (categoryid) VALUES ('101');"

can anyone help?

X-Files 02-27-2006 06:32 PM

Quote:

Originally Posted by caimakale
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.

Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.

That is pretty cool and I will probably us this. I think it will do what I want. To many posts here to read them all. :)

X-Files 02-27-2006 06:53 PM

Quote:

Originally Posted by caimakale
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.

Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.

Can you pm multiple people and the purchaser?

mandy71480 02-27-2006 06:54 PM

FYI- I tried to make a donation, but it is asking for a $5.50 shipping and handling charge....???

dirtycrow 02-27-2006 06:56 PM

v 1.2.2

ban users from forums seems not to be working. i set up the permissions in group and opitions correctly and in the forum permissions as well.

thoughts?

Zelda-King 02-27-2006 07:11 PM

Regarding site blank pages;
Quote:

Originally Posted by CMX_CMGSCCC
What URL are you at specifically when this happens and does it always do it?

Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.

eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...

I know the next question. This is the PHP I have at the top of those files;
PHP Code:

<?php
chdir
("./bb");
require_once(
'./global.php');
include(
'./includes/functions_user.php'); 
?>

(/bb/ is my forum directory.)

X-Files 02-27-2006 07:18 PM

Quote:

Originally Posted by caimakale
This doesn't sound too difficult to do, but at the present time I am trying to update the sports and ribbons addon. It doesn't help that I will basically be out of town for the next couple weeks either.

Check out ChurchMedia's addon in this thread, search for it, and see if it works for you, if not let me know.

One more thing. There does not seem to be any history stored on this. How can I do this. This is a very cool addon.

CMX_CMGSCCC 02-27-2006 07:22 PM

Quote:

Originally Posted by Wachtmeister
A new(?) idea: What about a bank robbery?

I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?

I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.

Quote:

Originally Posted by X-Files
You missed this question and I have another after installing this.

Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.

Thanks again. Looks like it is very nice so far.

No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.

In v1.2.3 it will log the reason into the item's history.

Quote:

Originally Posted by X-Files
Any documentation on these settings?

Not yet, but someone is more than welcome to start one :)

Quote:

Originally Posted by flypaper
Suggestion:

* With every option that effects another user, that user gets a PM. I wrote it into the Theif myself, but then forgot to save the code before I upgraded. Ooops

* Change the Lottery price on the main page from 'free' to 'variable' or something. It confuses my peeps.

* List the reason in the PM from an admin donate and other options with reasons (may have been done, but was not in 1.1.9)

As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.

The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.

The last u said will be in v1.2.3

Quote:

Originally Posted by mandy71480
i told you I was a nub.... I entered the information on the wrong template. :P
<---dummy

Thanks for the help! donation is on the way!

Doh, gotta hate when that happens... lol

Great that u fixed it though!

Quote:

Originally Posted by X-Files
So far everything looks great. Do you know if you have the preview points problem that was reported for uCash where you could just keep previewing your message and get points?

There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.
If I am not making sense let me know.

If we could get the donation reason in the history and figure out how to add 'real' items I think we may install it live. I also do not think we will be using the bank.

Thanks for all your help looking forward to your reply.

NO, I fixed that bug where u if u preview the post u dont get points until its added.

The donation reason will be in the history in v1.2.3

Quote:

Originally Posted by The Chief
Suggestion:

Would it be possible to give points per page submitted using vB Drupal?

That would be really awesome and a awesome add-on for all the people who are using vB Drupal, which I am sure would all install ;)

Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.

Quote:

Originally Posted by CallieJo2
Manage products says:
eBux / eStore 1.2.2 eBux / eStore is a points/store system for vBulletin.

I upgraded from like 1.0.9 I thinks...

I can re-upload again and choose overwrite again and see if that will fix.

But, my users did notice that when a new gift is bought the gifts show back up in their postbit. Just not until a new one is bought, though...

Yet, all show up in profile and database.

That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.

Quote:

Originally Posted by X-Files
I seem to be getting 2 points every now and then while viewing threads. I have it set for 1 I think.

U do not get points for urself for viewing ur own threads.

The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol

Quote:

Originally Posted by Red Blaze
I JUST thought of something. It would be pretty cool if there was a "Shopping Kart" kind of button for like when a user wants to buy 2+ items in one big bill. Just a thought. ._.

Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.

Quote:

Originally Posted by top end ms
I made one new catergory and no problems .. I tryed to make a second and get a database error ..

"Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO estorecategory (categoryid) VALUES ('101');"

can anyone help?

Will be fixed in v1.2.3

Quote:

Originally Posted by mandy71480
FYI- I tried to make a donation, but it is asking for a $5.50 shipping and handling charge....???

Because thats my business email account, just subtract $5.50 from how much u want to donate lol

Quote:

Originally Posted by dirtycrow
v 1.2.2

ban users from forums seems not to be working. i set up the permissions in group and opitions correctly and in the forum permissions as well.

thoughts?

There is no Ban User store option? Please elaborate more.

Quote:

Originally Posted by Zelda-King
Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.

eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...

I know the next question. This is the PHP I have at the top of those files;
PHP Code:

<?php
chdir
("./bb");
require_once(
'./global.php');
include(
'./includes/functions_user.php'); 
?>

(/bb/ is my forum directory.)

It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.

Quote:

Originally Posted by X-Files
One more thing. There does not seem to be any history stored on this. How can I do this. This is a very cool addon.

Could u please message the creator about this, they should be able to help u.

-CMX

Zelda-King 02-27-2006 07:25 PM

Quote:

Originally Posted by CMX_CMGSCCC
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.

Edit: PM sent! :)

Upgrades to 1.2.3...

Problem is still there.

X-Files 02-27-2006 07:59 PM

Quote:

Originally Posted by ChurchMedia
Updated action for selling physical products. Just upload this to the estore folder and create a new action(s). It will automatically PM the user's address to you and PM the user a receipt.

If I can not get a response from the user who created this does anyone want to help me get this hacked so it stores history. I am going through the code trying to figure it out my self but I am not the best php person.

Thanks.

Cyricx 02-27-2006 08:00 PM

Quote:

Originally Posted by CMX_CMGSCCC
Glowing and shadow use the same filter: command? and can they be combined, if so, does it require a second div, or can it simply be added into the style="blah" part of the DIV it already uses?

When I use them I just stack the Divs.

But I'll toy around and see if you can put them into the same div and post up a code example for you :)

X-Files 02-27-2006 08:04 PM

Quote:

Originally Posted by CMX_CMGSCCC
I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.



No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.

In v1.2.3 it will log the reason into the item's history.



Not yet, but someone is more than welcome to start one :)



As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.

The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.

The last u said will be in v1.2.3



Doh, gotta hate when that happens... lol

Great that u fixed it though!



NO, I fixed that bug where u if u preview the post u dont get points until its added.

The donation reason will be in the history in v1.2.3



Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.



That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.



U do not get points for urself for viewing ur own threads.

The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol



Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.



Will be fixed in v1.2.3



Because thats my business email account, just subtract $5.50 from how much u want to donate lol



There is no Ban User store option? Please elaborate more.



It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.



Could u please message the creator about this, they should be able to help u.

-CMX

Thanks! Still have a few things to work out on dev and I am sure I will have more questions. Awsome support!

trackpads 02-27-2006 08:20 PM

I am having the same issues as a few others:

1. The awards hack is no longer working, I get a blank screen when using the submit awards page.

2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.

Thanks again,

-Jason

Zelda-King 02-27-2006 08:26 PM

Just to let everyone else know my site integration issue is fixed for the next release.

Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;

1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]

I don't know if that's the default 1.2.3 package or your edits at my site though.

Roxie 02-27-2006 08:33 PM

I am also having blank award request, gifts not in postbit and an issue I haven't read yet. When stealing rep, the thief's rep power shows as zero, although it looks correct in the admin panel and the database.

trackpads 02-27-2006 08:35 PM

Quote:

Originally Posted by trackpads
I am having the same issues as a few others:

1. The awards hack is no longer working, I get a blank screen when using the submit awards page.

2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.

Thanks again,

-Jason


If I disable the store the Awards problem is fixed so it must be something in the store causing the trouble.

Thanks again,

-Jason

sim tech 02-27-2006 08:36 PM

Upgraded to 1.2.3 here.
On some of the gifts, they appear to be in a language other than english (Dutch?). I have no foreign language packs installed.
Angelfish is akvarie
medal is madalie
strawberry is jordbar
heart is hjerte

It looks like I can just rename the gifs in the images/gifts/ folder (and I'm guessing that I could add more here) but I was not sure if this would cause any other problems.

Note: The gifts are showing up on my postbits just fine. When I hover over them it comes up with the gift message. Very nice!


All times are GMT. The time now is 10:52 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.03710 seconds
  • Memory Usage 2,036KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (47)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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