vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - World of Warcraft Recruitment Form (https://vborg.vbsupport.ru/showthread.php?t=150424)

elricstorm 06-26-2007 01:31 AM

Quote:

Originally Posted by ssslippy (Post 1276385)
Ok I figured out the bug I was having, Turning on and off usergroup permission does nothing it always checks the usergroup.

I'll look into that. I don't recall seeing any issue like that on my own site, but it could be something small I missed.

elricstorm 06-26-2007 01:39 AM

Quote:

Originally Posted by ssslippy (Post 1276385)
Ok I figured out the bug I was having, Turning on and off usergroup permission does nothing it always checks the usergroup.

Yeah I found out what I missed. Thanks for the catch mate.

This code here:

PHP Code:

$usergroups_enable $vbulletin->options['wow_usergroups_enable'];
$groupnos str_replace(" """$vbulletin->options['wow_usergroup_numbers']);

if (
$groupnos AND !in_array($vbulletin->userinfo['usergroupid'],explode(",",$groupnos ))) {
    
print_no_permission();


Should be...

PHP Code:

$usergroups_enable $vbulletin->options['wow_usergroups_enable'];
$groupnos str_replace(" """$vbulletin->options['wow_usergroup_numbers']);

if (
$usergroups_enable) {
    if (
$groupnos AND !in_array($vbulletin->userinfo['usergroupid'],explode(",",$groupnos ))) {
        
print_no_permission();
    }


I'll fix that in the next version. I also want to add a few adjustments. If it bothers you, you can edit that piece in the plugin for now.

elricstorm 06-26-2007 12:38 PM

If anyone is interested, I'm going to begin work on a third project for raid progression. Here's the URL for the discussion:

https://vborg.vbsupport.ru/showthread.php?p=1276906

Damien73 06-27-2007 09:29 AM

Hi Elricstorm.
this pluggin is only for the version 3.6.7?

elricstorm 06-27-2007 12:26 PM

Quote:

Originally Posted by Damien73 (Post 1277560)
Hi Elricstorm.
this pluggin is only for the version 3.6.7?

No, it's only been tested in 3.6.7 and I did not put any dependencies on it except I believe for 3.6.0. I'd have to check again. It could be used for other versions, I'm almost certain of it. However, I've only tested with the latest version. I changed it to 3.6.x so people won't get confused.

Yukino_AE 06-27-2007 05:38 PM

would this work with versions of vb 3.5 x ??

the reason i ask is the php version that my host is running does not meet the requirements of vb 3.6.x yet and they are unwilling to update it at this time. so i'm stuck using vb 3.5.7 and i really would like to use both this mod and your calendar mod but it gives me errors when trying to import the xml files.

is there a way to get those 2 mods to work with vb 3.5.7?? plz? :(

elricstorm 06-27-2007 06:21 PM

Edit the xml and change the dependancy to 3.5.0 and try again. If it works, I'll remove the dependancy altogether.

Yukino_AE 06-27-2007 09:25 PM

Quote:

Originally Posted by elricstorm (Post 1277867)
Edit the xml and change the dependancy to 3.5.0 and try again. If it works, I'll remove the dependancy altogether.

i tried that and it didn't work. blaaaah. v_v :(

ssslippy 06-27-2007 10:05 PM

Ok another bug found When setting Turn on display questions for OLD content attunements/keys. to 0 it disables all output of keys on the post.

ssslippy 06-27-2007 10:29 PM

PHP Code:

<if condition="$oldattunements_enable==1"

is listed 2x in the output section this must be changed to
PHP Code:

<if condition="$newattunements_enable==1"



All times are GMT. The time now is 04:50 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.01309 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
  • (4)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