Member Awards (2.0 Compatible!)

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

Previous topic - Next topic

guy123

Hey guys I was wondering if it is possible to get those award images which are in the screen shots on the download page? Thanks.

Goodman854

Quote from: Kindred on July 26, 2012, 12:09:36 PM
Goodman, your problem is related to either a missing, corrupted or conflicting javascript...

When you attempt to send a PM to one of your users, does the system give you a selection of users, as you type the username?

Tiensg,
What you list is NOT an error... it's a piece of code.
That code is not part of this mod... so, it would seem that - when you installed this mod, you installed it overlapping another mod and installed it improperly.
Yes when I PM someone I get a selection of users.

live627

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?

guy123

Hey guys, I tried to instal this on with my theme Blue Colour and it doesn't show up on the left hand side of posts where your username is. Help please?

Website is: mmobullet.net/forums

Thank you.

live627

Sounds too me like it did not edit the theme. Does it show up in the default Curve theme?

N i g h t m a r e

umm,i cant edit the awards at all.i cant find where i go on the website i go to
"Admin > ? ? ? ? ? ?" any ideas? or does editing it involve going into the FTP client?

ALSO

when i was installing it i came across a few errors

...

Action: ./Sources/Admin.php

Code: (Find) ),
),
'layout' => array(


Code: (Add Before) 'awards' => array(
'label' => $txt['awards'],
'file' => 'ManageAwards.php',
'function' => 'Awards',
'icon' => 'awards.gif',
'permission' => array('manage_awards'),
'subsections' => array(
'main' => array($txt['awards_main']),
'modify' => array($txt['awards_modify']),
'assign' => array($txt['awards_assign']),
'categories' => array($txt['awards_categories']),
'settings' => array($txt['awards_settings']),
),
),



only problem for me is,i have no idea where to go to change the first code to the second one :l

Same problem with these

Action: ./Sources/Admin.php

Code: (Find) // You have to be able to do at least one of the below to see this page.
isAllowedTo(array('admin_forum', 'manage_permissions', 'moderate_forum',


Code: (Add After) 'manage_awards',


guy123

Quote from: live627 on July 26, 2012, 11:48:10 PM
Sounds too me like it did not edit the theme. Does it show up in the default Curve theme?

Yes it does. But I am sure that I checked the box to install on my theme as well. In fact I reinstalled it to make sure. Thanks.

N i g h t m a r e

any ideas on where to go to add badges then assign them to users? i cant find the menu to do it anywhere :l

guy123

I think it's messed up and you have to add it yourself into the code. I just tried reinstalling it and I got a fail installation message but I am using the latest version. But then again it might have got mixed up with my referral mod.

Kindred

TheNextProdigy,

well, yes...    the installation failed to add the admin menu item for this mod...  (that was the failure that you listed).   Whenever you get a failure, you have to *MANUALLY* apply that change to your code/files.

MrFarbodD,

installing and reinstalling is not the way to solve issues. Actually, it leads to other issues, like double installations.
If one of the files failed, ten, as I said above, you have to MANUALLY apply the changes.
If it's not working the way you say it is not working, then the changes did not get made to your theme, regardless of what the system SAID during installation. You should MANUALLY check the theme template files for your cusotm theme and apply the changes to them is, as we suspect, the updates were never made there.
Сл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."

guy123

Okay thanks. I will try to add it myself.

N i g h t m a r e

Quote from: Kindred on July 27, 2012, 09:10:03 AM
TheNextProdigy,

well, yes...    the installation failed to add the admin menu item for this mod...  (that was the failure that you listed).   Whenever you get a failure, you have to *MANUALLY* apply that change to your code/files.

MrFarbodD,

installing and reinstalling is not the way to solve issues. Actually, it leads to other issues, like double installations.
If one of the files failed, ten, as I said above, you have to MANUALLY apply the changes.
If it's not working the way you say it is not working, then the changes did not get made to your theme, regardless of what the system SAID during installation. You should MANUALLY check the theme template files for your custom theme and apply the changes to them is, as we suspect, the updates were never made there.

Ive been up all night adding custom commands to my shoutbox and fixing errors that came with the SMF Shop i tried fixing that error but it didn't work,here's my admin.php file think ya can help?

Kindred

looks like your gallery mod has screwed things up...


for the first bit...  add it just AFTER

'modsettings' => array(
'label' => $txt['admin_modifications'],
'file' => 'ManageSettings.php',
'function' => 'ModifyModSettings',
'icon' => 'modifications.gif',
'subsections' => array(
'song' => array($txt['profile_song']),
'general' => array($txt['mods_cat_modifications_misc']),
// Mod Authors for a "ADD AFTER" on this line. Ensure you end your change with a comma. For example:
// 'shout' => array($txt['shout']),
// Note the comma!! The setting with automatically appear with the first mod to be added.
),
),


for the second bit, it looks like it was alreayd done...:

isAllowedTo(array('admin_forum', 'manage_permissions', 'moderate_forum', 'manage_awards', 'manage_membergroups','manage_awards', 'manage_bans', 'send_mail', 'edit_news', 'manage_boards', 'manage_smileys', 'manage_attachments'));


Сл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

Quote from: Kindred on July 27, 2012, 03:34:19 PM
looks like your gallery mod has screwed things up...


for the first bit...  add it just AFTER

'modsettings' => array(
'label' => $txt['admin_modifications'],
'file' => 'ManageSettings.php',
'function' => 'ModifyModSettings',
'icon' => 'modifications.gif',
'subsections' => array(
'song' => array($txt['profile_song']),
'general' => array($txt['mods_cat_modifications_misc']),
// Mod Authors for a "ADD AFTER" on this line. Ensure you end your change with a comma. For example:
// 'shout' => array($txt['shout']),
// Note the comma!! The setting with automatically appear with the first mod to be added.
),
),


for the second bit, it looks like it was alreayd done...:

isAllowedTo(array('admin_forum', 'manage_permissions', 'moderate_forum', 'manage_awards', 'manage_membergroups','manage_awards', 'manage_bans', 'send_mail', 'edit_news', 'manage_boards', 'manage_smileys', 'manage_attachments'));


where exacly do i put

'modsettings' => array(
'label' => $txt['admin_modifications'],
'file' => 'ManageSettings.php',
'function' => 'ModifyModSettings',
'icon' => 'modifications.gif',
'subsections' => array(
'song' => array($txt['profile_song']),
'general' => array($txt['mods_cat_modifications_misc']),
// Mod Authors for a "ADD AFTER" on this line. Ensure you end your change with a comma. For example:
// 'shout' => array($txt['shout']),
// Note the comma!! The setting with automatically appear with the first mod to be added.
),
),


i figured it out but,i still dont have the option to edit awards and assign them :l

Kindred

add it just AFTER the exact section that I quoted. :)

there should be two additional close parens that follow before the gallery item starts...
Сл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

well,i copied what that code then deleted the default one and added that one,is that what i was suppost to do? or have that one and the default code

Kindred

you should not have had to delete anything....
Сл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: 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?
Where?

N i g h t m a r e

Quote from: Kindred on July 27, 2012, 04:16:39 PM
you should not have had to delete anything....

since im obviously not gonna figure this out..think you can take a minute to do it for me?

Kindred

sorry... I don't have the time (or access to a real computer) right now....
Сл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."

Advertisement: