vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Innovative Ranks System (https://vborg.vbsupport.ru/showthread.php?t=194043)

TheLastSuperman 10-25-2008 02:33 PM

Allright Fimeti.....

Find (or similar):

Code:

<td valign="top" nowrap="nowrap">
                               
                                <div class="smallfont">
                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                        <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                        <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                        <div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>
                                        $template_hook[postbit_userinfo_right_after_posts]
                                        <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                        <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                        $template_hook[postbit_userinfo_right]
                                        <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>




Add before:

Your Code or in "Awards" mods case:

Code:

<!-- show awards -->
<td valign="top" nowrap="nowrap">       
<if condition="$post[showuserawards]">
<fieldset><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</if>
</td>
<!-- /show awards -->


FiMeTi 10-25-2008 03:04 PM

HAHA! Great! 5 stars for ur support man!
Thanks very much for your help.

Best Regards
FiMeTi

TheLastSuperman 10-25-2008 03:22 PM

No problem! It's the name that brings it out of me ;)

Diniska 10-25-2008 03:59 PM

I have a warning in the Admin cp:

Warnung: Invalid argument supplied for foreach() in [path]/admincp/rank.php (Zeile 81)

what must i do?

TheLastSuperman 10-25-2008 06:25 PM

Updated for those who wish to display the Ranks w/o the Border and title "Ranks Showcase"

It is only a template edit! See post #3 for details and a "How-To"!

S-MAN

TheLastSuperman 10-25-2008 06:26 PM

Quote:

Originally Posted by Diniska (Post 1652491)
I have a warning in the Admin cp:

Warnung: Invalid argument supplied for foreach() in [path]/admincp/rank.php (Zeile 81)

what must i do?

Really? You uploaded the files correct?

If not it may just be some code conflicting, in that case please provide a copy of your rank.php code contents via PM ;)

Edit: Actually, double check all your template edits!!! And what exactly were you trying to do in admincp.... give an award, setup one etc?

S-MAN

kingrellik 10-26-2008 01:20 PM

im getting those errors as well and its the same error code but on a diff line for adding a new one, rank manager and giving a rank, plus when i click on the rank link in the nav it shows the same error as well. i have went back and checked on my edits all seem to check out fine but i will check again.

EDIT: Actually the first memberinfo edit is diff for some reason

TheLastSuperman 10-26-2008 03:08 PM

Ok, check your PM's ;)

kingrellik 10-26-2008 04:13 PM

i dont have a PM?

WNxWakko 10-27-2008 12:33 AM

I would say the single one thing that need to be added for me to be able to use this when I launch my live update is the ability to restrict to certain usergroups for management. I don't want my regular moderators managing this. My site is to large to manage that many. I would need this restricted down to Super Moderators or have the option to clarify specific groups.

So I hope you do add that ability. :)


All times are GMT. The time now is 03:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01054 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete