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)
-   -   Yet Another Awards System 3.5 v2.1.2 (https://vborg.vbsupport.ru/showthread.php?t=94836)

emtee 05-09-2006 12:18 AM

A while time ago, I installed the old version 1.2 for 3.0.x, but I didn't uninstall it. Then I upgraded to 3.5.x a few months ago, and now I want to install this version 2.1.2, but the old version 1.2 is still in the database, thus duplicate entries and it won't install. Can you give me the queries needed to run in order to completely remove the old YAAS 1.2 hack?

I tried to use the uninstall (for 3.0.x) to run on 3.5.x but it won't do any good. Can you help? Thank you.

Gaskell 05-09-2006 03:13 PM

Quote:

Originally Posted by Eagle Creek
That's fine for me but then should they be able ONLY to give Awards.
And since I can't give that rights with default vBsettings..

I would really liked it when you made something so also moderators (or a group) can give awards!

There is a tutorial here on vB.org for adding things to the Mod CP menu. When I find some time (at this rate in July/August) I will have a shot at putting the Awards stuff on ModCP for this (I need to "outsource" a bit myself).

Not saying it will happen though. I have zero coding knowledge so it will be pretty hit and miss for me.

mtha - hope the workload drops off soon :)

mtha 05-10-2006 07:21 AM

Quote:

Originally Posted by emtee
A while time ago, I installed the old version 1.2 for 3.0.x, but I didn't uninstall it. Then I upgraded to 3.5.x a few months ago, and now I want to install this version 2.1.2, but the old version 1.2 is still in the database, thus duplicate entries and it won't install. Can you give me the queries needed to run in order to completely remove the old YAAS 1.2 hack?

I tried to use the uninstall (for 3.0.x) to run on 3.5.x but it won't do any good. Can you help? Thank you.

the new version supposed to check for old version and upgrade database to 2.x with out problem.

if you really want to remove them manually, try these: (add table prefix if you use it)

[SQL]DELETE FROM settinggroup WHERE grouptitle LIKE 'awards';
DELETE FROM setting WHERE grouptitle LIKE 'awards';
DELETE FROM phrase WHERE (varname LIKE '%award%' OR varname LIKE 'setting_aw%') AND languageid = 0;

DROP TABLE IF EXISTS award;
DROP TABLE IF EXISTS award_user;
DROP TABLE IF EXISTS award_cat;
[/SQL]

emtee 05-11-2006 05:02 PM

Thanks, the queries took care of my problem. Maybe I didn't check the box Overwrite to yes to have it upgraded my tables.

/me clicked installed

Peter_Rosado 05-11-2006 09:07 PM

Hello, where can I edit the language of the hack? :)

mtha 05-12-2006 08:04 AM

Quote:

Originally Posted by Peter_Rosado
Hello, where can I edit the language of the hack? :)

in vb's language section. or if you installed my Advanced Product Management, you can get there and edit phrases

Martin-TMGRS 05-12-2006 09:59 AM

Does anybody know if this will work with VB3.5.4 or is there going to be an update for VB3.5.4 ?

tei727 05-12-2006 10:56 AM

Quote:

Originally Posted by Martin-TMGRS
Does anybody know if this will work with VB3.5.4 or is there going to be an update for VB3.5.4 ?

It works nicely on 3.5.4 for me. :)

Martin-TMGRS 05-12-2006 12:12 PM

Quote:

Originally Posted by tei727
It works nicely on 3.5.4 for me. :)

Nice one tei727 i'll give it a shot, thanks for you reply :D

Gaskell 05-12-2006 02:23 PM

Quote:

Originally Posted by tei727
It works nicely on 3.5.4 for me. :)

And working on 3.5.4 here :)


All times are GMT. The time now is 06:50 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.01515 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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