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)

headrush1888 01-20-2007 08:33 PM

hi im new here just like to say this whole board and its mods are awsome. now onto my little problem lol

ok I have my board up and running everything is running fine, vbookie, arcade etc. I have vbBux / vbPlaza v1.5.8 installed on my board ( 3.6.4 ) everything is working brilliantly except one little option, "Forum access" I set up a forum that can only be viewed via purchase with your points, now I know I have got everything setup properly as ive done tests on "Deny Forum Access", "Give Others Forum Access" and "Get Forum Password" and these all worked the only one that dosent work is "Get Forum Access" I keep getting this message "This site does not have any forums that you need to Buy Access for." although I have the forum setup correctly could someone help me out here been at it for 2 days and its driving me mad.

Thx in advance

Shazz 01-20-2007 08:35 PM

Quote:

Originally Posted by Pure Dope (Post 1161978)
everyones got their price.

if 50 people donated 500.....i bet he would do it...

Try contacting him..
Hard to get a hold of someone on the e-net

buidoi 01-20-2007 11:48 PM

mport the product-vbbuxplaza.xml via Admin CP -> Manage Products -> Add/Import Product.
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.

i'm still on this...it keeps telling me "
Could not find phrase 'vbplaza_functions_vbplaza_not_uploaded'.

Shazz 01-21-2007 12:27 AM

Quote:

Originally Posted by buidoi (Post 1163911)
mport the product-vbbuxplaza.xml via Admin CP -> Manage Products -> Add/Import Product.
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.

i'm still on this...it keeps telling me "
Could not find phrase 'vbplaza_functions_vbplaza_not_uploaded'.

You must be using 3.6
Do you have all the .php files uploaded? then plug it in

bolly.beats 01-21-2007 03:16 AM

I am tryin to put this in BlueLife Skin on this website http://bestindiantv.com ...only one template change is not workin :(

Quote:

B) Inside template 'navbar':

Find:
Code:

                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">

Add Below:
Code:

<!-- vbPlaza start -->
                        <if condition="$show['member']">
                                <if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
                        </if>
<!-- vbPlaza end -->


I did the secon navbar template change, but cant find or put this one. I try to find wat it says there that calender.php but it's not finding it. I don't know where to put that code to fix it into Navbar... please Help... Thank youuu :D

(2)

Also whenever any other group other than ADMIN try to send Gift or anything i get this Message:

"You are not allowed to purchase this item."

so Only Admin can send but other GROUPS people cant. I did set permission from Usergroup Permissions but still why is it not workin :(? where do i do permission for that? I cant find pelase Help thank youuu...

Veer 01-22-2007 05:55 PM

I keep getting the database error:

Quote:

Database error in vBulletin 3.6.4:

Invalid SQL:

UPDATE community_user AS user, community_post AS post
SET
`user.vbbux` = `user.vbbux` + `post.vbbux`
WHERE
post.threadid = '4441'
AND user.userid = post.userid;

MySQL Error : Unknown column 'user.vbbux' in 'field list'
Error Number : 1054
Date : Monday, January 22nd 2007 @ 10:05:34 AM
Script : http://www.domain.com/cron.php?rand=351986
Referrer : http://www.domain.com/online.php
IP Address :
Username :
Classname : vb_database
Any idea? how to fix it?

Exitilus 01-23-2007 04:30 AM

Tells you the problem right there.

MySQL Error : Unknown column 'user.vbbux' in 'field list'

No column called user.vbbux in the table field list

Veer 01-23-2007 11:10 AM

Quote:

Originally Posted by Exitilus (Post 1165548)
Tells you the problem right there.

MySQL Error : Unknown column 'user.vbbux' in 'field list'

No column called user.vbbux in the table field list

Thanks,

So what to do now, how to fix this problem?

kewlfoogle 01-23-2007 10:44 PM

New Posts Not showing up as BOLD

after installing the Point system I noticed the "New Posts" Not showing up as BOLD, it always looks like I have already read them.. Other members are also complains about the same thing.

Could you tell me where I need to look and what it needs to look like in order to be bold.

Thanks.

I tryed asking for help over at vbulletin.com and he says this:

Steve Machol
Customer Support Manager

Since this happened after installing your plugin then it's a safe bet that that is the cause of this. However we cannot provide support for non-vB code so you should try asking for help with this over at vbulletin.org.

Kungfu 01-25-2007 05:50 PM

Quote:

Originally Posted by kewlfoogle (Post 1166064)
New Posts Not showing up as BOLD

after installing the Point system I noticed the "New Posts" Not showing up as BOLD, it always looks like I have already read them.. Other members are also complains about the same thing.

Could you tell me where I need to look and what it needs to look like in order to be bold.

Thanks.

I tryed asking for help over at vbulletin.com and he says this:

Steve Machol
Customer Support Manager

Since this happened after installing your plugin then it's a safe bet that that is the cause of this. However we cannot provide support for non-vB code so you should try asking for help with this over at vbulletin.org.

i notice that too, heres the fix

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']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
This is for vb 3.6 edit only. The new post was taken out. This is for the threadbit portion.


All times are GMT. The time now is 05:32 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.06349 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)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
  • (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