News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Member Awards (2.0 Compatible!)

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

Previous topic - Next topic

Goodman854

Quote from: live627 on July 26, 2012, 08:20:39 PM
Quote from: goodman854 on July 26, 2012, 11:27:47 AM
I still need help with my error please.
Theirs an image of the issue I'm getting
Any Javascript errors in the console?
no

DiriBai

anyone would like to help me sorting out this mod :( it will give me a double awards..

please visit this forum --> hxxp:diribai.com/forums/general-discussion/test-topic/new/#new [nonactive]

Kindred

if it is displaying double awards then that means you have probably done a double-install. You will have to manually go in and remove the duplicated code.
Сл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."

DiriBai

Quote from: Kindred on August 02, 2012, 03:22:12 PM
if it is displaying double awards then that means you have probably done a double-install. You will have to manually go in and remove the duplicated code.

i try to delete the mod and when i try to install it again still it show up again..

Kindred

Quote from: Kindred on August 02, 2012, 03:22:12 PM
if it is displaying double awards then that means you have probably done a double-install. You will have to manually go in and remove the duplicated code.
Сл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."

N i g h t m a r e

i just set up another forum thats doing quite well,id love the ability to give them awards
All my files are now fresh!
Any ideas on what to do?

@http://essencegamer.hostzi.com

venex

#2786
So i guess the big update will never come?

Quote from: Spuds on May 07, 2011, 09:42:12 PM
Yeah I don't think thats available, I'll see if I can add that in the next release, whenever that is (but it will happend :) )
:(

cep

Good day!

You can make a Member Awards mod under the SMF version 2.0.2?

I am willing to send you a donation.

Thank you!

Kindred

member awards works fine for 2.0.2
Сл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."

SD-X

I can confirm this as working with SMF 2.0.2 too. There are 2 bugs, one notably relating to the eval template thing in the error log, and one section of code where this:
"description
Should be this:
"description"
But both are covered in this topic and can be easily fixed through very minor code edits after installing. :)

Wayne2224

So i just recently installed this mod. And im getting a error im using the latest smf - 2.0.2 and this is the error im getting.

### Awards // Used by: Errors $txt['cannot_manage_awards'] = 'You aren\'t allowed to manage awards.'; // Used by: Help $helptxt['awards'] = 'This area allows you to manage, assign, and categorize awards, as well as change a few settings.'; // Used by: ManagePermissions $txt['permissionname_manage_awards'] = 'Manage Awards'; $txt['permissionhelp_manage_awards'] = 'This will allow users add, edit and assign new awards'; // Used by: Multiple Areas $txt['awards'] = 'Awards'; $txt['awards_view_album'] = 'View member\'s badge album.'; $txt['awards_main'] = 'Main'; $txt['awards_modify'] = 'Add/Modify'; $txt['awards_assign'] = 'Assign'; $txt['awards_categories'] = 'Categories'; $txt['awards_settings'] = 'Settings'; $txt['whoallow_awards'] = 'Managing Awards.'; // Used by: Profile $txt['showAwards'] = 'Show Awards'; $txt['listAwards'] = 'Awards List'; ### End Awards

Mind you this appears above my template in the header area. Any be able to help me with this?? Thanks!


ODA-865 - Main Site [nofollow]

hcfwesker

Quote from: Wayne2224 on August 22, 2012, 02:30:01 PMMind you this appears above my template in the header area. Any be able to help me with this?? Thanks!

Check this file : Themes/default/languages/Modifications.english.php

Seems like the languages for Awards got added at the top of bottom of the file, need to make sure it comes BEFORe the closing "?>" at the bottom of the file

Wayne2224

I was able to fix the above problem. Now im getting these errors in these fields listed below.

Main
Unknown column 'a.id_category' in 'on clause'
File: ~/forums/Sources/ManageAwards.php
Line: 100


Add/Modify
This looks okay no problems here?

Assign
Unknown column 'award_name' in 'field list'
File: ~/forums/Sources/ManageAwards.php
Line: 430


Categories
Unknown column 'id_category' in 'field list'
File: ~/forums/Sources/ManageAwards.php
Line: 711


Settings
It looks fine no errors here?

Also why trying to view my own profile im seeing this error?
Unknown column 'aw.award_name' in 'field list'
File: ~/forums/Sources/Load.php
Line: 1031


I don't know much about the databases but anyone willing to help with this issue as well?? Thanks


ODA-865 - Main Site [nofollow]

Kindred

looks like your database did not get updated when you installed the mod.
Сл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."

SD-X

Are you manually installing it, or using the package manager?

cep

Quote from: Kindred on August 22, 2012, 06:31:57 AM
member awards works fine for 2.0.2

Installation I see an error message.
This can be bad for my forum?


SD-X

Quote from: cep on August 22, 2012, 06:08:05 PM
Quote from: Kindred on August 22, 2012, 06:31:57 AM
member awards works fine for 2.0.2

Installation I see an error message.
This can be bad for my forum?


Yes. That will cause errors. The code your forum is looking for is missing. If you can manually adapt the code the mod modifies and THEN install the mod despite the warning, then it should work fine, if done correctly.

Kindred

doesn't anyone ever bother to read or use search any more?

http://wiki.simplemachines.org/smf/Error_in_mod_installation

this is also explained at least 3 times in nearly EVERY mod thread...
Сл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."

hcfwesker

Quote from: Kindred on August 22, 2012, 06:21:47 PMthis is also explained at least 3 times in nearly EVERY mod thread...

More like 3 times per page in nearly EVERY mod thread :D

cep

#2799
Quote from: SugarD-x on August 22, 2012, 06:16:30 PM
Yes. That will cause errors. The code your forum is looking for is missing. If you can manually adapt the code the mod modifies and THEN install the mod despite the warning, then it should work fine, if done correctly.

I do not want to take risks, as well as many others. Why not remake the modification, if it is so easy?

Advertisement: