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

mgurain 05-24-2012 07:31 PM

Is this mod an upgrade to this ? :
https://vborg.vbsupport.ru/showthread.php?t=196244
Since I was using 3.8 version and kept for today disabled when it came not working,
and now I want to upgrade to the latest one and not loose the previous awards given.

Thanks,,

squidsk 05-24-2012 07:42 PM

Yes it is.

BWG22 05-24-2012 10:48 PM

Quote:

Originally Posted by squidsk (Post 2332337)
What other plugins are you running? I'm on a clean vb4.1.12PL1 and don't get that message, nor did I get it when the forum was on 4.1.10.

As I said the only place in the awards code that creates its own construct_depth_mark function is in the awards.php file, which does not require adminfunctions.php nor does in require a file which requires adminfunctions.php.

I was specifically asking what actions you'd taken (e.g. trying to view/change the awards settings) that causes that error.

I'll disable the other plugins to see if maybe they are interfering, but I had done nothing to awards settings. Just went to forums/awards.php after the install and that's what I got.

Dave234 05-24-2012 11:43 PM

Quote:

Originally Posted by squidsk (Post 2332438)
Follow my instructions on the previous page how to delete the previous install correctly. First uninstall the plugin if it shows up in the plugin list, then you'll need to drop the three tables (if all of them were created) before trying to re-install.

I wish I understood what you say on the previous page. I'm nowhere near that advanced on vbulletin. I am a complete novice here. Couldn't I just uninstall the thing from my plugin manager, and then re-install it through the ftp like I'd done the first time?

BWG22 05-25-2012 03:27 AM

Problem Solved. It was the vbSSO plugin.

squidsk 05-25-2012 04:14 PM

Quote:

Originally Posted by Dave234 (Post 2332538)
I wish I understood what you say on the previous page. I'm nowhere near that advanced on vbulletin. I am a complete novice here. Couldn't I just uninstall the thing from my plugin manager, and then re-install it through the ftp like I'd done the first time?

Unfortunately not, there's an error in the uninstallation code, actually an omission, that prevents the plugin from uninstalling correctly.

First uninstall YAAS from the product manager.

Then to do what I posted on the previous page, in admincp go to Maintenance->Execute SQL Query

When prompted run the following query:
Code:

show tables
This will give you the list of all tables in your db, look for the ones that have awards in their name, there should be between one and three of them, most likely three. In my db the tables are called:

Code:

award
award_cat
award_requests

The names might be different in your db, especially if your tables have a prefix. Take note of the names, and then run drop table queries, one per table, to remove the tables.

So if I was removing the three tables from my db I'd run the following three queries:
Code:

drop table award
Code:

drop table award_cat
Code:

drop table award_requests
Then I could reinstall YAAS from scratch.

squidsk 05-25-2012 04:42 PM

Quote:

Originally Posted by BWG22 (Post 2332595)
Problem Solved. It was the vbSSO plugin.

You could also try the solution mentioned here.

Let me know if that works.

Skermefaten 06-01-2012 01:45 AM

Can someone explain to me how to use these features?

https://vborg.vbsupport.ru/

I've tried toying around with them but haven't had any luck.

squidsk 06-01-2012 08:52 PM

The explanations give are pretty straight forward, what about them are you not understanding?

Skermefaten 06-01-2012 11:13 PM

Quote:

Originally Posted by squidsk (Post 2335594)
The explanations give are pretty straight forward, what about them are you not understanding?

Well I mean, I put in the forum id and the thread id. Perhaps I'm messing up the latter. It's only a matter of those digits you see on the thread's url, correct?


All times are GMT. The time now is 01:40 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.02717 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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