Member Awards (2.0 Compatible!)

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

Previous topic - Next topic

hcfwesker

Yeah, mod wont work without those 2 files.  Goto the MOd download page, and parse it for 2.0.2.  Or on that same screen you got the errors, click the image button to the right of the 2 files, and it'll show what manual edits are required.

Make backups of both files before editing in case you make a mistake.

Oh wait.  That's uninstalling.  Did you install with those errors showing.

BEFORE uninstalling, just click those icons, and check the files to see if those edits are in those 2 files.  If not, thats your profblem, and just manually make the edits.  If successful, the issue should be fixed.

Rowe


hcfwesker

The more info on what you provide will get a more detailed response.   I don't know what you've tried, what's going on, whats showing, etc.

can you access the awards by putting this in your url.   ?action=admin;area=awards

Ex.  http://FORUMLINK/index.php?action=admin;area=awards

Rowe

Goes directly to my admin center.

/Also, sorry. I manually edited the files after installing the package. It still does not show up.

Kindred

if that link does not take you to the awards admin, then it is pretty clear that the mod was not fully installed.
Сл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."

Goodman854

Quote from: goodman854 on October 22, 2012, 01:49:35 PM
Quote from: hcfwesker on October 22, 2012, 01:36:52 PM
Goto default/scripts/suggest.js  Download and save it as a backup.  And upload the attached one to overwrite.  I'm just doing what i can since I'm blind not being able to poke through files myself.

If you're gonna go the manually add awards.  The directory is {database_prefix}_awards_members


nope still got the same issue. If you need to see any files or what not you can. I just want it to work, and I have no idea what's causing this.

Since this is apparently an unsolvable issue.

Quick question...

When adding MANUALLY (via PHPMyAdmin into SQL)


uniq ID: Assumeing any number I want as a unique id.
idAward: the number relating to the award hes giving I'd assume
idMember: Members ID, pretty sensible. profile;u=49 so id= 49
daterecieved: well dah that's pretty easy

Now here is what I'm unsure able and Don't know what it's for.

favourite: 1 for yes 0 for no? Whats favourite? Favourite what?

Anyways that's all I have for questions now :/

hcfwesker

Quote from: goodman854 on October 26, 2012, 01:08:27 PM

favourite: 1 for yes 0 for no? Whats favourite? Favourite what?

Anyways that's all I have for questions now :/

Leave favorite as default "0".  Members can click an award they have as a favorite (which will have it display at the front of all their awards in their list), thats what the field is for.

Sorry this issue couldn't be fixed.

Rowe

Installed awards through PHPmyAdmin, the images are broken.

Which file do I add them to and as a .gif or .png?

hcfwesker

#2888
Quote from: Rowe on October 26, 2012, 09:10:05 PM
Installed awards through PHPmyAdmin, the images are broken.

Which file do I add them to and as a .gif or .png?

should have a file labeled "awards" in the root folder,  public_html

awards need to be uploaded as the award_id.png

Ex, the image for award 1 , needs to be uploaded as 1.png in the awards folder.

For the mini image, upload a smaller image of the same award as 1-mini.png , and so on.

----------------------------------

Let's backup a minute.  Can you attach your Sources/Admin.php  file? 



N i g h t m a r e

Quote from: hcfwesker on October 27, 2012, 01:54:24 AM
Quote from: Rowe on October 26, 2012, 09:10:05 PM
Installed awards through PHPmyAdmin, the images are broken.

Which file do I add them to and as a .gif or .png?

should have a file labeled "awards" in the root folder,  public_html

awards need to be uploaded as the award_id.png

Ex, the image for award 1 , needs to be uploaded as 1.png in the awards folder.

For the mini image, upload a smaller image of the same award as 1-mini.png , and so on.

----------------------------------

Let's backup a minute.  Can you attach your Sources/Admin.php  file?

can i get my request done please? its not that hard to read this.

Deju

Hello,

I have 2 forums.  Successfully loaded and tested this mod on this one:
    SMF 2.0.2 | SMF © 2011, Simple Machines
    TinyPortal © 2005-2012
    Total Blue by, Skin-Box | LinkDen

But had an error before installing on this one:
    SMF 2.0.2 | SMF © 2011, Simple Machines
    SimplePortal 2.3.5 © 2008-2012, SimplePortal
    BR Finale 2011 by, Crip

Error:
Quote*    7.    Execute Modification    ./Sources/Subs.php    Test failed
      1.    Replace    ./Sources/Subs.php    Test failed

Quote
Code: (Find) [Select]

   $context['allow_admin'] = allowedTo(array('admin_forum', 'manage_boards', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', 'manage_attachments', 'manage_smileys'));

Code: (Replace) [Select]

   $context['allow_admin'] = allowedTo(array('admin_forum', 'manage_boards', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', 'manage_attachments'

Greatly appreciate any help or advice before continuing.  cheers!




Kindred

Doesn't anyone bother to search?  This is answered MULTIPLE times in nearly EVERY mod thread... AND in the wiki.
What it means is that some other mod has already modified the target code, and you will have to manually add that code.

http://wiki.simplemachines.org/smf/Error_in_mod_installation
Сл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."

Deju

#2892
Sorry,  I hate people like me!

Now, I know I'm going to get lashed for this, but...

Is there a way I could change the "Award" title box to another word?  (Memberships)

hcfwesker

Themes/default/languages/Modifications.english-utf8.php

Find
$txt['awards'] = 'Awards';

change Awards to the word you want.

QuoteIs there a way I could change the "Award" title box to another word?

Not sure which box you mean.  The box in mini-profiles next to posted messages or member full profile pages.

hcfwesker

GOTO YOUR FOLDER.  DOWNLOAD AND ATTACH ...

Display.template.php

The attached file you have is NOT Display.template.php.  It may have been renamed to it, but it's not the file.  Do something I ask for, correctly, and I will help.  Every time I try to help you with the next step its like i get taken back 3 steps. 

This is why I chose to ignore your requests for several posts in here.  Begging me and calling me out repeatedly will not speed up the process.

This time get it right.   Display.template.php  from your THEMES folder.

N i g h t m a r e

from the default theme folder? its not anywhere else as far as i see.

but this is the file from the default theme folder

hcfwesker

Quote from: -♦-Zeum-♦- on November 04, 2012, 02:13:01 AM
from the default theme folder? its not anywhere else as far as i see.

but this is the file from the default theme folder

Yayyyyy.  finally the right file.


N i g h t m a r e



N i g h t m a r e

Yes it works,although is there anyway to make No awards show under your profile picture and all that stuff? i wan't it only under the signature area

Advertisement: