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)

kylek 02-15-2006 03:19 AM

Quote:

Originally Posted by MissKalunji
how do i know who won the lottery?

Cron Task Added for the Lottery. When it chooses a winner for the lottery, it sends a PM to the user who won the lottery.

CMX,

Is there a way for admins to also know who won the lottery? Winner might only come in oncein awhile and everyone would be asking who won.

caimakale 02-15-2006 03:19 AM

Quote:

Originally Posted by inspiration100
If I want to sell a zip full of goodies in the store, how would I do this? Is it possible?
Thanks,
Joseph

Somebody will probably have to write a plugin to handle something like this. As far as I know, it can't be done right now.

KevinL 02-15-2006 03:20 AM

I have to say...I dont think Ive ever seen any mod updated as much as this one! :lol:

Great work :)

inspiration100 02-15-2006 03:28 AM

Quote:

Originally Posted by caimakale
Somebody will probably have to write a plugin to handle something like this. As far as I know, it can't be done right now.

Thanks, have anyone I should request it to? I saw a posts for features awhile back, but IMO, this one is a MUST.
Thanks,
Joseph

caimakale 02-15-2006 03:31 AM

Quote:

Originally Posted by inspiration100
Thanks, have anyone I should request it to? I saw a posts for features awhile back, but IMO, this one is a MUST.
Thanks,
Joseph

You did just request it. If anybody is interested they may pick up the idea and make something for you. Don't get discouraged if you don't see somebody make it any time soon though. If it's a must, you may want to look into hiring somebody to make it for you.

exilera 02-15-2006 03:46 AM

Hello, I have a modified navbar template, and the tag to find is not present. Would someone be able to tell me where to insert the code by checking out my navbar template code below? Thanks!




Code:

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

<br />
<!-- Element Nav -->
<div class="element_nav_border">
  <div class="element_nav">
    <if condition="is_array($navbits)">
      <table  cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
        <tr>
          <td width="15"><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
          <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="$scriptpath"><span class="navbar"><strong>$navbits[lastelement]</strong></span></a> </td>
        </tr>
      </table>
      <else />
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="50%"><if condition="$show['member']">
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> $bbuserinfo[username],
                <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
              </div>
              <if condition="$show['pmstats']">
                <div class="smallfont"> <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" />
                  <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[element_private_messages]</phrase>
                </div>
              </if>
              <else />
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[element_register]</a></div>
            </if>
          </td>
          <td width="50%" align="right"><if condition="$show['member']">
              <form action="search.php" method="post">
                <input type="hidden" name="do" value="process" />
                <input type="hidden" name="showposts" value="0" />
                <input type="hidden" name="quicksearch" value="1" />
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="text" class="element_home_textarea" name="query" size="20" onfocus="this.value=''" value="$vbphrase[element_search_form]" />
                <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
              </form>
              <else />
              <!-- login form -->
              <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
                <div class="smallfont">
                  <input type="text" class="element_home_textarea" name="vb_login_username" id="navbar_username" size="20" accesskey="u" tabindex="101"  value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />
                  <input type="hidden" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />
                  <input type="password" class="element_home_textarea" name="vb_login_password" size="20" accesskey="p" tabindex="102" onfocus="this.value=''" value="Password" />
                  <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
                </div>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
              </form>
              <!-- / login form -->
            </if>
          </td>
        </tr>
      </table>
    </if>
  </div>
</div>
<!-- /Element Nav -->


<!-- Element Forum Description -->
<if condition="$show['forumdesc']">
<div class="element_forumdesc_spacer"></div>
<div class="element_forumdesc_border"><div class="element_forumdesc"><span class="smallfont"><strong>$foruminfo[title]</strong> $foruminfo[description]</span></div></div>
</if>
<!-- /Element Forum Description -->

<div class="element_spacer"></div>
<br />

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

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

<!-- PAGENAV POPUP -->

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

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


docvader 02-15-2006 03:58 AM

Did you try putting after this:

<if condition="$show['member']">

And seeing what happens?

(what happened to your navbar.... Mine is much bigger)

caimakale 02-15-2006 04:09 AM

Quote:

Originally Posted by docvader
Did you try putting after this:

<if condition="$show['member']">

And seeing what happens?

(what happened to your navbar.... Mine is much bigger)

He probably has a custom theme that doesn't have a navbar. It's not uncommon for some themes to have the navbar replaced in the header and it has to be coded as part of a graphics scheme.

shaynehammy 02-15-2006 04:10 AM

The update says

1) Added an Item History to log a history of each item that is purchased.

But i am getting this:

This item does not have any eStore history recorded yet. - Although a lot of items have been bought. I take it the history starts from the time 1.1.3 was installed?

CMX. I think history should display bought by and for who. Ie It would perfect if users could see which members bought user titles for and what the user title was changed to.

Thanks for the help everyone and well done CMX!

MissKalunji 02-15-2006 04:33 AM

Quote:

Originally Posted by kylek
Cron Task Added for the Lottery. When it chooses a winner for the lottery, it sends a PM to the user who won the lottery.

CMX,

Is there a way for admins to also know who won the lottery? Winner might only come in oncein awhile and everyone would be asking who won.


thanks and how do I KNOW who won?


All times are GMT. The time now is 02:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07983 seconds
  • Memory Usage 1,813KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete