Customizing SMF > Modifications and Packages

Member Awards (2.0 Compatible!)

<< < (550/611) > >>

nephire:
Hey guys, the awards do not show on the posts .. any idea?

shyrax:
I am getting the following error using 2.0.2. The mod worked before but doesn't anymore. It does work on my dev forum though. If it was a setting on the server or a rule, it shouldn't work on either forum, I would think.


Method 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

shyrax:

--- Quote from: shyrax on July 07, 2012, 08:43:04 PM ---I am getting the following error using 2.0.2. The mod worked before but doesn't anymore. It does work on my dev forum though. If it was a setting on the server or a rule, it shouldn't work on either forum, I would think.


Method 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

--- End quote ---


So far I have most of it fixed. The problem was that all the links were using a ";" instead of a "&" in between the step and id like below.
NOT WORKING IN PROD FORUM:  http://..../forums/index.php?action=admin;area=awards;sa=assign;step=1;id=9
WORKING IN DEV FORUM:  http://..../forumdev/index.php?action=admin;area=awards;sa=assign;step=1&id=9

To fix the problem, I made the following changes:
Edited lines 124-127 of Sources/ManageAwards.php to change ";id=" to "&id="
Edited lines 2053 and 2193 of Sources/Profile-View.php to change ";id=" to "&id="

Everything seems to be working except for the Save button when assigning new users to an award. I list the user and click Save. I get the same error from before. If I go look at the user, the award has been added though. So it is actually doing the save but still giving an error.

Any ideas on how to fix the save button?

Arantor:
This is a long standing bug where your production server has mod_security installed which gets upset with the ;id= and sometimes with &id= and ideally it should be rewritten to not use id at all in the URL...

goodman854:
I get the

"An Error Has Occurred!
You must select a member and/or award in order to continue!"

When I enter a username into the box. It doesn't show a drop down or anything kind of like what the guy above said BUT, I'm using firefox. So I don't understand.

Tried with Chrome. Didn't work on that either. So this is a issue with the mod not the browser. What should I do?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version