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 |
#1302
|
|||
|
|||
Hello,
Just having another question... How can i add a custom .css inside the forms code? I mean, how can i add vbulletin.css inside this: awards_request_form Code:
$stylevar[htmldoctype] <html id="form" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - $vbphrase[award_formtitle]</title> $headinclude </head> <body> $header $navbar <form enctype="multipart/form-data" method="post" action="request_award.php"> <input type="hidden" value="submit" name="do"> <input type="hidden" value="$award[award_id]" name="award_id"> <div class="blockhead">$vbphrase[award]: $award[award_name] (id: $award[award_id])</div> <div align="center"><br /><img src="$award[award_img_url]"><br /><strong> $award[award_name]</strong></div> <if condition="$award[award_desc]"> <br /> <div class="blockhead">$vbphrase[award_description]</div> <div class="blocksubhead">$award[award_desc]</div> </if> <br /> <div class="blockhead"> $vbphrase[award_formtitle] </div> <div class="blocksubhead"> $vbphrase[award_formpurpose] <br /><br /> $vbphrase[username] <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td><b>$bbuserinfo[username]</b> (User ID: $bbuserinfo[userid])</td> </tr> </table> <br /> $vbphrase[award_request_reason] <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td><textarea rows="5" cols="50" name="award_request_reason"></textarea></td> </tr> </table> <br /> <input type="hidden" name="award_request_uid" value="$bbuserinfo[userid]"> <input type="submit" name="submit" class="button" value="$vbphrase[submit]" accesskey="s" /> <input type="reset" name="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> </div> </form> $footer </body> </html> |
#1303
|
||||
|
||||
Quote:
Second, the template vbulletin.css (or its corresponding file) is already included in that template through the $headinclude variable. Similarly it is also in the new version through the {vb:raw headinclude}. |
#1304
|
|||
|
|||
Just quoting myself here, Squidsk, in case you didn't see it because it was on the previous page.
|
#1305
|
||||
|
||||
Quote:
|
#1306
|
|||
|
|||
Quote:
If I reduce the user info width to, say, 150px, it shows under all of the user info correctly instead of to the right of it for users with smaller avatars or at the avatar limit for their usergroup, but we want the width at 230px so that user with the Marceline username and the status circle appear on the same line. |
#1307
|
||||
|
||||
Quote:
EDIT: Remove any manual template edits it had you do as well. |
#1308
|
|||
|
|||
This has actually been going since before those add-ons (Threads and Last Online) were installed. The postbit_legacy template was also unedited back then as well. Additionally, this was before you quarantined YAAS.
|
#1309
|
||||
|
||||
Could you provide a link to your site so I can take a look. I'd be highly surprised if it was something other than a conflict with another plugin that you have installed given this issue hasn't been reported before now.
|
#1310
|
|||
|
|||
See my signature.
|
#1311
|
||||
|
||||
I was looking at some posts with the two awards from your screenshots in the staff induction forum as a guest and everything looks just fine. I even used firebug to change the width of the postbit to 230px and it still didn't cause the display to look like your screens. This leads me to believe that it's related to a plugin you have that does stuff when a user is logged in but not for guests, as yaas doesn't do anything with logins it isn't this plugin causing the problem.
I did also notice, when running xhtml validation on the page, that there are a number of validation errors which could also be causing problems. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|