News:

Wondering if this will always be free?  See why free is better.

Main Menu

Member Awards (2.0 Compatible!)

Started by Spuds, September 18, 2006, 03:14:03 PM

Previous topic - Next topic

Joe N

Thanks. So when I add this, It will let other membergroups I created manage them when I check Manage Awards?

It shows up fine for the admin by the way


Joe
Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


Fustrate

Yes, it will show the link to manage awards to people who can manage awards.
Steven Hoffman
Former Team Member, 2009-2012

Joe N

Quote from: Fustrate on May 31, 2009, 02:56:18 PM
Yes, it will show the link to manage awards to people who can manage awards.

Cheers!  ;D
Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


vmp1253

Quote from: vmp1253 on May 30, 2009, 12:20:55 AM
Anyone can you help me?

How can i put the awards before the signature in the profile? Say like them in a row of 4 and having many awards?
bump a little help plz

C4G-TK

Hey Fustrate...

How would I go about making the list of users that appears under an award show alphabetically?

I'm trying to figure out how it lists currently.  Is it listed by member number?

Is this an easy change?

I'm on RC1-1 in default

-img removed-

CodeDev

Quote from: General_Naga on May 27, 2009, 04:59:05 PM
Long story short I've now got it installed without any errors however  I try clicking any of the small links on the far right of the award in the Awards>Main tab I get the following error:

QuoteMethod Not Implemented

GET to /Forums/index.php not supported.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I get this error after assigning awards as well.

They have mod_security for apache installed. Ask your host to disable mod_security for your domain or at least to add a rule so that request isn't blocked by the mod_security.

venex

Hi!

I've been working with this MOD since like 6 months. It never gave me any errors! But now... my forum is getting bigger... I have 6988 registered users right now... Well, the thing is that I want to give EVERYONE an award... and when I choose the base group where everybody is... it gives me an error because its too much data...

the error is this one:

Error 500 - Internal server error

An internal server error has occured!
Please try again later.

I'm just wondering if somebody can put like "pages" in the page where you choose the users that you want to give the award to.

Or if someone have a better idea... Ill happy if they can help me with this. THANK YOU!

and REALLY NICE MOD.

CodeDev

Quote from: venex on June 05, 2009, 11:33:10 PM
Hi!

I've been working with this MOD since like 6 months. It never gave me any errors! But now... my forum is getting bigger... I have 6988 registered users right now... Well, the thing is that I want to give EVERYONE an award... and when I choose the base group where everybody is... it gives me an error because its too much data...

the error is this one:

Error 500 - Internal server error

An internal server error has occured!
Please try again later.

I'm just wondering if somebody can put like "pages" in the page where you choose the users that you want to give the award to.

Or if someone have a better idea... Ill happy if they can help me with this. THANK YOU!

and REALLY NICE MOD.

Looks like a CGI error, like when it runs out of memory (I believe you have PHP running with mod_php or suEXEC).


OR

Try to add this to the top of your index.php, bellow<?php

ini_set( 'post_max_size', 10000000 ); // Set $_POST limit (about 10MB)
ini_set( 'max_input_time', 4000 ); // Increase 'timeout' in 4000 seconds
set_time_limit( 4000 ); // almost the same as above


OR

It could also be the apache configuration, the RequestBodyLimit directive or you have mod_security installed and need to increase the SecRequestBodyLimit directive.
If you are on shared server, you can ask your host to change that for you, but I doubt they will.


Best and Quick Solution: give the awards manually running an SQL query.

C4G-TK

I have my settings in Admin to show 6 awards and to allow the member to have more than one favorited award.  But, the members are still telling me that they can only select 1 award.  Does anyone know how you can favorite more than 1 award? 

Every single time they click on the "+" sign it just replaces the one that is currently favorited, but doesn't keep the one that was already selected.

Is there another setting somewhere?

-img removed-

Fustrate

Quote from: C4G-TK on June 04, 2009, 04:37:41 PM
Hey Fustrate...

How would I go about making the list of users that appears under an award show alphabetically?

I'm trying to figure out how it lists currently.  Is it listed by member number?

Is this an easy change?

I'm on RC1-1 in default
You need to find the query that fetches them, and change the ORDER BY to ORDER BY member_name DESC

Quote from: vmp1253 on June 01, 2009, 04:38:56 PM
Quote from: vmp1253 on May 30, 2009, 12:20:55 AM
Anyone can you help me?

How can i put the awards before the signature in the profile? Say like them in a row of 4 and having many awards?
bump a little help plz
in 2.0, it's a built-in feature of this mod. in 1.1.x, you have to make some code changes that I link to every few pages (but I'm in a hurry right now - leaving for Boston this afternoon)

C4G-TK: it should work, but if it doesn't, I'll try to fix it when I get back in a week.

IceBurn: thanks for the suggestions while I've been away :)

Everyone: I'm still working on the new 1.1.x version, and I'm probably going to change the way awards are given in 2.0 again.
Steven Hoffman
Former Team Member, 2009-2012

C4G-TK

Thanks!  Have fun on your vacation!!!!

-img removed-

venex

PLEASE in the new version put that the users come up in pages or something that it doesn't have to show all the users of a group in just one page...

:D.

vmp1253

2.0 RC1.1 version
Getting fun errors
Main tab
Database Error
Table 'vince12_Bocsite.smf_awards_categories' doesn't exist
File: /home/vince12/public_html/forum/Sources/ManageAwards.php
Line: 97
Add/Modify
Database Error
Table 'vince12_Bocsite.smf_awards_categories' doesn't exist
File: /home/vince12/public_html/forum/Sources/ManageAwards.php
Line: 222

Assign
Database Error
Unknown column 'award_name' in 'field list'
File: /home/vince12/public_html/forum/Sources/ManageAwards.php
Line: 423

Categories
Database Error
Table 'vince12_Bocsite.smf_awards_categories' doesn't exist
File: /home/vince12/public_html/forum/Sources/ManageAwards.php
Line: 683

Kindred

see previous messages in this thread?   Try using search?

You need to apply the database changes manually, since it seems they did not apply automatically.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

vmp1253

Quote from: Kindred on June 21, 2009, 09:34:23 PM
see previous messages in this thread?   Try using search?

You need to apply the database changes manually, since it seems they did not apply automatically.
but I upgraded what do i do then?

Kindred

find the SQL and manually run it in phpmyadmin
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

vmp1253

Quote from: Kindred on June 22, 2009, 05:59:30 PM
find the SQL and manually run it in phpmyadmin
Can u please tell me the command plz lol.

Good with PHP just not with phpmyadmin

Cavalier07

I'm having a problem installed the mod onto version 1.9 however nothing changes. Theres no award Dannel in the admin panel or really any changes

Irythros

WARNING:  There is SQL exploit concerning the 1.0.2 version of this mod.  I'd suggest backing up all settings and uninstalling it if your running 1.0.2
Link can be provided if you wish to fix it yourself.


It may also be nice if a mod could edit the first post with a warning along with the mod page on the site? (Again, link can be provided if needed.)

Fustrate

New, secure version has been uploaded. I'll see what I can do about getting people to upgrade.
Steven Hoffman
Former Team Member, 2009-2012

Advertisement: