vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=196244)

DarkArmada 02-02-2010 09:38 PM

Quote:

Originally Posted by Xanlamin (Post 1972587)
Did you allow overwrite?

Yes I did allow overwrite

RobbieZ 02-02-2010 10:52 PM

Im getting a database error when the Point system is activated. Any ideas?

Quote:

Database error in vBulletin 3.8.4:

Invalid SQL:

SELECT a.*, au.*, SUM(award_pointvalue) AS TotalPoints
FROM award a, award_user au
WHERE (au.userid = 19) AND (a.award_id=au.award_id) AND (a.award_active=1)
GROUP BY au.userid;

MySQL Error : Unknown column 'award_pointvalue' in 'field list'
Error Number : 1054
Request Date : Tuesday, February 2nd 2010 @ 07:41:55 PM
Error Date : Tuesday, February 2nd 2010 @ 07:41:56 PM
Script : http://www.*********.com/showthread.php?p=150996
Referrer : http://www.*********.com/index.php
IP Address : ********
Username : Admin
Classname : *********
MySQL Version : 5.0.67-community

gamerfu 02-04-2010 12:35 AM

Quote:

Originally Posted by Xanlamin (Post 1972586)
Check your postbit template, in ours there are no underscores so they should not be appearing.

postbit_what? :confused:

I am not sure what I am looking for. :) None of my text are highlighted, they are all showing greyed out as if there was no changes made to the core postbit templates. :confused:

Erica1977 02-07-2010 03:27 AM

Question Whats The Total Points for how does that work thanks.

Xanlamin 02-07-2010 04:12 AM

Quote:

Originally Posted by gamerfu (Post 1974308)
postbit_what? :confused:

I am not sure what I am looking for. :) None of my text are highlighted, they are all showing greyed out as if there was no changes made to the core postbit templates. :confused:

The mod itself will edit your postbit and postbitleg templates

Quote:

Originally Posted by Erica1977 (Post 1976419)
Question Whats The Total Points for how does that work thanks.

The points just assign a point value to the award, and in the users profile for the awards it will output a total points for all the awards the user has that has points assigned to them. It is not for anything special just something to make it more appealing.

smartkidbk5 02-07-2010 06:19 PM

Great addon with the points thing. I just downloaded the update. Any way to view a list of all users sorted by most points? Thanks.

Xanlamin 02-07-2010 07:43 PM

Not at this time.

Farsisat 02-19-2010 10:31 AM

hi.
thanks for this plugin.

the problem white this is for send requast awrad.when user send the request error was show : cannot find this user : 1. 1

help me plz.

dknelson 02-19-2010 10:48 AM

This is a great mod and we use it a lot. The only problem I have ever had with it is that if a username contains a symbol...example: John's Bride....the apostrophe causes an error. I've never said anything about it because the simple workaround is to use the member's number instead of the username but just decided to mention it.

Xanlamin 02-19-2010 12:22 PM

try upgrading to the latest release (3.8.4), this has been addressed already.

dknelson 02-19-2010 04:41 PM

Thanks....I thought I was running the latest version. I've GOT to start paying better attention. :)

dknelson 02-20-2010 06:04 PM

Well...for me...the problem is now worse. It may have solved the problem with the apostrophe, I haven't tried it yet. But I just tried to issue an award to a member with the & symbol in his name and it says "User Not Found". It's worse now though because if I try to use the member ID number, I now get this error:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

* Please contact the website owners to inform them of this problem.

It seems to work OK with a regular username but still having a problem with at least SOME symbols.

UPDATE: It seems that in spite of the above error, it did actually issue the award when I used the member ID number.

Farsisat 02-24-2010 04:12 PM

Quote:

Originally Posted by Xanlamin (Post 1986407)
try upgrading to the latest release (3.8.4), this has been addressed already.


i install first one new version 3.8.4 and my vbulletin version is 3.8.4 patch level 2. but this error was wrong.

help please.

forum4 02-28-2010 11:33 PM

This works really nice, and I love that we can place it in the signature. Saves loads of room.

imk 03-03-2010 07:01 AM

How can i place the awards in a custom place?

rockintoon 03-05-2010 11:01 PM

1 Attachment(s)
Can someone help me with any kind of css code or edit that can space the awards from the text, when i use the box it overlaps into the text. any help would be apreciated!

Xanlamin 03-05-2010 11:18 PM

you have an issue with your postbit code, and it is most likely one of your other mods that is causing your issue.

Hell Bomb 03-10-2010 12:01 AM

Any chance of making this look like your vb4.0 version. I like that one much better, with the separate page for the awards it looks truly amazing.

chikkoo 03-10-2010 10:45 AM

Hello,

I am trying to create a new Award and I got a error message saying "Unknown column 'award_allowrecommend' in field list". This also comes while editing existing awards.

I have disabled the point system in my Forum. If I enable it, I also get an error message saying Unknown column 'award_pointvalue' in 'field list'.

I have recently upgraded my forum to 3.8.4 therefore upgraded the YaAS to 3.8.4.

I went to phpMyadmin and noticed these 2 fields (award_pointvalue & award_allowrecommend) are not there in Award table. How can I manually add these 2 fields. Somebody please guide me.

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

        INSERT INTO vb3_award
                (award_name, award_desc, award_icon_url, award_img_url, award_cat_id, award_displayorder, award_allowrequest, award_allowrecommend, award_pointvalue, award_active)       
        VALUES
                ('xxxxxxxxx',
                        '',
                        'http://www.xxxxxxxx.com/images/medals/Medal_01.gif',
                        'http://www.xxxxxxxx.com/images/medals/medal_star2.gif',
                        '10',
                        '1',
                        '0',
                        '0',
                        '0',
                        '1'
                );

MySQL Error  : Unknown column 'award_allowrecommend' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, March 10th 2010 @ 07:33:41 AM
Error Date    : Wednesday, March 10th 2010 @ 07:33:41 AM
Script        : http://www.xxxxxxxxx.com/admincp/award.php?do=insert
Referrer      : http://www.xxxxxxxx.com/admincp/award.php?do=add
IP Address    : xxx.xxx.xxx.xxx
Username      : xxxxxxx
Classname    : vB_Database
MySQL Version : 4.1.22-standard


Spadow 03-15-2010 08:12 PM

This is a very great award system, I really like it, but in your description you said something of award automation.
Could you explain more on how this is done? My board is running on v3.8.5 and I would appreciate award automation.

Thanks!

Xanlamin 03-15-2010 08:45 PM

@ Chikkoo - It has been stated that points only work when running mysql 5. Uninstall the mod and then drop all the tables that deal with it and then reinstall.

@ Spadow - The automation is where you will be able to assign an award to happen for a specific event (i.e. place a member in certain usergroup, reach a certain amount of post and so on) A cron will run every day (would set it fo every 24 hours if you have a large board) and upon running it will do what you set it to do, it will add/remove awards based on the criteria you selected. Useful for giving awards when someone donates and they get placed into a usergroup for doing it.

Spadow 03-15-2010 09:17 PM

@Xanlamin: Do you mean it's going to be added in a future update? I can't seem to find any option for that kind of automation within the award system. Or do I have to set up the cron jobs myself?

EDIT: I found a bug. If you quick edit a post and you save changes then your award disappears. (in this case -> userinfo_right (postbit legacy))
When you refresh the page, your award is back.

Xanlamin 03-16-2010 02:07 AM

Your bug is a glitch in the caching of the site, vB itself, not of the mod.

Unfortunately the automation will only be available for those with vBulletin 4.0

Spadow 03-16-2010 06:34 PM

Quote:

Originally Posted by Xanlamin (Post 2004504)
Your bug is a glitch in the caching of the site, vB itself, not of the mod.

Unfortunately the automation will only be available for those with vBulletin 4.0

If it's only in 4.0, why is it listed in the 3.8 topic? Uninstalled.

Xanlamin 03-16-2010 07:10 PM

Because at the time there where talks of it going into both. We have discussed it last night and there is a possibility of going ahead and putting it in for vB 3.8 also.

Thunderbird8 03-22-2010 09:40 AM

Quote:

* Fixed - Issuing Awards to users with ' in usernames.
This issue is still present when attempting to give an award via the ModCP. Is award.php in the ACP and MCP supposed to be the same?

snake-boy 03-25-2010 04:00 AM

I'm glad I took the time to read this to the end. I was JUST about to install this based on "Automation" as advertised, but now that I see it's not (yet) implemented, I would rather wait until it is.

This is something lacking from ALL award systems I have tried for 3x and I would like to add my request here to have this added to the 3.8 version also. Being able to automatically grant awards to users when they achieve certain things is exactly what I am looking for.

Please add automation to the 3.8x version!

MagicThemeParks 03-29-2010 12:09 PM

Another vote for a 3.8x version! Please! :up:

angryfacing 04-12-2010 02:51 PM

It doesn't appear in the nav bar, it doesn't appear in the post bit, it doesn't appear anywhere on the forums. Why?

CypherSTL 04-12-2010 06:37 PM

Quote:

Originally Posted by angryfacing (Post 2019972)
It doesn't appear in the nav bar, it doesn't appear in the post bit, it doesn't appear anywhere on the forums. Why?

Install the XML, give someone an award, and add a link in your Navbar to awards.php

MagicThemeParks 04-22-2010 11:43 AM

Works great for 3.8.5! :up:

Just wish we had the 'automation' feature added ;)

DEMO POST: http://www.fantasyleagueforums.com/s...29&postcount=2

MagicThemeParks 04-23-2010 02:58 AM

1 Attachment(s)
Just noticed that IE 8 the layout is different than in Firefox, Safari and Google Chrome.

INTERNET EXPLORER: Attachment 116195

FIREFOX/GOOGLE/SAFARI: Attachment 116196

Any ideas on what I should do to fix this?

Lancelance 04-25-2010 04:45 AM

Do php files have to be in TEXT?

efblitz 05-04-2010 01:53 PM

If automation isn't an actual feature in this release, then take it off the damn list. I've spent far too much time trying to find out how to automate the awards only to realize that it's just been falsely advertised.

Rickeo 05-10-2010 10:30 AM

There's a problem when I click the recommend award link it just takes me to the forum home page all settings are right and permissions but it doesn't lead to correct page. Request award does just not recommend award?

CypherSTL 05-11-2010 12:02 AM

Quote:

Originally Posted by MagicThemeParks (Post 2025732)
Just noticed that IE 8 the layout is different than in Firefox, Safari and Google Chrome.

INTERNET EXPLORER: Attachment 116195

FIREFOX/GOOGLE/SAFARI: Attachment 116196

Any ideas on what I should do to fix this?

That's a problem with IE8 not conforming to CSS standards.

Quote:

Originally Posted by Rickeo (Post 2034476)
There's a problem when I click the recommend award link it just takes me to the forum home page all settings are right and permissions but it doesn't lead to correct page. Request award does just not recommend award?

Forum link?

Kayden 05-12-2010 05:24 AM

1 Attachment(s)
Quote:

Originally Posted by MarkFoster (Post 1771267)
Problem When I view the profile tabs of awards then everything is fine accept for "Description" there's nothing there at all, it's completely black, I've uninstalled reinstalled upgraded form all the other version and its still there, sounds like template error to me.
Please help!

I'm having the quoted bug, and have uninstalled, reinstalled, messed with the tables, and disabled mods. The same bug occurs.

See the screenshot.

Xanlamin 05-13-2010 12:58 PM

what is your font color for your description area? I notice your description title font color is the same as the background color where the description is to be seen, if it is the same color you will not see it of course.

fluidswork 05-13-2010 04:24 PM

nice............

Morrus 05-23-2010 07:10 PM

Where is the awards page? I went to /forum/awards.php and got an http 500 internal server error.


All times are GMT. The time now is 03:16 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.01817 seconds
  • Memory Usage 1,831KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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