The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Yet Another Awards System Details »» | |||||||||||||||||||||||||||||||||||
vBulletin 4 version can be found here: https://vborg.vbsupport.ru/showthrea...highlight=YAAS
DESCRIPTION: This is a Medals/Awards system. Admin/Mods can give members awards, and award icons will be displayed in member's profile, posts, as well as in a award list. FEATURES: In AdminCP - Can Create/Edit/Delete/Reorder categories/sub-categories in ACP (with category name and description) - Can Create/Edit/Delete awards in ACP (with Award Name, Description, Icon URL, Image URL) - Can Move one (or all) award(s) from one category to another - Can set some awards un-classified (not displayed for public) + Issue awards to members, based on username or userid, with Issue Reason + Recommend awards for members based on username, with Recommend Reason + Remove awards from members + Issue Point Values to awards (Recommended that you are running mySQL 5.0 or higher, will not work correctly with lower versions of mySQL) + Award automation In ModCP + Issue awards to members, based on username or userid, with Issue Reason + Remove awards from members Front page - Display awards list in with: Award Name, Description, Icon, Image, and Members who get each award. - Display awards showcase in profile within a TAB, with Award information, Issue time and reason - Display award icons in postbit or under sig. CHANGES/MODIFICATION: 3.8.4: * Fixed - Issuing Awards to users with ' in usernames. * Fixed - "Award System Settings" SettingGroup name. * Fixed - Phrases for Award Request/Recommendation Settings. * Fixed - All templates should be properly cached. * Fixed - Inactive awards no longer display in postbit. * Improved - Version Information in AdminCP. * Improved - Award Name is added to Post/PM Title Recommendations/Requests. * Improved - Postbit Display Location descriptions. * Improved - Cleaner awards layout display. * Improved - Award Submissions Post/PM layout. 3.8.3 Patch 1: * Fixed - SQL Group By Syntax when Points are enabled DIFFICULTY LEVEL: Easy Time: about 5 minutes Installer is included (1 product XML) Upload files and import xml. When upgrading: re-upload ALL files and re-import XML This MOD is 100% Supported. Authors of YaAS 3.8: Xanlamin CypherSTL Current Release: v3.8.4 Newest Release Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
4 благодарности(ей) от: | ||
Erica1977, Panzer Max, Razta, xorex |
Comments |
#142
|
|||
|
|||
Works just fine.
|
#143
|
||||
|
||||
I've installed this and just love it, but I am having some problems which I'm sure is probably because I'm such a newbie at all of this. I would appreciate any basic (very basic) help anyone could give me.
1. I don't understand how my members can request an award, either for themselves or others. I've searched everywhere on my board and cannot find a a link or button or anything that would give them this ability. From what I've seen, the only way they can even know it exits is if they happen to see an award given to someone else in their postbit. But even if they do, there's still no way for them to request one for themselves or anyone else. I have made a forum for Award requests and put the forum ID into the awards system settings; so there is a forum available, but how do the members post to it? (It's in the admin section of my board so only the staff can see it just as the forums for post reports and infractions are. 2. Perhaps I misunderstood, but isn't there supposed to be another page or module that you can add to your home page that shows all the members that have awards or something like that? That's what I thought this meant: Quote:
Quote:
Quote:
If someone could tell me where in the world to find this "link", I too would like to add it to the drop down menu...but first I need to know where the link is or is supposed to be to start with lol Please, could someone help me? Remember, I'm VERY new at this and need really basic one step at a time directions lol |
#144
|
|||
|
|||
Cindy - I'll see if I can help.
1) If I'm understanding correctly, you made a new forum for the awards requests, and you have the permissions set so that it is for your admin team. I believe that any posts that go in there from people requesting awards will be moderated - meaning that they will need to be approved (by a moderator of that form, or a SuperAdmin) before they are visible to other admin members. 2) Go to www.YourSite.com/awards.php (change the YourSite.com to your web site) That page should let you view who has received an award, and (if enabled) it should have a "Request" link for each award. |
#145
|
||||
|
||||
Yes and no, none of my regular members can see into that forum, only the staff can. The posts therefore don't need to be moderated since we're the only ones that can see them.
The point is though that none of my members have a link or button or anything anywhere to click on that would cause a thread to be posted in that awards request forum.... I went to: http://www.fresh-hope.com/awards.php like you said though and I'll I get is a 404 error: Quote:
http://www.fresh-hope.com/ and the page to my board is here: http://www.fresh-hope.com/forums/index.php Could I have perhaps missed a step in the settings or install? Edited to add: I found the page! I just had to add forums to the address! Thanks!!!! http://www.fresh-hope.com/forums/awards.php |
#146
|
|||
|
|||
Quote:
As far as the admin forum thing, I'm not sure that you have a choice. From what I've seen with other add-ons, if something forces a post to be made in a forum that they usually wouldn't be able to post in (like this would do), it automatically is put in "moderated" status. If that's okay with you, then I don't think you need to set anything else up, but you (or a moderator of that forum) would need to check and approve those posts/threads. If you find that annoying, you could more or make that "requesting" forum under a section that your members usually have permission to post in. Do you know where to go to add in that Awards link, so your members can use it? |
#147
|
|||
|
|||
What you do is add a link to your postbit or postbit legacy pull down menu. Add a link that points to the awards.php file.
If you're using it as a "Post of the Month" nomination, your users will have to include the URL of the post they're attempting to nominate. Here's the code I use: Code:
<!-----Post of the Month-----> <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">$vbphrase[award]</phrase></a></td></tr> <!-----End Post of the Month-----> |
#148
|
||||
|
||||
Quote:
Quote:
|
#149
|
|||
|
|||
When you create the phrase, you can name it anything you want. The code I provided above just pulls the text from the phrase for the link.
Unfortunately, you'll have to provide instructions to your users to include the URL of the post they wish to nominate on your site. Other than that, including the link in the postbit works very well. |
#150
|
||||
|
||||
oh ok, so if I use that code you gave me, just changing it to say something like "Request Award" then when people click on that persons username on one of their posts, it will generate a new thread requestiing an award for that person? And the person posting it can simply include the url to the post they think should get the award?
I'm sorry for repeating things like this, but I need to make sure I really do understand what you're saying. I've learned the hard way that often what I think someone is saying isn't the case at all lol Also, could you please tell me how/where I go to insert that code you gave me? Again I apologize for needing so much direction here... I really do appreciate your help! |
#151
|
|||
|
|||
In your postbit or postbit_legacy template find:
Code:
<if condition="$show['search']"> <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr> </if> Code:
<!-----Post of the Month-----> <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">$vbphrase[award]</phrase></a></td></tr> <!-----End Post of the Month-----> That's all there is to it. Just make sure your users know to insert the URL of the post they want to reference when submitting the award request. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|