Member Awards (2.0 Compatible!)

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

Previous topic - Next topic

JBlaze

Another plan for 3.0 is to have compatibility with other profile mods, such as Ultimate Profile.
Jason Clemons
Former Team Member 2009 - 2012

KensonPlays


Owner of Mesozoic Haven

Tearstar

I can't wait either, so I will look into the manual edits, now that I have a better idea of what I'm looking for . . . I don't KNOW php, but I can hack up code :)

phxmaximus

Quote from: rm -rf on June 17, 2010, 01:17:42 PM
Quote from: anakmacan on June 17, 2010, 08:20:36 AM
I wanna make donation for this mod, any paypal link ?

Yes, you can find a donation button on the front page of http://www.jblaze.net/


Quote from: phxmaximus on June 16, 2010, 11:27:37 PM
Any ideas why I can't select more than 1 favorite using smf 1.1.11 and the latest version compatible with that? Thanks
I haven't had the time or interest to look into 1.1.x bugs, but I may take a stab at it sometime next week. Right now, I have alot of projects to work on.

Meh don't worry about it, it isn't that big of a deal. I should just upgrade to RC3 once and for all anyway. I have just been nervous about it because my site is a popular gaming site and I have quite a number of mods and I am afraid of screwing everything up.

phxmaximus

Ok I went ahead and upgraded my site to RC3, and now want to install member awards again. My question is, since I am using a custom theme, do I need to do the install manually, like I had to under 1.1.11? Thanks!


C4G-TK

1) Install the mod as you normally would.

2) Parse the mod and manually do the edits for the Theme files in your Custom Theme.
(If your Custom Theme does not have those files, you will not have to do the edits because it will pull the info from the default files)

3) Add any directories and images into the correct location on your Custom Theme.  (Look at bottom of the page where you parse the mod)

Should then work fine.

-img removed-

phxmaximus


Kindred

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

phxmaximus

#1888
Whelp I have played around and I can't seem to get it out of the gallery drop down menu, without getting a syntax error. So here is the code currently, which works perfectly fine. But, if possible, I would like to get the awards menu where it belongs. Any help would be greatly appreciated.

// 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.
),
),
),
),

'gallery' => array(
'title' => $txt['smfgallery_admin'],
'permission' => array('smfgallery_manage'),
'areas' => array(
'gallery' => array(
'label' => $txt['smfgallery_admin'],
'file' => 'Gallery2.php',
'function' => 'GalleryMain',
'custom_url' => $scripturl . '?action=admin;area=gallery;sa=adminset;sesc=' . $sc,
'icon' => 'server.gif',
'subsections' => array(
'adminset' => array($txt['gallery_text_settings']),
'admincat' => array($txt['gallery_form_managecats']),
'approvelist' => array($txt['gallery_form_approveimages']),
'commentlist' => array($txt['gallery_form_approvecomments']),
'filespace' => array($txt['gallery_filespace']),
'catpermlist' => array($txt['gallery_text_catpermlist2']),
'batchftp' => array($txt['gallery_ftp']),


),
),
'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']),
),
),
                ),
),

'layout' => array(



Also, when I go to view my profile to see the testing award I have there, the following error shows up in the error log;



http://www.clan-phx.com/index.php?action=profile;area=listAwards;u=1
8: Undefined index: view
File: /home/clanphxc/public_html/cache/lang_ManageAwards_english-utf8_darkmodern_203.php (awards_list sub template - eval?)
Line: 3104


Any thoughts? Thanks for your help!

Kindred

1- please do not serial post. If no one has responded, then modify your last post rather than posting a new one.

2- if you are using a UTF-8 language, that may be your problem. Most mods only install in "english" (which is different from english utf-8, as has been said about 20,000 times in nearly every mod thread)

lastly - you are missing TWO closing ), in the gallery portion.  Every opening ( must have a closing ), in an array.
Сл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."

phxmaximus

#1890
ok. I don't know what " I may be using UTF-8" means, but thanks anyway.

venex

I have a request for V3... I remember that long ago when I used this in my 1.1.11, or so (can't remember lol), the MOD had the ability to be displayed either in the profile next to every post or below the signature.. I had it below the signature... and now, I have to have it in the "mini-profile". I would really want to have it where I had it ;D... if u could make that possible in the next version, I would really appreciated.

JBlaze

Quote from: venex on June 22, 2010, 01:01:01 AM
I have a request for V3... I remember that long ago when I used this in my 1.1.11, or so (can't remember lol), the MOD had the ability to be displayed either in the profile next to every post or below the signature.. I had it below the signature... and now, I have to have it in the "mini-profile". I would really want to have it where I had it ;D... if u could make that possible in the next version, I would really appreciated.
That's already planned with "Custom fields".
Jason Clemons
Former Team Member 2009 - 2012

venex

Quote from: rm -rf on June 22, 2010, 01:10:50 AM
Quote from: venex on June 22, 2010, 01:01:01 AM
I have a request for V3... I remember that long ago when I used this in my 1.1.11, or so (can't remember lol), the MOD had the ability to be displayed either in the profile next to every post or below the signature.. I had it below the signature... and now, I have to have it in the "mini-profile". I would really want to have it where I had it ;D... if u could make that possible in the next version, I would really appreciated.
That's already planned with "Custom fields".
You mean that it will be for next version or that I can do that with the available version?

Sorry, didn't quite get it lol.

JBlaze

Jason Clemons
Former Team Member 2009 - 2012

venex

Quote from: rm -rf on June 22, 2010, 01:19:32 AM
Sorry, it's planned for 3.0 ;)
Thanks a lot!

Can't wait to see it ;D!!!!!

JBlaze

Jason Clemons
Former Team Member 2009 - 2012

chinaren

Hi, I installed this for SMF2RC3, but when I try to look into my profile it gives...


Unknown column 'aw.award_name' in 'field list'
File: .../Sources/Load.php
Line: 1023





Help?
The Opus Path - The Next Generation of the Written Word

JBlaze

Quote from: chinaren on June 22, 2010, 06:54:05 PM
Hi, I installed this for SMF2RC3, but when I try to look into my profile it gives...


Unknown column 'aw.award_name' in 'field list'
File: .../Sources/Load.php
Line: 1023





Help?

Make sure that the tables were installed correctly in your database. Did you install this mod manually or via the package manager?
Jason Clemons
Former Team Member 2009 - 2012

chinaren

Quote from: rm -rf on June 22, 2010, 07:11:16 PM

Make sure that the tables were installed correctly in your database. Did you install this mod manually or via the package manager?


Mmm, I'll go and check, see what tables I have.  I installed it mostly by the PM, but had to manually do two files, er... Load and Subs I think.  


This is an upgrade of a 1.1.11 forum that had this installed previously. 
The Opus Path - The Next Generation of the Written Word

Advertisement: