Thread: Major Additions - Innovative Ranks System
View Single Post
  #3  
Old 10-19-2008, 06:56 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version Updates:

10/19/2008 - Updated to version 0.0.2, Optional BB Code in Install.txt IF you want to approve ranks by a simple click! this must be setup via the options with correct thread ID's etc. After setup when a member request an award it post the request to a new thread (the one you specified) and then simply click the Approve link to do so. The post will then be "soft deleted" and as for the user, check their profile .

__________________________________________

General Updates:

10/21/2008 - Updated rank.php which is located in admincp folder. Please Download "Update.0.0.2-1.zip" and install in your admincp folder - without it you will receive a DB error in your admincp which will not allow you to remove a previous rank. Once you have updated, you can remove the previous ranks with success! Sorry for the coding error and thanks for using YARS!
11/15/2008 - YARS 0.0.2 Update by TheLastSuperman!

This update includes:

- Syntax Corrections
- Update to .php files
- Update to .xml files

Hopefully this will help the 3.7.3 members who have installed but please remember it was only tested and works well with 3.7.3 RC1.

- robwestpdx
- Diniska
- Nadeemjp

Bugs:
- Possible warning in admincp when in use:
Warning: Invalid argument supplied for foreach() in [path]/admincp/rank.php on line 964

Please report ASAP if so via --> https://vborg.vbsupport.ru/showthread.php?t=194043

Possible Updates in the next 1-3 weeks:
- Define Usergroups allowed to use (grant etc)
* This option is available to users you have assigned as moderators via ModCP just not specific usergroups yet!

11/16/2008 - YARS Quick Fix and Zip Package contents correction.

Update!

Sorry about this guys, one simple mistake on my part.

In line 3 of the XML product file I used & instead of AND (habit) so it was not importing!

Fixed!

- Removed the old YARS.0.0.2.1.zip and re-uploaded the correct package w/ the same name.
- Included the YARSxml.zip which is just the product itself for those who DL'd the syntax slighted xml.

S-MAN

__________________________________________

Template Change Updates:

10/25/2008 - Updated w/ alternate code for postbit for a different display option!

Example:

In the screenshot provided, the normal way to display can be the Rank along w/ a border and title saying "Ranks Showcase" now if you want to display as just the image w/o a border as seen in the darker style screenshot - When you edit template "postbit" do not follow the normal instructions, follow these! (Or simply remove the old code version and follow info below!

Find:

Code:
			<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
Add Below:

Code:
<!-- show ranks -->
<if condition="$post[showuserranks]">
<!-- <fieldset><legend><a href="member.php?u=$post[userid]#rank" title="$vbphrase[more_ranks]">$vbphrase[rank_showcase]</a></legend>  -->
<td class="alt2">
<div>
$post[userranks]
<!-- <br> -->
<!-- <a href="member.php?u=$post[userid]#rank" title="$vbphrase[more_ranks]">$vbphrase[total_ranks]</a>: $post[num_ranks] -->
</div>
</td>
<!-- </fieldset> -->
</if>
<!-- /show ranks -->
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02073 seconds
  • Memory Usage 1,785KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete