I have the Multiple ranks successfully installed and it works great! BUT, I do have a few questions:
1. Is there a way to make the ranks appear horizontially instead of vertically? I would love to have the ranks appear stacked together horizontially, instead of vertically in viewtopic, memberlist and profile.
2. Is there a way to make the title of the rank go away? I do not need the titles of the ranks/icons, can I remove them?
3.Is there a simple way to add a few more ranks than what comes with the mod?
My website is ***.milsimempire.com/forum
Thank you in advance,
DAT116
Mulitple Ranks Mod
Subject: Re: Mulitple Ranks Mod
Hi DAT116,
DAT116 wrote: [View Post]
Hi DAT116,
- Yes it is possible, you need to remove the <br /> from this code in each of this code:
$user_rank_01 = ($user_ranks['rank_01'] == '') ? '' : ($user_ranks['rank_01'] . '<br />');
$user_rank_01_img = ($user_ranks['rank_01_img'] == '') ? '' : ($user_ranks['rank_01_img'] . '<br />');
$user_rank_02 = ($user_ranks['rank_02'] == '') ? '' : ($user_ranks['rank_02'] . '<br />');
$user_rank_02_img = ($user_ranks['rank_02_img'] == '') ? '' : ($user_ranks['rank_02_img'] . '<br />');
$user_rank_03 = ($user_ranks['rank_03'] == '') ? '' : ($user_ranks['rank_03'] . '<br />');
$user_rank_03_img = ($user_ranks['rank_03_img'] == '') ? '' : ($user_ranks['rank_03_img'] . '<br />');
$user_rank_04 = ($user_ranks['rank_04'] == '') ? '' : ($user_ranks['rank_04'] . '<br />');
$user_rank_04_img = ($user_ranks['rank_04_img'] == '') ? '' : ($user_ranks['rank_04_img'] . '<br />');
$user_rank_05 = ($user_ranks['rank_05'] == '') ? '' : ($user_ranks['rank_05'] . '<br />');
$user_rank_05_img = ($user_ranks['rank_05_img'] == '') ? '' : ($user_ranks['rank_05_img'] . '<br />');
- Yes it is possible, you need to remove the rank title from each template file:
- Sorry, I can't understand what do you mean... would you like to increase the numbers of ranks (more than 5) or add more graphics?
Subject: Re: Mulitple Ranks Mod
Hi there !!
I think I have the same problem but what I want to know is which file I have to modify this line:
thx in advance !
I think I have the same problem but what I want to know is which file I have to modify this line:
thx in advance !
Subject: Re: Mulitple Ranks Mod
That is in memberlist_body.tpl, but you have to remove similar occurrences in viewtopic_body and profile_view_body as well.
Subject: Re: Mulitple Ranks Mod
Hello i have a question, for the multiple ranks 2.0.3 version for phpbb2 how come i keep getting a parse error in the profile and memberlist area i get this kind of error:
Parse error: syntax error, unexpected '[' in /home/timeless/public_html/forum2/includes/functions_mg_ranks.php on line 44
Can you please help me, thanks
Mighty Gorgon wrote: [View Post]
Hello i have a question, for the multiple ranks 2.0.3 version for phpbb2 how come i keep getting a parse error in the profile and memberlist area i get this kind of error:
Parse error: syntax error, unexpected '[' in /home/timeless/public_html/forum2/includes/functions_mg_ranks.php on line 44
Can you please help me, thanks
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.8217s (PHP: 4% SQL: 96%)
SQL queries: 10 - Debug Off - GZIP Enabled