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 |
#1192
|
||||
|
||||
Is it messed up with the default style? I'm asking because that custom style has a tonne of xhtml validation errors, any of which might cause odd behaviour with the appearance of a page.
|
#1193
|
||||
|
||||
Quote:
Here is the custom navbar coding in the 'header' template: <!-- Begin Menu --> <ul id="nav"> <li><a href="http://www.thepublicenemy.net/home/i...">Home</a></li> <li><a href="http://www.thepublicenemy.net/forum.php">Forum</a> <ul><!-- Begin Sub Level --> <li><a href="http://www.thepublicenemy.net/search...orum_Post">New Posts</a></li> <li><a href="http://www.thepublicenemy.net/search.php?do=getdaily&contenttype=vBForum_Post">T oday's Posts</a></li> <li><a href="http://www.thepublicenemy.net/forumdisplay.php?2-Bullshitters-Bench">Bullshitter's Bench</a></li> <li><a href="http://www.thepublicenemy.net/forumd...3">Battlefield 3</a></li> <li><a href="http://www.thepublicenemy.net/forumd...scussion">Clan Discussion</a></li> </ul><!-- End Sub Level --> </li> <li><a href="#">-TPE- Center</a> <ul><!-- Begin Sub Level --> <li><a href="http://www.thepublicenemy.net/home/i...Roster</a></li> <li><a href="http://www.thepublicenemy.net/home/i...istory</a></li> <li><a href="http://www.thepublicenemy.net/forms....rm&fid=1">Join -TPE-</a></li> <li><a href="https://www.paypal.com/cgi-bin/websc...=3BDCYPJFTLMQ4" target="_blank">Donate</a></li> <li><a href="http://www.thepublicenemy.net/home/i...icID=6">Recent Donators</a></li> </ul><!-- End Sub Level --> </li> <li><a href="#">-TPE- Center 2</a> <ul><!-- Begin Sub Level --> <li><a href="http://www.thepublicenemy.net/awards.php">Awards Program</a></li> <li><a href="http://battlelog.battlefield.com/bf3...5240986011936/" target="_blank">Battlelog Page</a></li> <li><a href="http://www.youtube.com/user/TPEthepublicenemy/feed" target="_blank">Youtube Page</a></li> </ul><!-- End Sub Level --> <li><a href="#">Competition</a> <ul><!-- Begin Sub Level --> <li><a href="http://www.thepublicenemy.net/home/i...e=clanwars">BF 3 Matches</a></li> <li><a href="http://www.thepublicenemy.net/home/i...cID=2">Overall Match History</a></li> </ul><!-- End Sub Level --> </li> <li><a href="#">Media & Info</a> <ul><!-- Begin Sub Level --> <li><a href="http://www.thepublicenemy.net/home/i...aticID=4">-TPE- Videos</a></li> <li><a href="http://www.thepublicenemy.net/home/i...aticID=5">-TPE- Gallery</a></li> <li><a href="http://www.thepublicenemy.net/home/index.php">News Archive</a></li> <li><a href="http://www.thepublicenemy.net/home/i...ticles</a></li> <li><a href="http://www.thepublicenemy.net/calend...lendar</a></li> </ul><!-- End Sub Level --> </li> </ul> <!-- End Menu --> Can I build a new template based off 'header' and replace the line in the awards template? Then edit the new template IE header_awards and try to fix the issue that is conflicting with the awards template? |
#1194
|
||||
|
||||
Quote:
Also you're menu is missing the </li> that corresponds to TPE - Center 2. I'm not sure that will fix everything, but it will at least start you in the right direction. |
#1195
|
||||
|
||||
Quote:
|
#1196
|
||||
|
||||
Figured it out, its actually what I thought was a vbulletin bug that I mentioned a few pages ago but isn't. If you edit the template AWARDS and just before</head> add {vb:raw headinclude_bottom}. This should fix the issue.
|
Благодарность от: | ||
afmarko99 |
#1197
|
||||
|
||||
Quote:
Thank you very much. I would have never figured that out alone. |
#1198
|
||||
|
||||
Quote:
Ah snaps! Makes sense..so If I enable html just in that forum it should be fine right? |
#1199
|
||||
|
||||
Quote:
EDIT: I should say everyone of his award templates that are their own page Specifically in templates awards_recommend_form awards_request_form awards_viewaward where HTML Code:
$headinclude
</head>
HTML Code:
$headinclude
$headinclude_bottom
</head>
|
#1200
|
||||
|
||||
Quote:
Quote:
|
#1201
|
|||
|
|||
Anyone know whats wrong here? - It worked fine and then stopped working?
Code:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/xxx/public_html/xxx/awards.php:99) in /home/xxx/public_html/xxx/includes/adminfunctions.php on line 1922 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|