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)

WorldCraft 02-09-2013 09:02 PM

Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?

Thanks

squidsk 02-10-2013 12:22 AM

Quote:

Originally Posted by TiKu (Post 2402970)
To make version 4.0.5 compatible with vbSSO 1.4.9, I had to change two things:

1) In hook "YAAS in Member Profile - Profile", replace
Code:

require_once('./global.php');
with
Code:

require_once(DIR . '/global.php');
2) In hook "YAAS - Member List Display", replace
Code:

include('awards_memberlist.php');
with
Code:

include(DIR . '/awards_memberlist.php');

Thanks.

Quote:

Originally Posted by ringnews24 (Post 2403037)
How do members requests awards?

If the group they are a member of have it enabled the option will show up in awards.php.

Quote:

Originally Posted by ringnews24 (Post 2403039)
Some awards arent showing up once given to the member.

Can someone help please,

Thanks.

In the postbit? If so check your maximum number of awards to display. If a member has more awards than this number then only some will be displayed in the postbit.

Quote:

Originally Posted by WorldCraft (Post 2403178)
Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?

Thanks

Why do you need to replace/restore the table? If you deleted it manually then you can re-create it manually, which would be the only way to get the table back regardless if it has been deleted, short of uninstalling/re-installing the product.

Dogma21cw 02-10-2013 06:43 PM

I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.

If you then issue the awards they are issued to the RECOMMENDER.

squidsk 02-10-2013 07:34 PM

Quote:

Originally Posted by Dogma21cw (Post 2403364)
I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.

If you then issue the awards they are issued to the RECOMMENDER.

Thanks, I'll fix that.

squidsk 02-11-2013 08:08 PM

Quote:

Originally Posted by TiKu (Post 2402970)
2) In hook "YAAS - Member List Display", replace
Code:

include('awards_memberlist.php');
with
Code:

include(DIR . '/awards_memberlist.php');

Does memberlist stuff actually work for? I've been trying to get it to work but no matter what I do memberlist additions don't show.

Dogma21cw 02-11-2013 08:58 PM

I'll look into it. But looking through our FTP & the latest YAAS install file I don't see the awards_memberlist.php for it to access.

squidsk 02-11-2013 09:24 PM

No but it was there in vb 3.8.x installs so I'm wondering if that works for anyone as I can't get it to work at all.

Alperfix 02-12-2013 10:54 AM

Is the vulnerability described here http://www.madleets.com/Thread-Video...ight=vbulletin fixed?

squidsk 02-12-2013 02:46 PM

Quote:

Originally Posted by Alperfix (Post 2403726)
Is the vulnerability described here http://www.madleets.com/Thread-Video...ight=vbulletin fixed?

Yes, that was fixed in the 4.0.4 release. There are no known vulnerabilities at this time.

marccap 02-13-2013 06:14 PM

My award automatons don't seem to be working. In the screen cap I've set up an example for 250 forum posts. Is that correct or do i need to add usergroups in there some how?

http://gyazo.com/7863a7de615805b30fc3cc4157a33651

I also get this If i run the schedule task for it -

PHP Code:

Invalid SQL:

            
SELECT useridaward_idaward_cgroup
            FROM award_user
            WHERE 
(userid=4) AND (award_id=4) AND (award_cgroup='postcount'); 



All times are GMT. The time now is 02:58 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.02887 seconds
  • Memory Usage 1,754KB
  • 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_code_printable
  • (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
  • (4)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