[RC]Multiple ranks (not linked to usergroups) - 1.01

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
elwey
Registered User
Posts: 117
Joined: Thu May 15, 2008 7:55 am

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by elwey »

Can't see the ranks in ACP

#@$% ME !!! i m so sorry guys i really made you waste your time on a great 100% perfect mod!

So newbie, I thought "purge the cache" ment "clear the cache" in explorer...i didn't know there was a button in the ACP as well......

All fixed working with all the mods flawlessly!

Thank you very much for all that effort in helping me...

hope my next post will make up for it! :D
Last edited by DavidIQ on Wed Jan 21, 2009 5:12 am, edited 3 times in total.
Reason: Sensored explicit language
elwey
Registered User
Posts: 117
Joined: Thu May 15, 2008 7:55 am

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by elwey »

Problem with the new install file multiple_ranks.xml....

1-I found a typo:

Code: Select all

Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
        <dt><label for="user_rank2">User rank 2:</label></dt>
<dd><select name="user_rank2" id="user_rank2">{S_RANK2_OPTIONS}</select></dd>
        <dt><label for="user_rank3">User rank 3:</label></dt>
<dd><select name="user_rank3" id="user_rank3">{S_RANK3_OPTIONS}</select></dd>],
should be this ( the last 2 characters ], shouldn't be there. )

Code: Select all

Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
        <dt><label for="user_rank2">User rank 2:</label></dt>
<dd><select name="user_rank2" id="user_rank2">{S_RANK2_OPTIONS}</select></dd>
        <dt><label for="user_rank3">User rank 3:</label></dt>
<dd><select name="user_rank3" id="user_rank3">{S_RANK3_OPTIONS}</select></dd>
and in "member_list.php"

Code: Select all

Find
Tip: This may be a partial find and not the whole line.

Code:Select All
       get_user_rank($data['user_rank'], $data['user_posts'], $rank_title, $rank_img, $rank_img_src);
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
//multiple ranks mod by Goz
$rank_title = $rank_img = $rank_img_src = $rank2_title = $rank2_img = $rank2_img_src = $rank3_title = $rank3_img = $rank3_img_src = '';
if we execute this properly it would give use this

Code: Select all

	$rank_title = $rank_img = $rank_img_src = '';
	//multiple ranks mod by Goz
$rank_title = $rank_img = $rank_img_src = $rank2_title = $rank2_img = $rank2_img_src = $rank3_title = $rank3_img = $rank3_img_src = '';
I wonder if the ****$rank_title = $rank_img = $rank_img_src = '';**** is supposed to be redundant? it seems to me that we are using it twice that way??
-------------------------------------------------------

these 2 problems do not affect the MOD as it work fine with it at the exception of the **** ], *** that only cause a problem of look.
Goztow
Registered User
Posts: 376
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Goztow »

I updated the file, thanks for pointing that out. The "double entry" is indeed redundant but it doesn't give any problem. You could remove the first line and it would still work, that's true.
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

Please Give us subsilver Base also

Thanks In Advance
Goztow
Registered User
Posts: 376
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Goztow »

Ermmm it contains subsilver2. Is there another template you'd like this to work on? I don't know "subsilver base" template. If you can post your memberlist_view.html and viewtopic_body.html here, then I can tell you which changes are needed :).
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

Yea Sure I Can :)

Yea a have diffrent template I Have Areo Green

Its subsilver Base Template mean i have Edit all mods on subsilver :)

prosilver didnot match with mine forum
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

viewtopic_body.html

Code: Select all

    <!-- INCLUDE overall_header.html -->
	<!-- IF EVALUATION_STARS --><!-- INCLUDE evaluation.html --><!-- ENDIF -->

    <!-- IF S_FORUM_RULES -->
       <div class="forumrules">
          <!-- IF U_FORUM_RULES -->
             <h3>{L_FORUM_RULES}</h3><br />
             <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
          <!-- ELSE -->
             <h3>{L_FORUM_RULES}</h3><br />
             {FORUM_RULES}
          <!-- ENDIF -->
       </div>

       <br clear="all" />
    <!-- ENDIF -->

    <div id="pageheader">
       <h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>

    <!-- IF MODERATORS -->
       <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
    <!-- ENDIF -->
    <!-- IF U_MCP -->
       <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
    <!-- ENDIF -->
    </div>

    <br clear="all" /><br />

    <div id="pagecontent">

       <table width="100%" cellspacing="1">
       <tr>
          <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
          <!-- IF not S_IS_BOT -->
             <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
             <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
          <!-- ENDIF -->
          </td>
          <!-- IF TOTAL_POSTS -->
             <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
             <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;<!-- IF EVALUATION_IMG -->&bull;&nbsp;{L_EVALUATE_TOPIC}:&nbsp;{EVALUATION_IMG}&nbsp;<!-- ENDIF --></td>
             <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
          <!-- ENDIF -->
       </tr>
       </table>

    <!-- IF S_HAS_POLL -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
           <td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" alt="" /></td>
        <td height="7" style="background:url('{T_THEME_PATH}/images/tm.gif');"></td>
        <td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" alt="" /></td>
      </tr>
      <tr>
        <td width="7" style="background:url('{T_THEME_PATH}/images/ml.gif');"></td>
        <td>
       <table class="tablebg" width="100%" cellspacing="1">
       <tr>
          <td class="pollbg" colspan="2" align="center"><br clear="all" />

             <form method="post" action="{S_POLL_ACTION}">

             <table cellspacing="0" cellpadding="4" border="0" align="center">
             <tr>
                <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
             </tr>
             <tr>
                <td align="{S_CONTENT_FLOW_BEGIN}">
                   <table cellspacing="0" cellpadding="2" border="0">
                <!-- BEGIN poll_option -->
                   <tr>
                   <!-- IF S_CAN_VOTE -->
                      <td>
                         <!-- IF S_IS_MULTI_CHOICE -->
                            <input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
                         <!-- ELSE -->
                            <input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
                         <!-- ENDIF -->
                      </td>
                   <!-- ENDIF -->
                      <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
                      <!-- IF S_DISPLAY_RESULTS -->
                         <td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
                         <td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
                         <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
                         <!-- IF poll_option.POLL_OPTION_VOTED -->
                            <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
                         <!-- ENDIF -->
                      <!-- ENDIF -->
                   </tr>
                <!-- END poll_option -->
                   </table>
                </td>
             </tr>
          <!-- IF S_CAN_VOTE -->
             <tr>
                <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
             </tr>
          <!-- ENDIF -->
          <!-- IF S_DISPLAY_RESULTS -->
             <tr>
                <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
             </tr>
          <!-- ELSE -->
             <tr>
                <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
             </tr>
          <!-- ENDIF -->
             </table>
             {S_HIDDEN_FIELDS}
             
             </form>
             
          </td>
       </tr>
       </table>
    </td>
        <td width="7" style="background:url('{T_THEME_PATH}/images/mr.gif');"></td>
      </tr>
      <tr>    <td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" alt="" /></td>
        <td height="6" style="background:url('{T_THEME_PATH}/images/bm.gif');"></td>
        <td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" alt="" /></td>
      </tr>
    </table>
    <!-- ENDIF -->

    <div id="forumbar">
    <table width="100%" cellspacing="0">
             <tr>
                <td class="nav" nowrap="nowrap">&nbsp;
                <!-- IF not S_IS_BOT -->
                   <!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
                <!-- ENDIF -->
                </td>
                <td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</td>
             </tr>
             </table>
    </div>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
           <td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" alt="" /></td>
        <td height="7" style="background:url('{T_THEME_PATH}/images/tm.gif');"></td>
        <td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" alt="" /></td>
      </tr>
      <tr>
        <td width="7" style="background:url('{T_THEME_PATH}/images/ml.gif');"></td>
        <td>
    <div id="postrowbody">
    <!-- BEGIN postrow -->
       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_FIRST_ROW -->
          <tr>
             <th>{L_AUTHOR}</th>
             <th>{L_MESSAGE}</th>
          </tr>
       <!-- ENDIF -->
       <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

       <!-- IF postrow.S_IGNORE_POST -->
             <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
       <!-- ELSE -->

             <td align="center" valign="middle">
                <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
                <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
             </td>
             <td width="100%" height="25">
                <table width="100%" cellspacing="0">
                <tr>
                <!-- IF postrow.POST_ICON_IMG -->
                   <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
                <!-- ENDIF -->
                   <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
                </tr>
                </table>
             </td>
          </tr>
          
          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td valign="top" class="profile">
                <table cellspacing="4" align="center" width="150">
             <!-- IF postrow.ONLINE_IMG -->
                <tr>
                   <td align="center">{postrow.ONLINE_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td align="center">{postrow.RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.POSTER_AVATAR -->
                <tr>
                   <td align="center">{postrow.POSTER_AVATAR}</td>
                </tr>
             <!-- ENDIF -->
                </table>

                <span class="postdetails">
                   <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
                   						<!-- IF postrow.POSTER_GENDER --><br /><b>{L_GENDER}:</b> {postrow.POSTER_GENDER_IMG}<!-- ENDIF -->
					<!-- IF postrow.POINTS_ENABLE == 1 --><br /><b>{postrow.POINTS_NAME}:</b> {postrow.POINTS}<br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><br /><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF -->
				   <!-- IF postrow.S_PROFILE_FIELD1 -->
                      <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                      <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
                   <!-- ENDIF -->

                   <!-- BEGIN custom_fields -->
                      <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
                   <!-- END custom_fields -->
                </span>

             </td>
             <td valign="top">
                <table width="100%" cellspacing="5">
                <tr>
                   <td>
                   <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                      <table width="100%" cellspacing="0">
                      <tr>
                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
                      </tr>
                      </table>

                      <br clear="all" />
                   <!-- ENDIF -->
                      <table width="100%" cellspacing="0">
                      <tr valign="middle">
                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">
                         <!-- IF not S_IS_BOT -->
                            <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
                         <!-- ENDIF -->
                         <a href="#wrapheader"><img src="{T_THEME_PATH}/images/up.gif" width="11" height="18" border="0" /></a>
                         </td>
                      </tr>
                      </table>

                      <div class="postbody">{postrow.MESSAGE}</div>

                   <!-- IF postrow.S_HAS_ATTACHMENTS -->
                      <br clear="all" /><br />

                      <table class="tablebg" width="100%" cellspacing="1">
                      <tr>
                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
                      </tr>
                      <!-- BEGIN attachment -->
                         <tr>
                            <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row1"><!-- ELSE --><td class="row2"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
                         </tr>
                      <!-- END attachment -->
                      </table>
                   <!-- ENDIF -->

                   <!-- IF postrow.S_DISPLAY_NOTICE -->
                      <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
                   <!-- ENDIF -->
                   <!-- IF postrow.SIGNATURE -->
                      <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
                   <!-- ENDIF -->

                   <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                      <!-- IF postrow.EDIT_REASON -->
                         <br /><br />
                         <table width="100%" cellspacing="1">
                         <tr>
                            <td><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
                         </tr>
                         <tr>
                            <td><span class="gensmall"><strong>Reason:</strong> {postrow.EDIT_REASON}</span></td>
                         </tr>
                         </table>
                      <!-- ELSE -->
                         <br /><br />
                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
                      <!-- ENDIF -->
                   <!-- ENDIF -->

                   <!-- IF postrow.BUMPED_MESSAGE -->
                      <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
                   <!-- ENDIF -->

                   <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
                   </td>
                </tr>
                </table>
             </td>
          </tr>

          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
             <td class="profile"></td>
             <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div></td>
          </tr>

       <!-- ENDIF -->
       
       <tr>
          <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
       </tr>
       </table>
    <!-- END postrow -->
    </div>
    <!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
       <table width="100%" cellspacing="1" class="tablebg">
       <tr align="center">
          <td class="catb"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
       </tr>
       </table>
    </td>
        <td width="7" style="background:url('{T_THEME_PATH}/images/mr.gif');"></td>
      </tr>
      <tr>    <td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" alt="" /></td>
        <td height="6" style="background:url('{T_THEME_PATH}/images/bm.gif');"></td>
        <td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" alt="" /></td>
      </tr>
    </table>
       <table width="100%" cellspacing="1">
       <tr>
          <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
          <!-- IF not S_IS_BOT -->
             <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
             <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
          <!-- ENDIF -->
          </td>
          <!-- IF TOTAL_POSTS -->
             <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
             <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;<!-- IF EVALUATION_IMG -->&bull;&nbsp;{L_EVALUATE_TOPIC}:&nbsp;{EVALUATION_IMG}&nbsp;<!-- ENDIF --></td>
             <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
          <!-- ENDIF -->
       </tr>
       </table>

    </div>

    <div id="pagefooter"></div>

    <br clear="all" />

    <!-- INCLUDE breadcrumbs.html -->

    <!-- IF S_DISPLAY_ONLINE_LIST -->
       <br clear="all" />
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
           <td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" alt="" /></td>
        <td height="7" style="background:url('{T_THEME_PATH}/images/tm.gif');"></td>
        <td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" alt="" /></td>
      </tr>
      <tr>
        <td width="7" style="background:url('{T_THEME_PATH}/images/ml.gif');"></td>
        <td>
       <table class="tablebg" width="100%" cellspacing="1">
       <tr>
          <td class="catb"><h4>{L_WHO_IS_ONLINE}</h4></td>
       </tr>
       <tr>
          <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
       </tr>
       </table>
    </td>
        <td width="7" style="background:url('{T_THEME_PATH}/images/mr.gif');"></td>
      </tr>
      <tr>    <td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" alt="" /></td>
        <td height="6" style="background:url('{T_THEME_PATH}/images/bm.gif');"></td>
        <td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" alt="" /></td>
      </tr>
    </table>
    <!-- ENDIF -->

    <br clear="all" />

    <table width="100%" cellspacing="1">
    <tr>
       <td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
       <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
    </tr>
    </table>

    <br clear="all" />

    <table width="100%" cellspacing="0">
    <tr>
       <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
       <td align="{S_CONTENT_FLOW_END}"><!-- IF S_QR_ENABLED -->
       <!-- INCLUDE posting_qr_body.html -->
    <!-- ENDIF --><!-- INCLUDE jumpbox.html --></td>
    </tr>
    </table>

    <!-- INCLUDE overall_footer.html -->
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

memberlist_view.html

Code: Select all

<!-- INCLUDE overall_header.html -->

<div id="pagecontent">

	<form method="post" action="{S_PROFILE_ACTION}">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
       <td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" alt="" /></td>
    <td height="7" style="background:url('{T_THEME_PATH}/images/tm.gif');"></td>
    <td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" alt="" /></td>
  </tr>
  <tr>
    <td width="7" style="background:url('{T_THEME_PATH}/images/ml.gif');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<th colspan="2" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
	</tr>
	<tr>
		<td class="row3" width="40%" align="center">{L_USER_PRESENCE}</td>
		<td class="row3" width="60%" align="center">{L_USER_FORUM}</td>
	</tr>
	<tr>
		<td class="row1" align="center">

			<table cellspacing="1" cellpadding="2" border="0">
			<!-- IF S_USER_INACTIVE -->
			<tr>
				<td align="center" style="color: red;"><b class="gen">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}: {USER_INACTIVE_REASON}<br /><br /></td>
			</tr>
			<!-- ENDIF -->
			<tr>
				<td align="center"><!-- IF USER_COLOR --><b class="gen" style="color: {USER_COLOR}"><!-- ELSE --><b class="gen"><!-- ENDIF -->{USERNAME}</b><!-- IF U_USER_ADMIN --><span class="genmed"> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]</span><!-- ENDIF --></td>
			</tr>
			<!-- IF RANK_TITLE -->
				<tr>
					<td class="postdetails" align="center">{RANK_TITLE}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF RANK_IMG -->
				<tr>
					<td align="center">{RANK_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF AVATAR_IMG -->
				<tr>
					<td align="center">{AVATAR_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF ONLINE_IMG -->
			<tr>
				<td align="center">{ONLINE_IMG}</td>
			</tr>
			<!-- ENDIF -->
			<!-- IF U_SWITCH_PERMISSIONS -->
				<tr>
					<td class="genmed" align="center">[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
				<tr>
					<td class="genmed" align="center">[ <!-- IF U_ADD_FRIEND and U_ADD_FOE--><a href="{U_ADD_FRIEND}">{L_ADD_FRIEND}</a> | <a href="{U_ADD_FOE}">{L_ADD_FOE}</a><!-- ENDIF --><!-- IF U_REMOVE_FRIEND --><a href="{U_REMOVE_FRIEND}">{L_REMOVE_FRIEND}</a><!-- ENDIF --><!-- IF U_REMOVE_FOE --><a href="{U_REMOVE_FOE}">{L_REMOVE_FOE}</a><!-- ENDIF --> ]</td>
				</tr>
			<!-- ENDIF -->
			</table>
		</td>
		<td class="row1">
			<table width="100%" cellspacing="1" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
				<td width="100%"><b class="gen">{JOINED}</b></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_VISITED}: </td>
				<td width="100%"><b class="gen">{VISITED}</b></td>
			</tr>
			<!-- IF U_NOTES or U_WARN -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_WARNINGS}: </td>
					<td width="100%"><b class="gen">{WARNINGS}</b><br /><span class="genmed">[ <a href="{U_NOTES}">{L_VIEW_NOTES}</a> <!-- IF U_WARN --> | <a href="{U_WARN}">{L_WARN_USER}</a> <!-- ENDIF -->]</span></td>
				</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
				<td><b class="gen">{POSTS}</b><span class="genmed"><!-- IF POSTS_PCT --><br />[{POSTS_PCT} / {POSTS_DAY}]<!-- ENDIF --><br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span></td>
			</tr>
			<!-- IF S_SHOW_ACTIVITY -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_FORUM}: </td>
					<td><!-- IF ACTIVE_FORUM --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
					<td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
			<!-- ENDIF -->
			</table>
		</td>
	</tr>
	<tr>
		<td class="row3" align="center">{L_CONTACT_USER}</td>
		<td class="row3" align="center">{L_ABOUT_USER}</td>
	</tr>
	<tr>
		<td class="row1">
			<table width="100%" cellspacing="1" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_EMAIL_ADDRESS}: </td>
				<td width="100%"><!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --></td>
			</tr>
			<!-- IF U_PM -->
				<tr>
					<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_PM}: </td>
					<td><a href="{U_PM}">{PM_IMG}</a></td>
				</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_MSNM}: </td>
				<td><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup(this.href, 550, 320); return false">{MSN_IMG}</a><!-- ELSEIF USER_MSN -->{USER_MSN}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_YIM}: </td>
				<td><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup(this.href, 780, 550); return false">{YIM_IMG}</a><!-- ELSEIF USER_YIM -->{USER_YIM}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_AIM}: </td>
				<td><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup(this.href, 550, 320); return false">{AIM_IMG}</a><!-- ELSEIF USER_AIM -->{USER_AIM}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_ICQ}: </td>
				<td><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup(this.href, 550, 320); return false">{ICQ_IMG}</a><!-- ELSEIF USER_ICQ -->{USER_ICQ}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_JABBER}: </td>
				<td><!-- IF U_JABBER and S_JABBER_ENABLED --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td>
			</tr>
			</table>
		</td>
		<td class="row1">
			<table cellspacing="1" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_USERGROUPS}: </td>
				<td><select name="g">{S_GROUP_OPTIONS}</select> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_LOCATION}: </td>
				<td><!-- IF LOCATION --><b class="genmed">{LOCATION}</b><!-- ENDIF --></td>
			</tr>
			<!-- IF AGE -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_AGE}: </td>
				<td><b class="genmed"><!-- IF AGE -->{AGE}<!-- ELSE --> - <!-- ENDIF --></b></td>
			</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_OCCUPATION}: </td>
				<td><!-- IF OCCUPATION --><b class="genmed">{OCCUPATION}</b><!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_INTERESTS}: </td>
				<td><!-- IF INTERESTS --><b class="genmed">{INTERESTS}</b><!-- ENDIF --></td>
			</tr>
									<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_GENDER}: </td>
				<td><b class="genmed">{USER_GENDER_IMG}</b></td>
			</tr>
						<!-- IF POINTS_ENABLE == 1 -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{POINTS_NAME}: </td>
				<td><b>{POINTS}</b><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><br /><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a></td>
			</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_WEBSITE}: </td>
				<td><!-- IF U_WWW --><b><a class="genmed" href="{U_WWW}">{U_WWW}</a></b><!-- ENDIF --></td>
			</tr>
			<!-- IF S_PROFILE_FIELD1 -->
				<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{PROFILE_FIELD1_NAME}: </td>
					<td><b class="genmed">{PROFILE_FIELD1_VALUE}</b></td>
				</tr>
			<!-- ENDIF -->
			<!-- BEGIN custom_fields -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{custom_fields.PROFILE_FIELD_NAME}: </td>
					<td><b class="genmed">{custom_fields.PROFILE_FIELD_VALUE}</b></td>
				</tr>
			<!-- END custom_fields -->
			</table>
		</td>
	</tr>
	<!-- IF SIGNATURE -->
		<tr>
			<td class="cat" colspan="2" align="center"><h4>{L_SIGNATURE}</h4></td>
		</tr>
		<tr>
			<td class="row1" colspan="2"><div class="postbody" style="padding: 10px;">{SIGNATURE}</div></td>
		</tr>
	<!-- ENDIF -->
	</table>
</td>
    <td width="7" style="background:url('{T_THEME_PATH}/images/mr.gif');"></td>
  </tr>
  <tr>
    <td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" alt="" /></td>
    <td height="6" style="background:url('{T_THEME_PATH}/images/bm.gif');"></td>
    <td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" alt="" /></td>
  </tr>
</table>
	</form>

</div>

<br clear="all" />

<!-- INCLUDE breadcrumbs.html -->

<br clear="all" />

<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>

<!-- INCLUDE overall_footer.html -->
Goztow
Registered User
Posts: 376
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Goztow »

Code: Select all

viewtopic_body.html

FIND

	     <!-- IF postrow.RANK_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td align="center">{postrow.RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->

AFTER, ADD

	     <!-- IF postrow.RANK2_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK2_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK2_IMG -->
                <tr>
                   <td align="center">{postrow.RANK2_IMG}</td>
                </tr>
             <!-- ENDIF -->

	     <!-- IF postrow.RANK3_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK3_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK3_IMG -->
                <tr>
                   <td align="center">{postrow.RANK3_IMG}</td>
                </tr>
             <!-- ENDIF -->

Code: Select all

memberlist_body.html

FIND

             <!-- IF postrow.RANK_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td align="center">{postrow.RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->

AFTER, ADD


             <!-- IF postrow.RANK2_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK2_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK2_IMG -->
                <tr>
                   <td align="center">{postrow.RANK2_IMG}</td>
                </tr>
             <!-- ENDIF -->


             <!-- IF postrow.RANK3_TITLE -->
                <tr>
                   <td align="center" class="postdetails">{postrow.RANK3_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK3_IMG -->
                <tr>
                   <td align="center">{postrow.RANK3_IMG}</td>
                </tr>
             <!-- ENDIF -->

FIND

	     <!-- IF RANK_TITLE -->
                <tr>
                   <td class="postdetails" align="center">{RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF RANK_IMG -->
                <tr>
                   <td align="center">{RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->

AFTER, ADD

	     <!-- IF RANK2_TITLE -->
                <tr>
                   <td class="postdetails" align="center">{RANK2_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF RANK2_IMG -->
                <tr>
                   <td align="center">{RANK2_IMG}</td>
                </tr>
             <!-- ENDIF -->

	     <!-- IF RANK3_TITLE -->
                <tr>
                   <td class="postdetails" align="center">{RANK3_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF RANK3_IMG -->
                <tr>
                   <td align="center">{RANK3_IMG}</td>
                </tr>
             <!-- ENDIF -->

I hope you can see what I'm doing. I'm simply copying the rank displaying code and changing "rank" to "rank2" and "rank3".
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

Yea :)

Thanks i will check it Next day :S

Coz here the time is 2:00 AM :S Its sleeping time and also i have not Dreamweaver Right now

But again Thanks alot :)

i hope so its work fine :)
kiran_n444
Registered User
Posts: 115
Joined: Mon May 21, 2007 9:42 pm

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by kiran_n444 »

nicee job, keep up the good work
Khamosh-Saya
Registered User
Posts: 871
Joined: Fri Nov 23, 2007 6:46 am
Location: UAE
Name: Jamshed Ansari

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Khamosh-Saya »

Thanks Alot Its working :)

Again thanks :)
Sandrus
Registered User
Posts: 31
Joined: Mon Jul 30, 2007 7:45 pm
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Sandrus »

In your screenshots I see the second and third rank having images... I hope this is not needed to let the mod work? Just a rank with a name, without an image, would work as well, wouldn't it?
Goztow
Registered User
Posts: 376
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Goztow »

Sandrus wrote:In your screenshots I see the second and third rank having images... I hope this is not needed to let the mod work? Just a rank with a name, without an image, would work as well, wouldn't it?
Yes, it would work without a problem.
Sandrus
Registered User
Posts: 31
Joined: Mon Jul 30, 2007 7:45 pm
Location: Belgium

Re: [beta]Multiple ranks (not linked to usergroups) - 0.91

Post by Sandrus »

And I see you have to edit some files in styles/subSilver , but nothing about proSilver. Except for modx.prosilver.en.xsl but when I try and open it, I only get a bunch of codes... Should it work with the subSilver edits in the proSilver files? I suppose not.

Return to “[3.0.x] MODs in Development”