Moderator: Integra Moderator
How do i remove the regular ranks on the ranks page? i just want to have special ranks.
"CaNNon";p="30074" wrote:I'm not sure what you want here, one only puts ranks into the avatar area the other gives ranks that can include any powers you wish but won't display that in the avatar area.
"CaNNon";p="30078" wrote:Ok, I can't help with that one it's over my head. <img>
"tmotley";p="30082" wrote:I'd bet if you posted your templates/YOUR TEMPLATE/ranks_body.tpl code, someone could figure out how to properly remove the ranks table... leaving the special ranks table full width on the page.
For your banner issue, your URL might prove helpful along with which banner you are wanting to be centered...
<table> <tr> <td>{L_RANKS}</td> </tr> <tr> <td><span><a>{L_INDEX}</a>{NAV_SEPARATOR}{L_RANKS}</span></td> </tr></table> <table><tr> <td> <table> <tr> <th>{L_RANKS}</th> </tr> <tr> <td><span> {L_RANKS} </span></td> <td><span> {L_MINI} </span></td> <BEGIN> <td><span> {L_TOTAL_USERS} </span></td> <END> </tr> <BEGIN> <tr> <BEGIN> <td> <END> <BEGIN> <td> <END> <span>{ranks.RANK_TITLE}<br>{ranks.RANK_IMAGE}</span> </td> <td> <span>{ranks.RANK_MINI}</span> </td> <BEGIN> <td> <span>{ranks.RANK_TOTAL}</span> </td> <END> </tr> <BEGIN> <tr> <td> <span> {ranks.userlist.USERS_LIST}</span> </td> </tr> <END> <END> </table> </td> <td> <table> <tr> <th>{L_SPECIAL_RANKS}</th> </tr> <tr> <td><span> {L_SPECIAL_RANKS} </span></td> <td> <BEGIN> <span> {L_TOTAL_USERS} </span> <END> <BEGIN> <span> {L_USERS_LIST} </span> <END> </td> </tr> <BEGIN> <tr> <td> <span>{spe_ranks.RANK_TITLE}<br>{spe_ranks.RANK_IMAGE}</span> </td> <BEGIN> <td> <span>{spe_ranks.userlist.USERS_LIST}</span> </td> <END> <BEGIN> <td> <span>{spe_ranks.no_userlist.RANK_TOTAL}</span> </td> <END> </tr> <END> </table> </td></tr></table>
<table> <tr> <td>{L_RANKS}</td> </tr> <tr> <td><span><a>{L_INDEX}</a>{NAV_SEPARATOR}{L_RANKS}</span></td> </tr></table> <table><tr> <td> <table> <tr> <th>{L_SPECIAL_RANKS}</th> </tr> <tr> <td><span> {L_SPECIAL_RANKS} </span></td> <td> <BEGIN> <span> {L_TOTAL_USERS} </span> <END> <BEGIN> <span> {L_USERS_LIST} </span> <END> </td> </tr> <BEGIN> <tr> <td> <span>{spe_ranks.RANK_TITLE}<br>{spe_ranks.RANK_IMAGE}</span> </td> <BEGIN> <td> <span>{spe_ranks.userlist.USERS_LIST}</span> </td> <END> <BEGIN> <td> <span>{spe_ranks.no_userlist.RANK_TOTAL}</span> </td> <END> </tr> <END> </table> </td></tr></table>
<td><a><img></a></td>
"tmotley";p="30085" wrote:Your banner, I believe, will need to be centered in EACH template you use. It appears that you don't have any other banners up at the top of your page. I achieved success with Integra2 by simply doing the following:
Open templates/Integra2/overall_header.tpl
FIND
- Code: Select all
<td><a><img></a></td>
REPLACE WITH
- Code: Select all
<td><a><img></a></td>
<table><tr><td><img></td><td><table><tr> <td><a><img></a></td><BEGIN><td><div>{BANNER_0_IMG}</div></td><END><td><img></td></tr></table></td><td><img></td></tr></table>
<table><tr><td><img></td><td><table><tr> <td><a><img></a></td><!--<BEGIN><td><div>{BANNER_0_IMG}</div></td><END>--><td><img></td></tr></table></td><td><img></td></tr></table>
"HelterSkelter";p="30090" wrote:in your overall header.tpl,
FIND
- Code: Select all
<table><tr><td><img></td><td><table><tr> <td><a><img></a></td><BEGIN><td><div>{BANNER_0_IMG}</div></td><END><td><img></td></tr></table></td><td><img></td></tr></table>
REPLACE WITH
- Code: Select all
<table><tr><td><img></td><td><table><tr> <td><a><img></a></td><!--<BEGIN><td><div>{BANNER_0_IMG}</div></td><END>--><td><img></td></tr></table></td><td><img></td></tr></table>
*edit* tmotley's code is correct, but you have to remove or disable the banner mod to be able to span into its space
Registered users: App360MonitorBot, Bing [Bot], Google [Bot]