The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Yet Another Awards System Details »» | |||||||||||||||||||||||||||||||||||||||||
*** CREATE A BACKUP OF YOUR FORUM AND DATABASE BEFORE INSTALLING *** DESCRIPTION: This is a Medals/Awards system. Admin 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) - Can re-order awards in awards showcase - Issue awards to members, based on username or userid, with Issue Reason - Remove awards from members + Writes granting/removing awards to the log In ModCP - Issue awards to members, based on username or userid, with Issue Reason - Remove awards from members + Writes granting/removing award to the log Front page - Display awards list in with: Award Name, Description, Icon, Image, and Members who get each award. - Display awards showcase in profile, with Award information, Issue time and reason - Display award icons in postbit (showthread, showpost, announcement, private) New Features/Additions since 3.8 - Points System - Separate Award Request/Recommendation Forms - CSS Customizable Current Release Version 4.0.9
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
23 благодарности(ей) от: | ||
Abominus, afmarko99, alcazarx, andy_mcguire, CAG CheechDogg, CoZmicShReddeR, dandanch, danswano, Elite_360_, josner, Kesha, MagicPID, mertiliuss, Mickie D, nacaruncr, netzwart, RichieBoy67, sadiq6210, SKIDROW |
Comments |
#1472
|
|||
|
|||
New post in an existing thread for award issue doesn't seem to be working.
Is it something on my end or is it YaAS? Edit: It's not letting me change the PM userid either. I changed from user 10 to user 1, but it's still sending from user 10. |
#1473
|
||||
|
||||
Quote:
Quote:
Quote:
|
#1474
|
|||
|
|||
Thanks. Makes my life a whole lot easier. :up:
|
#1475
|
|||
|
|||
I get the following error when recommending an award.
Quote:
Using 4.0.6 on vB 4.2 PL3. I tried researching this error, but even Google only came up with one hit, and it was on the 3.8 version. As a side note, when recommending a rank (Yet Another Ranks System), it works just fine. It's only in the Awards mod that I get this error. |
#1476
|
||||
|
||||
Quote:
|
#1477
|
|||
|
|||
Thanks for the response.
Strangely enough, it's working now. I made no changes - seriously - other than to verify the forumid, my Admin user permissions, and the mod settings, all of which were good and none of which were changed. I don't know what to say ... /shrug Thanks. [Edit / Update]: Okay, so I don't know if I accidentally used the Ranks mod instead of the Awards mod earlier, or if there's something else going on. However, the Ranks mod works fine but the Awards mod is not working ... still/again(?). Both mods have the exact same configs, including forum and usergroup posting permissions. I have uninstalled and re-installed the Awards mod. From the AdminCP, it's all good. In fact, while it fails to post in the forums I see the request in the AdminCP. Fatal error: Existing data passed is not an array |
#1478
|
||||
|
||||
Quote:
|
#1479
|
|||
|
|||
Again, thank you for the response ...
Further testing reveals the following:
I know HTML and CSS, but I don't know PHP, so when I look at the variations between the Rank and the Awards code and I see the following: Awards code ... not working ... (partial) ... Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}"> <head> <title>{vb:raw vboptions.bbtitle} - {vb:rawphrase awards}</title> {vb:raw headinclude} {vb:raw headinclude_bottom} </head> <body> {vb:raw header} {vb:raw navbar} Ranks code ... works fine ... (partial) ... Code:
$stylevar[htmldoctype] <html id="form" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - $vbphrase[rank_recommendformtitle]</title> $headinclude </head> <body> $header $navbar Mostly I'm noting the {vb:xxxxxxx} versus $xxxxxx differences. Switching my language to UTF-8 wouldn't cause any problems, would it? Lastly, I have no problems agreeing with you that there is most likely something else going on, but if you can tell me what to look for - since it is your mod that is having trouble sending the information - I research this further. The people for whom I'm building this site are very adamant that this mod works, so I really appreciate your time in answering my posts and helping me resolve this issue. [Edit / Update]: I just checked, and the PM function works perfectly, so it seems the only issue is posting on the forums. |
#1480
|
|||||
|
|||||
Quote:
You can try to make the following changes to see if it helps track down the problem: Change line 122 as follows: Code:
$foruminfo = verify_id('forum', $vbulletin->options[award_request_formforumid], 0, 1); Code:
$foruminfo = verify_id('forum', $vbulletin->options[award_request_formforumid], 1, 1); Code:
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors); if (!empty($errors)) { $error = construct_errors($errors); // this will take the preview's place eval(standard_error($error)); } $award_send += 1; Quote:
Quote:
Quote:
Quote:
|
#1481
|
|||
|
|||
Just as a follow up, I have not applied your fix yet; however, I also have not had a single error (and no one has reported any errors to me). I'm going to keep things as-is, for now and I'll apply your fix when/if the issue arises again.
[Edit] Removed misinformation. Thanks a ton! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|