News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Simple Awards System

Started by Windy, November 14, 2006, 09:01:54 PM

Previous topic - Next topic

Windy

I've bumped the version to be compatible with RC1.2 and 1.1.10.

Quote from: maxtor on August 03, 2009, 01:09:59 PM
i have "Simple Award System 2.0.0.4b " and i want to upgrade to 2.0.2. how can i do it?  i get this:


Apply Mod
This package is already installed, and no upgrade was found!

You should uninstall the old version first to avoid problems, or ask the author to create an upgrade from your old version.

Please remember to always make regular backups of your sources and database before installing mods, especially beta versions. 


Install Actions
Installations actions for "Simple Award System":
The package you are trying to download or install is either corrupt or not compatible with this version of SMF. 

You would have to uninstall the old version first, then install the new one.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

~๏ S a v e ๏~

I have a problem.. 

when i see PROFILE it's show error like this..


Fatal error: Cannot redeclare template_awards() (previously declared in C:\AppServ\www\sgcp\webboard\Sources\Load.php(1994) : eval()'d code:2273) in C:\AppServ\www\sgcp\webboard\Sources\Load.php(1994) : eval()'d code on line 2425

if somebody know how to repair please help me..  :'(


ps. sorry for my english..

Kimmie

Does this permit you to give more than one award, or can they only have one award at a time?

Windy

You can give out as many awards as you like.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

bwaslo

#244
Windy,

I got SA to install (after a few problems the first time I tried) and it seems to be there.  I can add awards as administrator, but even though I enabled regular users to be able to give awards, the menu never appears for them.  Is it hidden somewhere we're not finding?
As administrator login on any users' page (or when a user looks at his own profile page) the Awards link appears at bottom left of the "Ultimate Profiles" page.  But not when a normal user looks at another user's profile, then he can't find an awards link at all.

I tried disabling the Ultimate Profiles mod, but still could not find a link to give awards by a user.

Help?

-thanks

ed -- forgot to add, SMF 1.1.10
tried uninstalling and reinstalling, no change....
--
OK, now I think I understand.  It appears that to allow users to give each other awards, I also have to give them all permission to edit each others "additional profile settings". Which is NOT something I can ever imagine wanting to allow!

Is there no other way to allow normal users to give awards?  If not, I don't see this mod being of much use....

Windy

I don't believe anyone has actually used in this way, I checked it out and you are correct about the awards link, it won't show up unless that permission is set, however, the section itself should still be accessible.

If you can go into your theme's directory and open Profile.template.php, search for
<a href="', $scripturl, '?action=profile;u=', $context['member']['id'], ';sa=statPanel">', $txt['statPanel_show'], '.</a><br />
and then underneath that line add
<a href="', $scripturl, '?action=profile;u=', $context['member']['id'], ';sa=awards">Show the Awards this member has received.</a><br />
and then it'll show up under the additional information section on the user's profile summary.

I'll probably implement this properly the next time I release the next version of it.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

bwaslo

Thanks Windy, I'll give it a try.

I wanted to let the members of my site give (or zap each other with) awards that were attributable to the presenter.

But not to change things (like personal profile info) that would look like the presentee had done them -- people can get touchy about that kind of thing.

Thanks for the very quick reply.

bwaslo

#247
Well, that works with the normal profiles page, but unfortunately not with the Ultimate Profiles Mod (when a member has Ultimate Profile enabled, his awards link doesn't show...).

Ideally (in my - probably unusual-, case at least) the link for an award would appear next to each members' avatar by each of his posts.  Next to where Karma points are shown.  Is that possible to do easily?

Edit:  To make it work with Ultimate Profiles mod, edit the file

/ public_html / Themes / default / UltimateProfile.template.php   and use Windy's instruction there.  Works now!

Kevin Waggoner

Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
[nofollow]

Windy

Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

Kevin Waggoner

Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
[nofollow]

Windy

Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

Kevin Waggoner

Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
[nofollow]

Windy

Quote from: Kevin Waggoner on September 02, 2009, 04:05:12 AM
Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
You'll need to perform a manual installation for that part then. It shouldn't be too difficult, I would just recommend searching for "$txt[26]" and then above the echo for that then place the code that should have been placed in above that.  Just remember that if you uninstall the mod you will most likely need to remove that manually as well.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

Kevin Waggoner

Quote from: Windy on September 02, 2009, 04:36:46 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:05:12 AM
Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
You'll need to perform a manual installation for that part then. It shouldn't be too difficult, I would just recommend searching for "$txt[26]" and then above the echo for that then place the code that should have been placed in above that.  Just remember that if you uninstall the mod you will most likely need to remove that manually as well.

You lost me at "$txt[26]", I barely Know my way around HTML, PHP is a whoooooooole new thing for me xD
[nofollow]

Windy

Quote from: Kevin Waggoner on September 02, 2009, 04:43:04 AM
Quote from: Windy on September 02, 2009, 04:36:46 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:05:12 AM
Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
You'll need to perform a manual installation for that part then. It shouldn't be too difficult, I would just recommend searching for "$txt[26]" and then above the echo for that then place the code that should have been placed in above that.  Just remember that if you uninstall the mod you will most likely need to remove that manually as well.

You lost me at "$txt[26]", I barely Know my way around HTML, PHP is a whoooooooole new thing for me xD
Without trying to get into detail, "$txt[26]", is a variable which holds a string value from one of smf's language files, in this particular instance the value of it is "Posts" and it's what you see whenever you view a topic and look at a users information on the left, echo is a function in php that outputs stuff to the user's browser. ie.
echo 'im outputting stuff to the browser';
if you go to the page for this mod, under download this mod you'll see the manual install instructions for smf and then you pick the version of smf you're using
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

Kevin Waggoner

Quote from: Windy on September 02, 2009, 05:18:00 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:43:04 AM
Quote from: Windy on September 02, 2009, 04:36:46 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:05:12 AM
Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
You'll need to perform a manual installation for that part then. It shouldn't be too difficult, I would just recommend searching for "$txt[26]" and then above the echo for that then place the code that should have been placed in above that.  Just remember that if you uninstall the mod you will most likely need to remove that manually as well.

You lost me at "$txt[26]", I barely Know my way around HTML, PHP is a whoooooooole new thing for me xD
Without trying to get into detail, "$txt[26]", is a variable which holds a string value from one of smf's language files, in this particular instance the value of it is "Posts" and it's what you see whenever you view a topic and look at a users information on the left, echo is a function in php that outputs stuff to the user's browser. ie.
echo 'im outputting stuff to the browser';
if you go to the page for this mod, under download this mod you'll see the manual install instructions for smf and then you pick the version of smf you're using

Ok, I am looking at the display.template.php thinger in the readme for manual instructions

when it says "find (code)" and then "add before (code)" does that mean I have to add that code directly above it?

its an odd question i know but again..I know nothing xD
[nofollow]

Windy

Quote from: Kevin Waggoner on September 02, 2009, 05:35:01 AM
Quote from: Windy on September 02, 2009, 05:18:00 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:43:04 AM
Quote from: Windy on September 02, 2009, 04:36:46 AM
Quote from: Kevin Waggoner on September 02, 2009, 04:05:12 AM
Quote from: Windy on September 02, 2009, 03:59:42 AM
Quote from: Kevin Waggoner on September 02, 2009, 02:44:47 AM
Quote from: Windy on September 02, 2009, 02:33:45 AM
Quote from: Kevin Waggoner on September 02, 2009, 12:17:05 AM
Windy,

I have uploaded your mod with no issues in the package manager.

BUT unlike the screen shots I am unable to see the actual award given to a member in their forum posts.

Help?
Are you using a theme with a custom Display.template.php?
If so then you will have to apply the changes to the Display.template.php for that theme to be able to see them.

I don't think I'm using a custom theme O_o...it says default o.o;''

forum.wolfcreationsinc.com <--- o.o''
hmm, well I can't really think as to what it could be, did the test for display.template.php pass when you installed it?
is the code that was supposed to be there actually in there?

oh I guess it is the display.template.php, it stated that it failed the test, so what do I need to do?
You'll need to perform a manual installation for that part then. It shouldn't be too difficult, I would just recommend searching for "$txt[26]" and then above the echo for that then place the code that should have been placed in above that.  Just remember that if you uninstall the mod you will most likely need to remove that manually as well.

You lost me at "$txt[26]", I barely Know my way around HTML, PHP is a whoooooooole new thing for me xD
Without trying to get into detail, "$txt[26]", is a variable which holds a string value from one of smf's language files, in this particular instance the value of it is "Posts" and it's what you see whenever you view a topic and look at a users information on the left, echo is a function in php that outputs stuff to the user's browser. ie.
echo 'im outputting stuff to the browser';
if you go to the page for this mod, under download this mod you'll see the manual install instructions for smf and then you pick the version of smf you're using

Ok, I am looking at the display.template.php thinger in the readme for manual instructions

when it says "find (code)" and then "add before (code)" does that mean I have to add that code directly above it?

its an odd question i know but again..I know nothing xD
yeah
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

meehan09

When i try to run the standalone ( AwardSystemdb2.php )

Its not letting me run this file to install the database, Iam getting error ( NO DATABASE SELECTED )


Would you be able to direct me in the right way to fix this. thanks

Windy

Quote from: meehan09 on September 11, 2009, 06:53:09 AM
When i try to run the standalone ( AwardSystemdb2.php )

Its not letting me run this file to install the database, Iam getting error ( NO DATABASE SELECTED )


Would you be able to direct me in the right way to fix this. thanks
I'm not quite sure as to why you would get that error.   The easiest way would probably be to add a db select statement, if you're using mysql then it's just adding the following before any sql statements:
mysql_select_db('dbname');
Of course replace dbname with the name of the database in which smf is installed.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

Advertisement: