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)

QueenBee 03-19-2006 05:57 PM

Quote:

Originally Posted by Murty
hey, how can i remove some of the gifts that are available for purchase?

delete the images of the ones u wanna delete from the images folder in your server;)

mikeylikesitz 03-19-2006 08:04 PM

feature request: Ability for users to make Thread titles colored or bold, so they stand out against the rest of the threads.

Xplorer4x4 03-19-2006 08:42 PM

I have reuploaded all scripts and reimported the product, but when I try to donate via a user profile it gives me this error:
Quote:

The vbBux / vbPlaza Product XML you have imported does not match the same Version number as the PHP files uploaded. Please reupload all PHP files to your forum's root folder. Then re-import the Product XML file with Allow Overwrite set to Yes.
Would it be a problem that skiped the upgrade from 1.5.2. I went from 1.5.1 to 1.5.3?

Romeos Tune 03-19-2006 09:35 PM

Nope, it shouldn't matter. Make sure you overwrote all the uploaded files and make sure you checked the overwrite to yes when re-importing.

Matt_270581 03-20-2006 12:09 AM

Searched this thread for this but couldn't find anything.

The gifts in the post bit are showing the oldest gifts and not the newest.

I wan't for it to show the latest gifts received in the postbit.

I tried to change vbplaza_postbit_imicons.php -

From
Code:

        // get all of the gifts for this user from the database
                        if ($gifts = $vbulletin->db->query_read("
                                SELECT * FROM " . TABLE_PREFIX . "vbp_gift
                                WHERE touserid = '" . $userinfo['userid'] . "'
                                ORDER BY giftid DESC


To

Code:

        // get all of the gifts for this user from the database
                        if ($gifts = $vbulletin->db->query_read("
                                SELECT * FROM " . TABLE_PREFIX . "vbp_gift
                                WHERE touserid = '" . $userinfo['userid'] . "'
                                ORDER BY giftid ASC

After I do this It orders them from 1st to Last in the user cp but not in the postbit.

The regular behaviour is First to last in Postbit and Last to First in User CP.

Any Help?

Matt_270581 03-20-2006 12:21 AM

^Nevermind that post. I rebuilt all gifts and now it's showing newest in postbit after code mod.

My users have reported some bugs with 1.5.3.

1) One member had -18000 rep level and he used the theif option and it somehow reset his rep to 0 and Started adding positive rep instead of deducting from the -18000 negative rep he already had.

2) Another member said invisible mode didn't work when he purchased it. "Can use invisible mode" was set to No in the Usergroup permissions.

Zowners 03-20-2006 01:30 AM

I'm trying to install this for my friend. And I keep getting this message when I post a thread.

Quote:

Originally Posted by error
Unable to add cookies, header already sent.
File: /home/alldrumt/public_html/forums/includes/class_core.php
Line: 2984

and When I make a thread or a post, I get this above the forum.

Quote:

Originally Posted by error
Warning: Invalid argument supplied for foreach() in /plugins/vbplaza_forumdata_start.php on line 28

That line is this:

Quote:

Originally Posted by line
foreach($this->registry->bf_misc_vbpforumoptions AS $optionname => $optionval)

Can you guys help me? I don't know what to do.

Romeos Tune 03-20-2006 01:32 AM

Did you import the product .xml?

Zowners 03-20-2006 01:36 AM

Of course. I did everything, imported, template edits, uploaded..

what could be wrong?

Zowners 03-20-2006 01:38 AM

I re-uploaded it and set it to overwrite. And it looks like it worked! Thanks!


All times are GMT. The time now is 02:03 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.03749 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)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
  • (5)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