vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBArcade v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=273181)

synseal 11-02-2011 04:45 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2263813)



Can you disable the Render Postbit Trophies plugin to see if that fixes the editor/posting?



Yes disabling Render Postbit Trophies fixes the editor problems.

Darkwaltz4 11-02-2011 04:51 PM

Awesome! we are getting somewhere. I should be able to have a fix in a little bit for that.

Darkwaltz4 11-02-2011 05:04 PM

Oh - its breaking something further down because vb doesnt work well with php errors (not that i blame it, shouldnt get the errors :p). So thats really only a red herring.

To fix the bug, edit the Render Postbit Trophies plugin and find

PHP Code:

if (array_key_exists($post['userid'], $trophies)) 

replace with

PHP Code:

if (is_array($trophies) AND array_key_exists($post['userid'], $trophies)) 

make sure the plugin is enabled again, then both the error and the quick edit stuff will get fixed. let me know if that also repairs the posting weirdness.

ill include this in an update once i have some of the ie7 stuff taken care of

synseal 11-02-2011 05:16 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2263825)
Oh - its breaking something further down because vb doesnt work well with php errors (not that i blame it, shouldnt get the errors :p). So thats really only a red herring.

To fix the bug, edit the Render Postbit Trophies plugin and find

PHP Code:

if (array_key_exists($post['userid'], $trophies)) 

replace with

PHP Code:

if (is_array($trophies) AND array_key_exists($post['userid'], $trophies)) 

make sure the plugin is enabled again, then both the error and the quick edit stuff will get fixed. let me know if that also repairs the posting weirdness.

ill include this in an update once i have some of the ie7 stuff taken care of

That did the trick, all working ok now :up:

Thanks very much!.

ForceHSS 11-02-2011 06:16 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2263813)
Thats actually just a minor bug when you dont check anything at the bottom before importing. It has no ill effects on the actual import process other than outputting the warning. Regardless, I'll be fixing it asap, but its not something that breaks anything.

if you fix this yes I will reinstall and use

Paul M 11-03-2011 02:31 PM

Quote:

This mod displays a copyright notification in the footer of pages generated by this mod which includes:
?1 Link to DragonByte Technologies homepage
?1 Link to Product Description page of this modification
?1 Link to Hivelocity Hosting (Lite Version only)

This seems a little excesive. The first two I can understand, but the third I do not.

While its not breaking any rules, I think its very poor etiquette, this mod has no connection to hosting companies.

DragonByte Tech 11-06-2011 07:03 PM

Quote:

Originally Posted by Paul M (Post 2264086)
This seems a little excesive. The first two I can understand, but the third I do not.

While its not breaking any rules, I think its very poor etiquette, this mod has no connection to hosting companies.

Cheers for the feedback, Paul - it's appreciated.

We've discussed it internally and decided to add an option to remove the hivelocity part of the footer for anyone who wishes to on the lite version - we plan to extend this to our other mods with the same footer as they are updated.

Iain

Juggernaut 11-06-2011 08:08 PM

Quote:

Originally Posted by DragonByte Tech (Post 2265095)
Cheers for the feedback, Paul - it's appreciated.

We've discussed it internally and decided to add an option to remove the hivelocity part of the footer for anyone who wishes to on the lite version - we plan to extend this to our other mods with the same footer as they are updated.

Iain

Great news, I might make the switch from v3 arcade to your arcade in the near future, have it tagged for now. :)

shuuk 11-08-2011 04:49 PM

Hello, how can i set the user permission to only registered members can see and play the arcade?

i see something under Manage Permissions but i dont understand what to do :/

Darkwaltz4 11-08-2011 04:53 PM

Edit the default any game/usergroups permission to have None access.

Then create a new permission with the usergroups you want to give access to, and set to Play or Record or Score (see description for differences)


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