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)

snake-boy 08-11-2006 12:44 AM

Bug: If you give a gift to someone and make it PRIVATE, anyone can read the message you supplied with the gift by going to the vbplaza, select item history for gifts.

Totally defeats the point of making it private.

Is there a workaround or a fix for this? I've searched the options as well as this thread and found nothing.

ANY help would be appreciated as I really don't want to have to turn off the item history completely to get around this.

-snake

bogie 08-11-2006 09:38 AM

I decided to upgrade to 1.5.8 from 1.5.6 to prepare for upgrading my forum to vb 3.6.0. I followed the upgrade instructions which said to start by uploading the contents of the upload folder. After it was done I went to login to my acp to upload the product xml but after logging in my acp index is screwed up. All it loads is <? on a white page, my acp is missing.

Help Please! Thanks in advance.

paul41598 08-11-2006 12:58 PM

Another new bug possibly:

https://vborg.vbsupport.ru/showthread.php?t=123395


CMX has been gone for quite awhile,....sux :(

movielist 08-11-2006 07:32 PM

In 3.6, the modification to threadbit that allows users to change the appearance of thread titles works, but when done, new threads are no longer shown as bold.

FeNeRisT 08-12-2006 10:25 PM

I have setup vbbux & plaza, everything seems great and working but I got a database error (see below) when I'm trying to make a thread "announcement". Can you help me?

PHP Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

        
SELECT threadidopenstickyforumid
        FROM thread
        LEFT JOIN forum 
AS forum ON (forum.forumid thread.forumid)
        
WHERE thread.threadid '17774';

MySQL Error  Column 'forumid' in field list is ambiguous
Error Number 
1052
Date         
SaturdayAugust 12th 2006 06:52:10 PM
Script       
: [url]http://www.ciksforum.com/vbplaza.php[/url]
Referrer     : [url]http://www.ciksforum.com/vbplaza.php?do=action&itemid=20[/url]
IP Address   xxxxxxxx
Username     
xxxxxxxx
Classname    
vb_database 


FeNeRisT 08-13-2006 01:08 PM

can anyone help me please

bogie 08-13-2006 05:12 PM

Quote:

If upgrading from a previous version of vbBux / vbPlaza follow these instructions:
1) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
2) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
3) Refresh the Admin CP and get to checking your settings!
NOTE: You will be happy know that NO templates have been updated from v1.5.0 to v1.5.2!
There is something missing from these upgrade instructions. I've tried it twice and both times it went wrong. The first time I followed the directions exactly and lost my ACP (white screen with ?>). The second time I uninstalled the old xml file after uploading the files in the upload folder and lost everything in the database. The instructions say nothing about what to do with the old xml and when.

I would appreciate any help as I'm trying to get my board upgraded to 3.6.

Acers 08-14-2006 11:32 AM

Quote:

Originally Posted by movielist
In 3.6, the modification to threadbit that allows users to change the appearance of thread titles works, but when done, new threads are no longer shown as bold.

do this

instead of changing to this in 3.6

Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>

change this

Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:

                                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>><if condition="$show['gotonewpost']"><strong></if>$thread[threadtitle]<if condition="$show['gotonewpost']"></strong></if></a>
will work ;)

G_Man 08-16-2006 12:17 AM

Quote:

Originally Posted by Acers
do this

instead of changing to this in 3.6

Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>

change this

Code:

                        <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:

                                                <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>><if condition="$show['gotonewpost']"><strong></if>$thread[threadtitle]<if condition="$show['gotonewpost']"></strong></if></a>
will work ;)


Gonna try that right now. ;) Worked a TRICK!!! NICE!!!


and in case anyone can help... when trying to edit my forums now... :(

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
UPDATE forum SET
        title_clean = 'Technical Talk',
        title = 'Technical Talk',
        description_clean = 'Questions, discussion about anything technical - site, internet, or other.',
        description = 'Questions, discussion about anything technical - site, internet, or other.',
        link = '',
        displayorder = 3,
        parentid = 14,
        daysprune = -1,
        defaultsortfield = 'title',
        defaultsortorder = 'asc',
        showprivate = 0,
        newpostemail = '',
        newthreademail = '',
        ### Bitfield: forum.options ###
                options = IF(options & 8, options - 8, options),
                options = IF(options & 16, options - 16, options),
                options = IF(options & 32, options - 32, options),
                options = IF(options & 32768, options - 32768, options),
                options = IF(options & 8192, options, options + 8192),
                options = IF(options & 4, options, options + 4),
                options = IF(options & 1, options, options + 1),
                options = IF(options & 2, options, options + 2),
                options = IF(options & 16384, options, options + 16384),
                options = IF(options & 256, options - 256, options),
                options = IF(options & 64, options, options + 64),
                options = IF(options & 128, options, options + 128),
                options = IF(options & 512, options, options + 512),
                options = IF(options & 1024, options, options + 1024),
                options = IF(options & 2048, options, options + 2048),
                options = IF(options & 4096, options, options + 4096),
                options = IF(options & 65536, options, options + 65536),
        styleid = 0,
        password = '',
        vbbux_perview = 0.25,
        vbbux_perthread = 1,
        vbbux_perreply = 0.5,
        ### Bitfield: forum.vbpforumoptions ###
                vbpforumoptions = IF(vbpforumoptions & 16, vbpforumoptions - 16, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 32, vbpforumoptions - 32, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 64, vbpforumoptions - 64, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 128, vbpforumoptions - 128, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 256, vbpforumoptions - 256, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 512, vbpforumoptions - 512, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 1024, vbpforumoptions - 1024, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 2048, vbpforumoptions - 2048, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 4096, vbpforumoptions - 4096, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 8192, vbpforumoptions - 8192, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 16384, vbpforumoptions - 16384, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 32768, vbpforumoptions - 32768, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 65536, vbpforumoptions - 65536, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 1, vbpforumoptions - 1, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 2, vbpforumoptions - 2, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 4, vbpforumoptions - 4, vbpforumoptions),
                vbpforumoptions = IF(vbpforumoptions & 8, vbpforumoptions - 8, vbpforumoptions),
        vbp_cangetaccesscost = 0,
        vbp_cangiveaccesscost = 0,
        vbp_candenyaccesscost = 0,
        vbp_cangetpasswordcost = 0
WHERE forumid = 12;

MySQL Error  : Unknown column 'defaultsortfield' in 'field list'
Error Number : 1054
Date        : Tuesday, August 15th 2006 @ 09:07:31 PM
Script      : http://www.afterseppuku.com/theforum/admincp/forum.php?do=update
Referrer    : http://www.afterseppuku.com/theforum/admincp/forum.php?do=edit&f=12
IP Address  : 67.185.88.39
Username    : G_Man
Classname    : vb_database


help?

MorrisMcD 08-16-2006 01:25 AM

I am having some issues recently where the lotto isnt being paid out.. Also, paychecks are not paid.. Frustrating... Anyone have an idea why this would do this?


All times are GMT. The time now is 04:21 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.05115 seconds
  • Memory Usage 1,807KB
  • 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
  • (9)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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