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)

Delphiprogrammi 05-06-2006 04:06 PM

Quote:

Originally Posted by Bubble #5
We wanted to update but we couldn't find any update instructions from 1.0.4, and there's no way to completely uninstall the old version either without them :( We'll keep trying to look for them though.

plugin system => manage products => add a new product

product-aws.xml
allow overwrite => yes (REQUIRERD)
submit the form and upload the files from the zip to there proper locations

all done

Bubble #5 05-06-2006 04:47 PM

Quote:

Originally Posted by Delphiprogrammi
plugin system => manage products => add a new product

product-aws.xml
allow overwrite => yes (REQUIRERD)
submit the form and upload the files from the zip to there proper locations

all done

OK thanks, but for us it's not that easy :bunny: We have a completely custom skin (vs. a skin that has just been customized) and no doubt we'll have to redo a bunch of templates. This is why we like to manually install anything that is going to alter templates. Oh well, I guess it needs to be done so we'll attempt it later tonight :confused:

GoTTi 05-08-2006 03:44 PM

so how is this coming out?

Delphiprogrammi 05-08-2006 06:03 PM

Quote:

Originally Posted by Bubble #5
OK thanks, but for us it's not that easy :bunny: We have a completely custom skin (vs. a skin that has just been customized) and no doubt we'll have to redo a bunch of templates. This is why we like to manually install anything that is going to alter templates. Oh well, I guess it needs to be done so we'll attempt it later tonight :confused:

you will have to edit four templates in each the skins you have installed UNLESS you put your board in debug mode and edit the master style

templates to edit are
  • postbit
  • postbit_legacy
  • MEMBERINFO
  • pm_newpm

to put your board in debug mode edit /includes/config.php
PHP Code:

$config['Misc']['debug']= true

as a last note please remember putting a public board in debug mode is dangerous i don't recommend it.

Delphiprogrammi 05-08-2006 06:06 PM

Quote:

Originally Posted by GoTTi
so how is this coming out?

better then it thought it would phrasing is almost done.After that i have todo some tests to ensure no stupid errors exist :)

Bubble #5 05-08-2006 06:21 PM

Quote:

Originally Posted by Delphiprogrammi
templates to edit are
  • postbit
  • postbit_legacy
  • MEMBERINFO
  • pm_newpm

This is GREAT Delphiprogrammi! Thanks for posting those templates ;)

I wish more coders would give detailed information like this.

Thanks again!

Delphiprogrammi 05-11-2006 08:39 PM

hi people,

Two new plugins Added.When a users's warning level is above his / her signature cutoff and he / she trys to edit the signature he / she will be stopped from doing that and see a message like

You Have To Many Warning Points To Edit Your Signature

the same thing happens with the "edit avatar" page and i'm looking at a way to hide those things to if the limits are reached but template condiotions aren't my strongest point :surprised:

Bubble #5 05-11-2006 08:53 PM

If they are in a special usergroup you can hide them with a conditional that way. The code would go right above where the signature code is.

Delphiprogrammi 05-11-2006 09:39 PM

Quote:

Originally Posted by Bubble #5
If they are in a special usergroup you can hide them with a conditional that way. The code would go right above where the signature code is.

found it when a user's warning level exceeds the signature cutoff the signature will not be shown nor his avatar :cool:

H@K@N 05-12-2006 06:31 AM

Getting following SQL Error if i want to add a non-post-related Warning-Type :

Quote:

Invalid SQL:
insert into warning_types values(
'',
'BANLI',
'5',
'DIREK BAN',
'9999',
'Yes',
'No',
'No',
''
);

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
I am using: Advanced Warning System 1.0.4


greetz


All times are GMT. The time now is 09:30 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.02394 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (7)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