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)

PixelFx 03-12-2006 07:38 PM

thanks for all your hard work making this system, and then updating it when you had to change the name.

Gallio 03-13-2006 04:10 AM

Edit: Never mind problem fixed.

Bratz-Designs 03-13-2006 06:19 AM

Quote:

Originally Posted by Bratz-Designs
Hey,

I really love this hack but i ran into a problem. I have just updated to the newest version. Everytime i try to donate or when i give a gift i get this next error:



Any suggestions? :)


Plzz? :banana:

Hornstar 03-13-2006 08:58 AM

I keep getting this database error sent to my email after the update

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                      UPDATE vb3_
                      SET
                                =  + 2000
                              WHERE userid = '7431'
                              AND ebuxreceivespoints = '1';

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '=  + 2000
                              WHERE userid = '7431'
                              AND ebuxreceivespoint
Error Number : 1064
Date        : Sunday, March 12th 2006 @ 06:00:27 PM
Script      : http://www.gamerzneeds.net/forums/payment_gateway.php?method=paypal
Referrer    :
IP Address  :
Username    :
Classname    : vb_database

anyone know what is causing this? Or how to fix it?

Thanks


edit i think this was because of the subscription addon, i have disabled it for now, will see if that was the reason.

Ohiosweetheart 03-13-2006 02:35 PM

What would have been great would have been an extra set of instructions... for upgrades ONLY... with the templates as they were from eBux/eStore.
Having to do this new upgrade to vPlaza from eStore, but only having the virgin code to hunt for, and none of it was the same because I had eBux installed... was a huge pain in the petushie!

my3shadows 03-13-2006 03:28 PM

Quote:

Originally Posted by 7thgenCivic.Com
but my gifts would not have showed up if had not done the edits.
Quote:

Originally Posted by Rickie3
i had the same thing happen to fix i went to Fix all gifts,the default Number of users to process per cycle is 1000,I set mine to 10000 then clicked process and all showed up

I had something similar happen...I noticed that gifts showed up fine for my users that had AIM/MSN/etc. information entered (so that the icons showed up in the postbit, but gifts didn't show up for the members with no IM info. I got to looking at the postbit template (in my case postbit_legacy) and the code around the IM stuff was missing an end-if tag so the show gift/ribbon code was getting included with the IM code. Once I added another end-if tag, it worked fine.

Don't know if this applies to you, but thought I'd throw it out there... :)

I am thoroughly impressed with this hack. I loved the original one, but this one has it beat by far, IMO. :)

The Chief 03-13-2006 03:42 PM

upgraded with no problem at all, thanks for all the hard work you put into this!!

/me Swares to stay loyal!

X-Files 03-13-2006 03:59 PM

Quote:

Originally Posted by The Chief
upgraded with no problem at all, thanks for all the hard work you put into this!!

[high]* The Chief Swares to stay loyal![/high]

Same here. Went from eBux/eStore 1.2.6.

Nathan2006 03-13-2006 04:36 PM

Hello,

I was just wondering if anyone knew how I could remove:

Bank & Total Points from the Rich List?

Here is a pic to have a look

Thanks for any help :)

X-Files 03-13-2006 04:53 PM

Quote:

Originally Posted by Nathan2006
Hello,

I was just wondering if anyone knew how I could remove:

Bank & Total Points from the Rich List?

Here is a pic to have a look

Thanks for any help :)

You need to edit two templates.

vbplaza_richest_list (I just commented out the lines not needed).
Code:

<table class="tborder" cellpadding="0" 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('richestmost')"><img id="collapseimg_richestmost" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_richestmost].gif" alt="" border="0" /></a>$vbphrase[vbplaza_view_richest_members]</td>
        </tr>
</thead>
<tbody id="collapseobj_richestmost" style="">
        <tr align="center">
                <td align="left">
                        <table class="tborder" width="100%" cellpadding="6" cellspacing="0" border="0" align="left">
                        <tr>
                                <td class="tcat" width="10%"><span class="smallfont"><strong>$vbphrase[vbbux_rank] #</strong></span></td>
                                <td class="tcat"><span class="smallfont"><strong>$vbphrase[username]</span></strong></td>
                                <td class="tcat" width="20%"><span class="smallfont"><strong>$vbphrase[vbbux_points]</span></strong></td>
                                <!--<td class="tcat" width="20%"><span class="smallfont"><strong>$vbphrase[vbbux_bank]</span></strong></td>
                                <td class="tcat" width="20%"><span class="smallfont"><strong><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase></span></strong></td>-->
                        </tr>
                        $richestlist
                        </table>
                </td>
        </tr>
</tbody>
</table>

vbplaza_richest_bits (I just commented out the lines not needed).
Code:

<tr>
        <td class="$richest[class]">$richest[rank]</td>
        <td class="$richest[class]"><a href="member.php?u=$richest[userid]">$richest[username]</a></td>
        <td class="$richest[class]">$richest[points]</td>
        <!--<td class="$richest[class]">$richest[bank]</td>
        <td class="$richest[class]">$richest[total]</td>-->
</tr>



All times are GMT. The time now is 06:53 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.04562 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (5)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