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)

exilera 03-03-2006 04:38 AM

It would really be a good idea to mention exactly which template edits were modified. I have no idea what to change now, what's been changed with previous template edits, etc. I'm about to uninstall this thing until the author does away with template edits all-together.

If anyone would be so kind, please look at my Member Info template (I know it's long, sorry) and paste me a modified copy of it with the edits needed for 1.2.5 to work (while taking out the previous changes from other versions of this hack)? Thank you very much...

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
<tr>
        <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr>
                        <td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2">                       
                                <if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
                                        <div style="float:$stylevar[right]; padding:4px">
                                                <if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
                                                <if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
                                        </div>
                                </if>                       
                                <if condition="$userinfo['glowcolor']"><div class="bigusername" style="filter:Glow(Color=$userinfo[glowcolor],Strength=$userinfo[glowstrength]); width:100%;"><else /><div class="bigusername"></if>$userinfo[musername] $userinfo[onlinestatus]</div>
                                <if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
                        </td>
                        <if condition="$show['profilepic']">
                        <td valign="top" align="$stylevar[right]" rowspan="2">
                                <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
                        </td>
                        </if>
                </tr>
                <tr valign="top">
                        <if condition="$show['avatar']">
                                <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
                        <else />
                                <td>&nbsp;</td>
                        </if>
                        <td class="smallfont" valign="bottom" align="$stylevar[right]">
                                <if condition="$show['lastactivity']">
                                        <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                                </if>
                                <if condition="$show['currentlocation']">
                                        <div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
                                </if>
                        </td>
                </tr>
                </table>
        </td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="center">
        <if condition="$userinfo['showvcard']">
                <td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
        </if>
        <if condition="$show['member']">
        <td class="vbmenu_control">
                <if condition="$show['addbuddylist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                </if>
        </td>
        <td class="vbmenu_control">
                <if condition="$show['addignorelist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
                </if>
        </td>
        </if>
        <if condition="can_moderate()">
                <td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
        </if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
        <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" width="50%">$vbphrase[forum_info]</td>
        <td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                                </div>
                        </div>
                       
                        <fieldset class="fieldset">
                                <legend>$vbphrase[posts]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                                        </td>
                                </tr>
                                <if condition="$vboptions['profilelastpost']">
                                <tr>
                                        <td>
                                                        $vbphrase[last_post]:<br />
                                                        <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                                                        $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                                        </td>
                                </tr>
                                </if>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                                </tr>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>

                        <if condition="$vboptions['ebux_enabled']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[ebux_name] $vbphrase[ebux_points]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_pointsmode" style="">
                                        <tr>
                                                <td class="alt1">
                                                        <div><a href="estore.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[ebux_points]</a>: $userinfo[points]</div>
                                                        <div>$vbphrase[ebux_bank]: $userinfo[bank]</div>
                                                        <div><phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $userinfo[totalpoints]</div>
                                                </td>
                                        </tr>
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$show['gifts']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[estore_gifts]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_usergiftsmode" style="">
                                        <tr>
                                                <td class="tcat"></td>
                                                <td class="tcat">$vbphrase[estore_sender]</td>
                                                <td class="tcat">$vbphrase[estore_message]</td>
                                                <td class="tcat"><if condition="$show['candelete']">$vbphrase[estore_delete]</if></td>
                                        </tr>
                                        $userinfo[gifts]
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$vboptions['usereferrer']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[referrals]: <strong>$referrals</strong>
                                </div>
                        </div>
                        </if>
                       
                        <if condition="$show['usernotes']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[user_notes]:
                                        <if condition="$show['usernoteview']">
                                                <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                                        </if>
                                        <if condition="$show['usernotepost']">
                                                [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
                                        </if>
                                        <if condition="$show['usernoteview']">
                                                <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                                        </if>
                                </div>
                        </div>
                        </if>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="!$show['contactlinks']">
                                <tr>
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
                                </tr>                               
                                </if>
                                <if condition="$show['homepage']">
                                <tr>
                                        <td>
                                                $vbphrase[home_page]:<br />
                                                <a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['email']">
                                <tr>
                                        <td>
                                                $vbphrase[email]:<br />
                                                <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['pm']">
                                <tr>
                                        <td>
                                                $vbphrase[private_message]:<br />
                                                <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </div>
                       
                        <if condition="$show['hasimicons']">
                        <fieldset class="fieldset">
                                <legend>$vbphrase[instant_messaging]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['textimicons']">
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$vbphrase[icq]</td>
                                                <td>$userinfo[icq]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$vbphrase[aim]</td>
                                                <td>$userinfo[aim]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$vbphrase[msn]</td>
                                                <td>$userinfo[msn]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$vbphrase[yahoo]</td>
                                                <td>$userinfo[yahoo]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['skype']">
                                        <tr>
                                                <td>$vbphrase[skype]</td>
                                                <td>$userinfo[skype]</td>
                                        </tr>
                                        </if>
                                <else />
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$userinfo[icqicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$userinfo[aimicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$userinfo[msnicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$userinfo[yahooicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showskype']">
                                        <tr>
                                                <td>$userinfo[skypeicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                                        </tr>
                                        </if>
                                </if>
                                </table>
                        </fieldset>
                        </if>
                       
               
                </div>
        </div>
        </td>
       
</tr>
<tr>
        <td class="tcat" width="50%">$vbphrase[additional_information]</td>
        <td class="tcat" width="50%">$vbphrase[group_memberships]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                <div class="fieldset">
                        <if condition="$show['extrainfo']">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['birthday']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[birth_date]</strong>:<br />
                                                $userinfo[birthday]
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['age']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[age]</strong>:<br />
                                                $userinfo[age]
                                        </td>
                                </tr>
                                </if>
                                $customfields
                                </table>
                        <else />
                                <em>$vbphrase[n_a]</em>
                        </if>
                </div>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <if condition="$show['membergroups']">
                                        <td></td>
                                        <else />
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                                        </if>
                                </tr>
                                $membergroupbits
                                </table>
                        </div>
               
                </div>
        </div>
        </td>

</tr>
</table>

$footer

</body>
</html>


sim tech 03-03-2006 04:57 AM

Just gave ya $20 from simtechonline. Thanks for the great mod!

update - I get this message though from the lottery (and I'm the admin) when I select "view lottery winners" from the estore menu:


Quote:

You are not allowed to view Lottery Winners.

Hornstar 03-03-2006 06:28 AM

Okay I got a few questions:

1. Has anyone written anything in there forum about all the features to make it easier for there members to know what everything is etc. if so, could you post it here or pm me it.

2. In the admincp I have cost for attachments set to 0 however i just found out that members can set a price for other people to download there attachment. Can I get more info on this please. How to disable it, How to only set it for mods, smods and admins to set the price, and how to make it not cost points for admins, smods or mods if i choose too. I think these options are very important.

Thanks

Gamersource 03-03-2006 07:24 AM

To exilera:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
<tr>
        <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr>
                        <td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2">                       
                                <if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
                                        <div style="float:$stylevar[right]; padding:4px">
                                                <if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
                                                <if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
                                        </div>
                                </if>                       
                                <div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
                                <if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
                        </td>
                        <if condition="$show['profilepic']">
                        <td valign="top" align="$stylevar[right]" rowspan="2">
                                <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
                        </td>
                        </if>
                </tr>
                <tr valign="top">
                        <if condition="$show['avatar']">
                                <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
                        <else />
                                <td>&nbsp;</td>
                        </if>
                        <td class="smallfont" valign="bottom" align="$stylevar[right]">
                                <if condition="$show['lastactivity']">
                                        <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                                </if>
                                <if condition="$show['currentlocation']">
                                        <div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
                                </if>
                        </td>
                </tr>
                </table>
        </td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
        <if condition="$userinfo['showvcard']">
                <td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
        </if>
        <if condition="$show['member']">
        <td class="vbmenu_control">
                <if condition="$show['addbuddylist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                </if>
        </td>
        <td class="vbmenu_control">
                <if condition="$show['addignorelist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
                </if>
        </td>
        </if>
        <if condition="can_moderate()">
                <td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
        </if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
        <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" width="50%">$vbphrase[forum_info]</td>
        <td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                                </div>
                        </div>
                       
                        <fieldset class="fieldset">
                                <legend>$vbphrase[posts]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                                        </td>
                                </tr>
                                <if condition="$vboptions['profilelastpost']">
                                <tr>
                                        <td>
                                                        $vbphrase[last_post]:<br />
                                                        <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                                                        $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                                        </td>
                                </tr>
                                </if>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                                </tr>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>

<if condition="$vboptions['ebux_enabled']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[ebux_name] $vbphrase[ebux_points]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_pointsmode" style="">
                                        <tr>
                                                <td class="alt1">
                                                        <div class="smallfont"><a href="estore.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[ebux_points]</a>: $userinfo[points]</div>
                                                        <div class="smallfont">$vbphrase[ebux_bank]: $userinfo[bank]</div>
                                                        <div class="smallfont"><phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $userinfo[totalpoints]</div><br />
                                                        <if condition="$show['namechanges']"><br /><div class="smallfont"><a href="estore.php?do=namechanges&amp;userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[estore_view_username_change_history]</phrase></div></if>
                                                </td>
                                        </tr>
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$show['gifts']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[estore_gifts]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_usergiftsmode" style="">
                                        <tr>
                                                <td class="tcat"></td>
                                                <td class="tcat">$vbphrase[estore_sender]</td>
                                                <td class="tcat">$vbphrase[estore_message]</td>
                                                <td class="tcat"><if condition="$show['candelete']">$vbphrase[estore_delete]</if></td>
                                        </tr>
                                        $userinfo[gifts]
                                </tbody>
                                </table>
                        </div>
                        </if>
                       

                        <if condition="$vboptions['usereferrer']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[referrals]: <strong>$referrals</strong>
                                </div>
                        </div>
                        </if>
                       
                        <if condition="$show['usernotes']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[user_notes]:
                                        <if condition="$show['usernoteview']">
                                                <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                                        </if>
                                        <if condition="$show['usernotepost']">
                                                [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
                                        </if>
                                        <if condition="$show['usernoteview']">
                                                <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                                        </if>
                                </div>
                        </div>
                        </if>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="!$show['contactlinks']">
                                <tr>
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
                                </tr>                               
                                </if>
                                <if condition="$show['homepage']">
                                <tr>
                                        <td>
                                                $vbphrase[home_page]:<br />
                                                <a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['email']">
                                <tr>
                                        <td>
                                                $vbphrase[email]:<br />
                                                <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['pm']">
                                <tr>
                                        <td>
                                                $vbphrase[private_message]:<br />
                                                <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </div>
                       
                        <if condition="$show['hasimicons']">
                        <fieldset class="fieldset">
                                <legend>$vbphrase[instant_messaging]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['textimicons']">
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$vbphrase[icq]</td>
                                                <td>$userinfo[icq]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$vbphrase[aim]</td>
                                                <td>$userinfo[aim]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$vbphrase[msn]</td>
                                                <td>$userinfo[msn]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$vbphrase[yahoo]</td>
                                                <td>$userinfo[yahoo]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['skype']">
                                        <tr>
                                                <td>$vbphrase[skype]</td>
                                                <td>$userinfo[skype]</td>
                                        </tr>
                                        </if>
                                <else />
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$userinfo[icqicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$userinfo[aimicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$userinfo[msnicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$userinfo[yahooicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showskype']">
                                        <tr>
                                                <td>$userinfo[skypeicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                                        </tr>
                                        </if>
                                </if>
                                </table>
                        </fieldset>
                        </if>
                       
               
                </div>
        </div>
        </td>
       
</tr>
<tr>
        <td class="tcat" width="50%">$vbphrase[additional_information]</td>
        <td class="tcat" width="50%">$vbphrase[group_memberships]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                <div class="fieldset">
                        <if condition="$show['extrainfo']">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['birthday']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[birth_date]</strong>:<br />
                                                $userinfo[birthday]
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['age']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[age]</strong>:<br />
                                                $userinfo[age]
                                        </td>
                                </tr>
                                </if>
                                $customfields
                                </table>
                        <else />
                                <em>$vbphrase[n_a]</em>
                        </if>
                </div>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <if condition="$show['membergroups']">
                                        <td></td>
                                        <else />
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                                        </if>
                                </tr>
                                $membergroupbits
                                </table>
                        </div>
               
                </div>
        </div>
        </td>

</tr>
</table>

$footer

</body>
</html>

That is what I got... The problem is that when installing from a previous version, you have edited the template already. When you look for
Code:

<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
you won't find it. That's because most will have what you have. there is a </if> in there and if you edit it in anyway, you will end up with a error. The easiest way around that problem is to simply look at the default template and edit that (I believe it is mentioned in the Changes.txt found in CM's zip folder). When editing, also, make sure you get everything... you don't want two sections for user, bank, and total user points in the postbit (for example).

Now, I have a small problem. My users on my forum are not able to see their Bold and Italic username in the postbit. However, when viewing the user public profile, it shows just fine. Maybe I overlooked something? I was curious if it's not working for anyone else also.

Another problem with the lotto. I get You have already purchased the maximum amount of tickets for this lottery allowed. when trying to buy a ticket from the Daily Lotto. I had bought one from that and 3 from a custom made lottery. Max tickets per user on both is set at 5.

Joep11 03-03-2006 07:28 AM

Quote:

Originally Posted by CMX_CMGSCCC

If u have referred any members, u get some points almost everytime they perform something to get points too.

-CMX

The guy wich happens to has a referral from before installing estore. Does that also count? Nevertheless, he is still getting to much points for doing nothing... :ermm:

proxx 03-03-2006 07:39 AM

Dear CMX:

Thank you for adding:
Moderators Earn Extra Points Multiplier?
Super Moderators Earn Extra Points Multiplier?

These are very important features!

However, please change it to work like this:

1) Enter Usergroups & Forums which will earn Extra point Multiplier.

So, this way, this feature is NOT only limited to Moderators and Super-Moderators. But, it can be offered to any usergroup that I specify.

Also, by specifying which forums will allow this extra point multiplier, we can make sure that the selected usergroups will only earn extra points if they post in certain forums.

Scenario: I have a forum, where there are support sections and there are "useless chat" sections. I don't want the usergroup which was given the extra multiplier to be posting in the "useless chat" section and earn this multiplier; rather, i want them to post and earn extra points only when posting in Support sections of the forum.

Thanks in advance. This feature will be appreciated by many.

Rickie3 03-03-2006 07:43 AM

my upgrade went smoothly,all seems ok thanx CMX

Hornstar 03-03-2006 08:00 AM

Quote:

Originally Posted by proxx
Dear CMX:

Thank you for adding:
Moderators Earn Extra Points Multiplier?
Super Moderators Earn Extra Points Multiplier?

These are very important features!

However, please change it to work like this:

1) Enter Usergroups & Forums which will earn Extra point Multiplier.

So, this way, this feature is NOT only limited to Moderators and Super-Moderators. But, it can be offered to any usergroup that I specify.

Also, by specifying which forums will allow this extra point multiplier, we can make sure that the selected usergroups will only earn extra points if they post in certain forums.

Scenario: I have a forum, where there are support sections and there are "useless chat" sections. I don't want the usergroup which was given the extra multiplier to be posting in the "useless chat" section and earn this multiplier; rather, i want them to post and earn extra points only when posting in Support sections of the forum.

Thanks in advance. This feature will be appreciated by many.



Actually that would also benefit me as well.


Also can anyone answer or help me with my questions here https://vborg.vbsupport.ru/showpost....postcount=2723 thanks

Wachtmeister 03-03-2006 09:33 AM

You have won the lottery!

and
You have hit the jackpot for 195 after taxes!

ENJOY!


cannot be translated on my site. Maybe you can phrase them? (i still use 1.2.1)

X-Files 03-03-2006 11:53 AM

Quote:

Originally Posted by sim tech
Just gave ya $20 from simtechonline. Thanks for the great mod!

update - I get this message though from the lottery (and I'm the admin) when I select "view lottery winners" from the estore menu:

Look here:
https://vborg.vbsupport.ru/showpost....postcount=2696

X-Files 03-03-2006 12:02 PM

I love this hack but sometimes the points don't seem to calculate the way you think they should. We just need basic points.

User posts a new thread 3 points.
User replys 1.
Someone views your thread 0.01.
Points per good rep 1.
Points per bad rep 1.
Referal 25.

Sometimes it seems points are getting awarded when there is no activity. I am running it on a dev board and there is normally only myself on it. I will log in as a shlub user to test things out also.

That has really been my only major issue.

On our board this is imprtant because you can get products with these points.

X-Files 03-03-2006 12:06 PM

I get a 0.01 everytime I view my own thread now. Is that correct?

exilera 03-03-2006 12:13 PM

Quote:

Originally Posted by Gamersource
To exilera:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
<tr>
        <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr>
                        <td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2">                       
                                <if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
                                        <div style="float:$stylevar[right]; padding:4px">
                                                <if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
                                                <if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
                                        </div>
                                </if>                       
                                <div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
                                <if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
                        </td>
                        <if condition="$show['profilepic']">
                        <td valign="top" align="$stylevar[right]" rowspan="2">
                                <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
                        </td>
                        </if>
                </tr>
                <tr valign="top">
                        <if condition="$show['avatar']">
                                <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
                        <else />
                                <td>&nbsp;</td>
                        </if>
                        <td class="smallfont" valign="bottom" align="$stylevar[right]">
                                <if condition="$show['lastactivity']">
                                        <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                                </if>
                                <if condition="$show['currentlocation']">
                                        <div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
                                </if>
                        </td>
                </tr>
                </table>
        </td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
        <if condition="$userinfo['showvcard']">
                <td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
        </if>
        <if condition="$show['member']">
        <td class="vbmenu_control">
                <if condition="$show['addbuddylist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                </if>
        </td>
        <td class="vbmenu_control">
                <if condition="$show['addignorelist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
                </if>
        </td>
        </if>
        <if condition="can_moderate()">
                <td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
        </if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
        <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" width="50%">$vbphrase[forum_info]</td>
        <td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                                </div>
                        </div>
                       
                        <fieldset class="fieldset">
                                <legend>$vbphrase[posts]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                                        </td>
                                </tr>
                                <if condition="$vboptions['profilelastpost']">
                                <tr>
                                        <td>
                                                        $vbphrase[last_post]:<br />
                                                        <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                                                        $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                                        </td>
                                </tr>
                                </if>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                                </tr>
                                <tr>
                                        <td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>

<if condition="$vboptions['ebux_enabled']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[ebux_name] $vbphrase[ebux_points]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_pointsmode" style="">
                                        <tr>
                                                <td class="alt1">
                                                        <div class="smallfont"><a href="estore.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[ebux_points]</a>: $userinfo[points]</div>
                                                        <div class="smallfont">$vbphrase[ebux_bank]: $userinfo[bank]</div>
                                                        <div class="smallfont"><phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $userinfo[totalpoints]</div><br />
                                                        <if condition="$show['namechanges']"><br /><div class="smallfont"><a href="estore.php?do=namechanges&amp;userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[estore_view_username_change_history]</phrase></div></if>
                                                </td>
                                        </tr>
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$show['gifts']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[estore_gifts]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_usergiftsmode" style="">
                                        <tr>
                                                <td class="tcat"></td>
                                                <td class="tcat">$vbphrase[estore_sender]</td>
                                                <td class="tcat">$vbphrase[estore_message]</td>
                                                <td class="tcat"><if condition="$show['candelete']">$vbphrase[estore_delete]</if></td>
                                        </tr>
                                        $userinfo[gifts]
                                </tbody>
                                </table>
                        </div>
                        </if>
                       

                        <if condition="$vboptions['usereferrer']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[referrals]: <strong>$referrals</strong>
                                </div>
                        </div>
                        </if>
                       
                        <if condition="$show['usernotes']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[user_notes]:
                                        <if condition="$show['usernoteview']">
                                                <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                                        </if>
                                        <if condition="$show['usernotepost']">
                                                [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
                                        </if>
                                        <if condition="$show['usernoteview']">
                                                <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                                        </if>
                                </div>
                        </div>
                        </if>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="!$show['contactlinks']">
                                <tr>
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
                                </tr>                               
                                </if>
                                <if condition="$show['homepage']">
                                <tr>
                                        <td>
                                                $vbphrase[home_page]:<br />
                                                <a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['email']">
                                <tr>
                                        <td>
                                                $vbphrase[email]:<br />
                                                <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['pm']">
                                <tr>
                                        <td>
                                                $vbphrase[private_message]:<br />
                                                <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </div>
                       
                        <if condition="$show['hasimicons']">
                        <fieldset class="fieldset">
                                <legend>$vbphrase[instant_messaging]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['textimicons']">
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$vbphrase[icq]</td>
                                                <td>$userinfo[icq]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$vbphrase[aim]</td>
                                                <td>$userinfo[aim]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$vbphrase[msn]</td>
                                                <td>$userinfo[msn]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$vbphrase[yahoo]</td>
                                                <td>$userinfo[yahoo]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['skype']">
                                        <tr>
                                                <td>$vbphrase[skype]</td>
                                                <td>$userinfo[skype]</td>
                                        </tr>
                                        </if>
                                <else />
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$userinfo[icqicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$userinfo[aimicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$userinfo[msnicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$userinfo[yahooicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showskype']">
                                        <tr>
                                                <td>$userinfo[skypeicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                                        </tr>
                                        </if>
                                </if>
                                </table>
                        </fieldset>
                        </if>
                       
               
                </div>
        </div>
        </td>
       
</tr>
<tr>
        <td class="tcat" width="50%">$vbphrase[additional_information]</td>
        <td class="tcat" width="50%">$vbphrase[group_memberships]</td>
</tr>
<tr valign="top">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                <div class="fieldset">
                        <if condition="$show['extrainfo']">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['birthday']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[birth_date]</strong>:<br />
                                                $userinfo[birthday]
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['age']">
                                <tr>
                                        <td>
                                                <strong>$vbphrase[age]</strong>:<br />
                                                $userinfo[age]
                                        </td>
                                </tr>
                                </if>
                                $customfields
                                </table>
                        <else />
                                <em>$vbphrase[n_a]</em>
                        </if>
                </div>
               
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <if condition="$show['membergroups']">
                                        <td></td>
                                        <else />
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                                        </if>
                                </tr>
                                $membergroupbits
                                </table>
                        </div>
               
                </div>
        </div>
        </td>

</tr>
</table>

$footer

</body>
</html>

That is what I got... The problem is that when installing from a previous version, you have edited the template already. When you look for
Code:

<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
you won't find it. That's because most will have what you have. there is a </if> in there and if you edit it in anyway, you will end up with a error. The easiest way around that problem is to simply look at the default template and edit that (I believe it is mentioned in the Changes.txt found in CM's zip folder). When editing, also, make sure you get everything... you don't want two sections for user, bank, and total user points in the postbit (for example).

Now, I have a small problem. My users on my forum are not able to see their Bold and Italic username in the postbit. However, when viewing the user public profile, it shows just fine. Maybe I overlooked something? I was curious if it's not working for anyone else also.

Another problem with the lotto. I get You have already purchased the maximum amount of tickets for this lottery allowed. when trying to buy a ticket from the Daily Lotto. I had bought one from that and 3 from a custom made lottery. Max tickets per user on both is set at 5.


Yea, I would go back and redo the template edit from scratch, except that I didn't make a copy of the template before I edited it the first time (mistake learned) and the template is modified from the style I'm using. I'll have to reinstall my test board from scratch to get the code back for the basic template, I suppose...

Wachtmeister 03-03-2006 12:18 PM

Quote:

Originally Posted by X-Files
I love this hack but sometimes the points don't seem to calculate the way you think they should. We just need basic points.

User posts a new thread 3 points.
User replys 1.
Someone views your thread 0.01.
Points per good rep 1.
Points per bad rep 1.
Referal 25.

Sometimes it seems points are getting awarded when there is no activity. I am running it on a dev board and there is normally only myself on it. I will log in as a shlub user to test things out also.

That has really been my only major issue.

On our board this is imprtant because you can get products with these points.

Quote:
Originally Posted by Wachtmeister
Hello,

i observe my account on my forum and notice, that i get points also for doing nothing.

The last 5 minutes i've got 20 points. I did nothing and i got points. Why? I disabled the feature "Points For Referral's Actions Multiplier?". I also don't think, that 20 users gave me a good reputation the last minutes.

Does anybody has an idea, why some accounts grow so fast? I really earn about 1.000 and more points just for being member in my forum... This also happens to some other accounts.

Thanks




Anytime someone views ur thread, u get points, if u have 100 threads and they get 100 views, then u will get 100 points from the default settings.

Gizmo5h1t3 03-03-2006 12:30 PM

just checked the added bit in the memberinfo template, when its clicked, i get this...

Could not find phrase 'estore_no_name_changes_recorded'.

Rickie3 03-03-2006 12:32 PM

Quote:

Originally Posted by Gizmo5h1t3
just checked the added bit in the memberinfo template, when its clicked, i get this...

Could not find phrase 'estore_no_name_changes_recorded'.

i get the same

ImportPassion 03-03-2006 12:39 PM

I am up to 1.2.5, but users are not seeing their existing gifts. Does something manual have to be done besides the postbit changes?

Rickie3 03-03-2006 01:01 PM

Quote:

Originally Posted by 7thgenCivic.Com
I am up to 1.2.5, but users are not seeing their existing gifts. Does something manual have to be done besides the postbit changes?

yes i have noticed this as well and i did the the fix all gifts and they are not showing in posts

sim tech 03-03-2006 02:13 PM

Thanks X-files for pointing out where to change the options for viewing the lottery. I dug around for an hour in my admincp and searched on here but came up empty handed.

Thanks!

mat64 03-03-2006 02:16 PM

Quote:

Originally Posted by Rickie3
yes i have noticed this as well and i did the the fix all gifts and they are not showing in posts

Nevermind, Didnt read it properly ;)

MissKalunji 03-03-2006 04:07 PM

a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else

fly 03-03-2006 04:26 PM

Quote:

Originally Posted by MissKalunji
a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else

As far as I can tell, it doesn't appear to be free.

edit: Def not free on my board...

MissKalunji 03-03-2006 05:07 PM

well on my board it is....even tho the price is 350 + taxe

it doesnt substract it...

X-Files 03-03-2006 05:38 PM

Quote:

Originally Posted by X-Files
I get a 0.01 everytime I view my own thread now. Is that correct?

I think this:

5) eBux Option: Unregistered Gives Points for Viewing Threads to Thread Creator, with this you can disable points from spiders and other unregistered viewers viewing threads.

May have cleaned up my strange points issues. I will test some more before we go live.

kylek 03-03-2006 07:50 PM

CMX,

Sent you a pm, important, please get back to me.

Dark Aura 03-03-2006 08:00 PM

I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?

LauraFL 03-03-2006 08:19 PM

I have another usergroup that is set as admin. I have entered the usergroup id in the corect place, however they do not have the option to admin donate. Can this be fixed some how? Did I do something wrong?

Gamersource 03-03-2006 08:21 PM

Quote:

Originally Posted by Dark Aura
I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?

I know you can set a global amount received for thread views, posts, etc. Also, you can change the amount per forum for thread views and so forth. You can also just set it so nothing is received in any particular forum. Any of this can be done by going to your AdminCP and find Forum & Moderators >> Forum Manager. Or you could go to Forum & Moderators >> Forum Permissions so that, if for example you wanted to set Registered users to gain 5 points per thread in only one forum and Super Moderators to gain 10 points per thread in all forums, it is possible to be more specific per usergroup.

So... If you want a more general setting, go for Forum & Moderators >> Forum Manager. If you want a more specific setting, go for Forum & Moderators >> Forum Permissions.

As far as reducing the points per forum (if that is what you were referring to when you said "take"), I am not sure if CM's hack can do that now... with him you never know. lol I'm sure if you asked, he could tell you better than I... he would obviously know.

CMX_CMGSCCC 03-03-2006 08:47 PM

Quote:

Originally Posted by Roxie
On the estore main page there is a list of the top 10 richest, but the header (that was also a link to the rest) is not there.

I'm not using the right template? I've done the edits, anything else I need.

Also, did we do away with the option to disallow users to give gifts to themselves?

Thanks!

Check to see if u have any edited estore templates first, if u do, revert them. If u dont, then try to reimport the product xml file again with allow overwrites to yes again.

That particular option is an advanced option for the Give Gifts under Manage Options.

Quote:

Originally Posted by OAndrea
OK I followed your directions for the setting it to Zero and I had those who have immunity take it off, but it doesn't work for super mods or admins. They are set to not have auto immunity, but they still can't remove their immunities.
I am still playing with it will report back if I can get it to work but so far nothing is working:(

Also my gifts aren't dropping off:( Thanks for considering my request in the next upgrade:)

Did u check the Protected Usergroups Settings, there are some groups that are automatically protected whether they have immunity or not.

The gifts will drop off the next time someone purchases one. I.E. IF u have it set for 20 for the max displayed per postbit. Then the 21st gift will make the first gift drop off, if not, then this will be fixed in v1.2.6 as I have reworked the gifts here and its working on my test forum.

Quote:

Originally Posted by exilera
Each consecutive upgrade seems to be breaking more and more of the hack for me... I've attached a screenshot of my estore main page after 1.2.5...

There's so many template edit changes that I don't know what to do anymore... This is getting exceedingly frustrating.

Yes, the template changes are a bite in the ass, too bad vB.com doesnt have a better method for updating/hooking into the templates.

In the worst case scenario, either Revert the templates and redo the edits, or View the Original ones and look at where the changes are to be made to make them match.

Quote:

Originally Posted by sim tech
Just gave ya $20 from simtechonline. Thanks for the great mod!

update - I get this message though from the lottery (and I'm the admin) when I select "view lottery winners" from the estore menu:

There's a new Usergroup Setting, can view lottery winners when you Manage Usergroups from the Admin CP.

Quote:

Originally Posted by hornstar1337
Okay I got a few questions:

1. Has anyone written anything in there forum about all the features to make it easier for there members to know what everything is etc. if so, could you post it here or pm me it.

2. In the admincp I have cost for attachments set to 0 however i just found out that members can set a price for other people to download there attachment. Can I get more info on this please. How to disable it, How to only set it for mods, smods and admins to set the price, and how to make it not cost points for admins, smods or mods if i choose too. I think these options are very important.

Thanks

Not sure about #1.

About #2, I'll add some more settings for better attachments in the future.

Quote:

Originally Posted by Joep11
The guy wich happens to has a referral from before installing estore. Does that also count? Nevertheless, he is still getting to much points for doing nothing... :ermm:

Yes, if u look into the user table and referrerid is not 0, it will give points to the referrerid user.

Quote:

Originally Posted by proxx
Dear CMX:

Thank you for adding:
Moderators Earn Extra Points Multiplier?
Super Moderators Earn Extra Points Multiplier?

These are very important features!

However, please change it to work like this:

1) Enter Usergroups & Forums which will earn Extra point Multiplier.

So, this way, this feature is NOT only limited to Moderators and Super-Moderators. But, it can be offered to any usergroup that I specify.

Also, by specifying which forums will allow this extra point multiplier, we can make sure that the selected usergroups will only earn extra points if they post in certain forums.

Scenario: I have a forum, where there are support sections and there are "useless chat" sections. I don't want the usergroup which was given the extra multiplier to be posting in the "useless chat" section and earn this multiplier; rather, i want them to post and earn extra points only when posting in Support sections of the forum.

Thanks in advance. This feature will be appreciated by many.

Thats a bit more involved than I want to get at this point in time, but I have noticed the ideas in a future folder.

Quote:

Originally Posted by Wachtmeister
You have won the lottery!

and
You have hit the jackpot for 195 after taxes!

ENJOY!


cannot be translated on my site. Maybe you can phrase them? (i still use 1.2.1)

I'll see about putting in phrases for these in the next release.

Quote:

Originally Posted by X-Files
I love this hack but sometimes the points don't seem to calculate the way you think they should. We just need basic points.

User posts a new thread 3 points.
User replys 1.
Someone views your thread 0.01.
Points per good rep 1.
Points per bad rep 1.
Referal 25.

Sometimes it seems points are getting awarded when there is no activity. I am running it on a dev board and there is normally only myself on it. I will log in as a shlub user to test things out also.

That has really been my only major issue.

On our board this is imprtant because you can get products with these points.

U should disable stuff like points for rating threads, points for adding calendar events, referral points modifier, and the other ones that u dont want to use. If u enter a valid of 0 for them, they will be disabled.

Quote:

Originally Posted by X-Files
I get a 0.01 everytime I view my own thread now. Is that correct?

Code:

                // dont award points for the thread creator
                if ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'])
                {

This code is here to make sure the postuserid is not the same as the logged in user. I can refresh my own thread on my test forums all day and the points dont increase at all.

Unless I can replicate this problem, I cant really find a fix for it.

Quote:

Originally Posted by Gizmo5h1t3
just checked the added bit in the memberinfo template, when its clicked, i get this...

Could not find phrase 'estore_no_name_changes_recorded'.

This will be fixed in v1.2.6, it was in the wrong section.

Quote:

Originally Posted by 7thgenCivic.Com
I am up to 1.2.5, but users are not seeing their existing gifts. Does something manual have to be done besides the postbit changes?

Did u rebuild the gift postbits? It reads the gifts out of the estoregifts table, if its not in that table, the gift wont get put into the postbit. If u ever had an older gifts installed to 'gifts' it will not pickup gifts from any old gift hacks. That's the only issue I can see, the fix all gift postbits in the admin cp is working properly since v1.2.5

Quote:

Originally Posted by MissKalunji
a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else

It shows it for me on the test forums. Try to reupload all files again, and make sure the files are uploading with overwrite.

Quote:

Originally Posted by Dark Aura
I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?

It does allow u to specify which forum to gain points from posting in. But not individual threads.

Quote:

Originally Posted by LauraFL
I have another usergroup that is set as admin. I have entered the usergroup id in the corect place, however they do not have the option to admin donate. Can this be fixed some how? Did I do something wrong?

In v1.2.6 there will be a new template update to navbar that will allow it to use the Admin Usergroups to display the Admin Donate in the drop down.

If u want a new usergroup to be able to use Admin Donate, u must ALSO goto Manage Options -> Admin Donate -> Additional Usergroups -> Add the ones u want as well, it has a double check for security purposes.

Quote:

Originally Posted by Gamersource
I know you can set a global amount received for thread views, posts, etc. Also, you can change the amount per forum for thread views and so forth. You can also just set it so nothing is received in any particular forum. Any of this can be done by going to your AdminCP and find Forum & Moderators >> Forum Manager. Or you could go to Forum & Moderators >> Forum Permissions so that, if for example you wanted to set Registered users to gain 5 points per thread in only one forum and Super Moderators to gain 10 points per thread in all forums, it is possible to be more specific per usergroup.

So... If you want a more general setting, go for Forum & Moderators >> Forum Manager. If you want a more specific setting, go for Forum & Moderators >> Forum Permissions.

As far as reducing the points per forum (if that is what you were referring to when you said "take"), I am not sure if CM's hack can do that now... with him you never know. lol I'm sure if you asked, he could tell you better than I... he would obviously know.

To tell the truth I have never tried a NEGATIVE points number on a forum, its possible that putting -10 will take away points from the thread, but not 100% sure, it might cause an MySQL error too...... Needs to be tested.

EDIT: Just tested, I put -1 for Thread View in a forum, then viewed a post in that forum, it takes 1 point away every time I refresh someone else's thread. Refreshing my own thread does not take away any points.

-CMX

pross 03-03-2006 09:19 PM

Outstanding mod this. Shame the text effects don't work in FireFox though. 50% of my members are FF users :(

Dark Aura 03-03-2006 09:32 PM

Quote:

Originally Posted by Gamersource
I know you can set a global amount received for thread views, posts, etc. Also, you can change the amount per forum for thread views and so forth. You can also just set it so nothing is received in any particular forum. Any of this can be done by going to your AdminCP and find Forum & Moderators >> Forum Manager. Or you could go to Forum & Moderators >> Forum Permissions so that, if for example you wanted to set Registered users to gain 5 points per thread in only one forum and Super Moderators to gain 10 points per thread in all forums, it is possible to be more specific per usergroup.

So... If you want a more general setting, go for Forum & Moderators >> Forum Manager. If you want a more specific setting, go for Forum & Moderators >> Forum Permissions.

As far as reducing the points per forum (if that is what you were referring to when you said "take"), I am not sure if CM's hack can do that now... with him you never know. lol I'm sure if you asked, he could tell you better than I... he would obviously know.

Thank you :)

Good enough for me think I will install it, just one more question will this hack work with 3.5.3?

Rickie3 03-03-2006 09:35 PM

Quote:

Originally Posted by Dark Aura
Thank you :)

just one more question will this hack work with 3.5.3?

absolutely without a doubt;-)

CMX_CMGSCCC 03-04-2006 01:11 AM

Quote:

Originally Posted by pross
Outstanding mod this. Shame the text effects don't work in FireFox though. 50% of my members are FF users :(

Tell Mozilla to add support for the Style "Filter" command :)

-CMX

Red Blaze 03-04-2006 02:04 AM

Would they? That's the question. ='D

How many more additions are you making for this thing. You're on a major roll here. One thing I'm not too fond of is the constant updates on the templates. Other than that, it's very easy to upgrade.

KimmiKat 03-04-2006 06:28 AM

Simular problem. Some members can see the points in the post bit, others can't.

Quote:

Originally Posted by Rickie3
yes i have noticed this as well and i did the the fix all gifts and they are not showing in posts


caimakale 03-04-2006 06:38 AM

Quote:

Originally Posted by Red Blaze
Would they? That's the question. ='D

How many more additions are you making for this thing. You're on a major roll here. One thing I'm not too fond of is the constant updates on the templates. Other than that, it's very easy to upgrade.

Unfortunately that's the name of the game. Believe it or not, CMX is trying to make things easier. And even though there are alot of template changes, the future will start being a little easier...I won't that you will never have to make another template edit, because you probably will, but I know some of the recent edits will make future updates easier for him, and it won't require you to edit certain code in the templates.

CMX_CMGSCCC 03-04-2006 02:56 PM

Quote:

Originally Posted by Red Blaze
Would they? That's the question. ='D

How many more additions are you making for this thing. You're on a major roll here. One thing I'm not too fond of is the constant updates on the templates. Other than that, it's very easy to upgrade.

I wouldnt see why they wouldnt, as long as they could do legally. From what I know its OK to be "compatible" as long as u dont nick their code.

Yeah, I hate the template updates too, vB.com should start adding variables into the templates to modify.. like $aftercalendar, $afterquicknav, etc.. And it would be MUCH easier to update the templates without hacking them.

Quote:

Originally Posted by KimmiKat
Simular problem. Some members can see the points in the post bit, others can't.

Some can see the POINTS and some cant? That doesnt make sense, what does it show in place of the points?


Good news and bad news:

Good news: v1.2.6 is coming soon ...

Bad news: But its gonna have to be put on hold because it has come to my attention someone has trademarked the word "ebux" in USA & Canada.

So this name will have to be changed, and what really sucks is there are a lot of ebux names inside this product, its gonna take an overhaul basically of every single PHP/XML file to update these changes.

We got an email that someone searched on google for ebux and our thread is coming up, haha, that must mean its very popular. In any case, I'll be changing it to comply and stay out of legal harms way.

If u have any ideas for names, please send it to me via PM.

-CMX

Sinistra 03-04-2006 03:05 PM

Think you could intergrate it with the GARS system. I have GARS and the vb.org Installer system. I would like people to be able to post releases, tutorials, articals, or is that used as a post ?

trackpads 03-04-2006 03:08 PM

Speaking as a guy who actually holds Trademarks I can say that you are good with Ebux. As long as you dont open a conflicting company with these:

http://tess2.uspto.gov/bin/showfield...ate=fvtmof.2.3

http://tess2.uspto.gov/bin/showfield...ate=fvtmof.2.2

(If these links dont work do a new TO search: http://tess2.uspto.gov/bin/gate.exe?...ate=fvtmof.1.1)


You are fine.

When I trademarked Trackpads for example I found out that UPS actually trademarked the name "Trackpad" for their little handheld scanners. But the USPTO said I could have Trackpads because I was not in the shipping business.

I think you are fine with the name.

-Jason

docvader 03-04-2006 03:21 PM

Well. I fly to Thailand, eventually revisit this site, and find over fifty pages for this hack that I haven't read. CMX, you truly are amazing.

One really stupid question, if I may, before I upgrade this hack. As Ebux is progressing rapidly, do you have to reconfigure all the various usergroup permissions, and other settings in the ebux admin control panel, each time you upgrade this hack?

Or do the "previous" settings remain???

Incredible work in progress here. Appreciate your dedication and devotion.

rich


All times are GMT. The time now is 05:30 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.05848 seconds
  • Memory Usage 2,404KB
  • 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
  • (6)bbcode_code_printable
  • (35)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