vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

sv1cec 10-20-2005 12:35 PM

I am totally lost here, so a few clarifications:

- The Notes IS NOT implemented yet in AWS 3.5. It's a feature I added in the last release of AWS 3.4.x but has not been ported. So either edit your templates to remove the Note button ir just don't use it.

Double posting, as someone suggested, can be two things: (A) The same post, twice, in the same thread, which is prevented by vB but sometimes occurs and (B) The same post in more than one threads in more than one forums. The second can not be trapped by AWS, at least not in an easy way.

Quote:

Originally Posted by Xplorer4x4
@Dart and Sv1 shouldn;t changing this option Who can view the Warning Points and bans? to all rather then mnament work rather the making code changes to the plug ins?

This option does not allow you to see what particular warnings a member has received, only how many warnings.

cynix2 10-20-2005 09:51 PM

i have been trying to make a slight modification to the AWS
i want additional users in admin/mod/smod usergroups to also have warn powers

for example, i subhost forums, each forum i subhost gets a moderation group and someone is set as group leader (joinable group) others request to join the group and the leader approves (they are now additional users) they should also have warn powers where ever the group leader (who is a primary user) does

i've made a few changes to the product xml file and marked where they are with "//membergroupids" (it should be pretty obvious what i did)

anyways i think this would be a good feature, something to consider adding permanently

*EDIT*
i almost forgot - it doesnt work, so i need someone to look at it and see if they can fix it - right now it doesnt show the warn buttons to additional OR primary users (so i broke it)

*EDIT AGAIN*
okay here is a working version (non working version removed)

cynix2 10-20-2005 11:05 PM

ok uhm, after re importing the original AWS product i still dont see the warn buttons, so i think there's a problem...

*EDIT*
it was a config issue i sorted out

marcjd 10-22-2005 01:13 AM

Quote:

Originally Posted by Andreas
can_moderate() seems to be the correct way, as only this assures that the User is really a moderator. Therefore I'd vote not to change that.

It checks to see if they are a forum moderator, but not an actual moderator that belongs to a moderator usergroup. The private forums holders I have are not in that usergroup, just assigned to moderate a particular forum, which allows them to see information that only management should be able to see.

If there any simple way you know to change the code from the canmoderate to a check on whether they belong to a specific usergroup? ...such as Super Mods?

Thank you very much...I love this system. :)

sv1cec 10-23-2005 02:21 PM

I am not very familiar with how the access rights work etc, but from looking at the can_moderate function code, I would expect the primary member of a forum (as you describe it), to be able to warn the other members of that forum. But I can be wrong, so if someone else has any more experience in this field, please join in and help marcjd.

marcjd 10-23-2005 06:00 PM

It seems like if the code was replaced with ismemberof with the usergroup id of the supermods then it would work the way I need it to. I am not sure exactly how to make the change, but may experiment around.

GoTTi 10-24-2005 07:24 AM

i am getting this error when i import the product .xml

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'warn_version',
                                        'version',
                                        '3.4.16',
                                        '3.5.0',
                                        'free',
                                        '',
                                        1,
                                        0,
                                        1,
                                        'aws'
        );

MySQL Error  : Duplicate entry 'warn_version' for key 1
Error Number : 1062
Date        : Monday, October 24th 2005 @ 01:21:07 AM
Script      : http://www.SITE.com/forums/admincp/plugin.php
Referrer    : http://www.SITE.com/forums/admincp/plugin.php?do=productadd
IP Address  : XXXXX
Username    : GoTTi
Classname    : vb_database

ideas?

GoTTi 10-24-2005 07:27 AM

i looked in my setting table for warn and got these results.

i had the aws for 3.0x installed. do i need to uninstall that first before doing this?

im on 350 now, so what do i gotta do if i have to remove all traces of the old warn hack?

ManuYamin 10-24-2005 08:35 AM

Hi,

Sorry to ask such a stupid question but how is it possible to see all phrases related to a product in order to translate it easily instead of searching them one by one ?

jluerken 10-24-2005 04:35 PM

Quote:

Originally Posted by ManuYamin
Hi,

Sorry to ask such a stupid question but how is it possible to see all phrases related to a product in order to translate it easily instead of searching them one by one ?

Good question and not a stupid one. I wanna know also :D


All times are GMT. The time now is 03:59 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.01875 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (3)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