News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

MCLegendII.1

Started by Bulakbol, January 28, 2008, 07:44:55 PM

Previous topic - Next topic

aw06

#440
can you edit this for me ..

thanks
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

Rhine

is it possible to sort users after the legend like if admin is first the admin which are online comes first and then next group etc?

Bulakbol

@aw06
Here's your modified BoardIndex.template.php. Use this file after your installed the mod.

@Rhine
Go to Adimn => Features and Settings => Basic Features. You can arrange the group id numbers in "Membergroup legend display arrangement. text box. Enter 1 first before the other id number separated by comma.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Rhine

I mean the who is online list to be order after the legend too.

Bulakbol

Quote from: Rhine on December 05, 2008, 06:24:37 AM
I mean the who is online list to be order after the legend too.

Sorry, that's beyond the scope of this mod. You can request that as a mod to the Mod Request board.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

TulE

Johny is there any way to make this working without changing the theme.
I have copyed the attachment into server and replaced the file but it don't works.

Bulakbol

@TulE
Sorry, no. Every theme has their own BoardIndex.template.php so you have to edit your custom theme manually if it is not supported.  Do you need help?
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

aw06

Quote from: Bulakbol on December 04, 2008, 07:11:45 PM
@aw06
Here's your modified BoardIndex.template.php. Use this file after your installed the mod.

Does'nt show up  :-\
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

Bulakbol

A link to your site will help me find the problem.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

holeski

#449
I have read through and searched the tread so I hope I am not asking for info thats here somewhere and I just missed it.

I am using Sullen Madness theme and it doesn't look like there is a BoardIndex.template.php in themes for this. I found the ./Sources/ModSettings.php and ./Sources/BoardIndex.php fine.

Am I stupid, did I miss something or will it just not work with the Sullen Madness?


Bulakbol

@holeski
If your custom theme does not have BoardIndex.template.php, then it uses the default one. (default/BoardIndex.template.php).
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

holeski

Ok, I see. So I need to add this to the default theme since my theme reads off that instead of having its own. New at all this stuff. ;D

Thanks.

Bulakbol

If you installed this mod via the Package Manager, then you don't have to edit the default/BoardIndex.template.php.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

holeski

Rock-n, works like a charm when I do it like that. Thanks

Bulakbol

You're welcome holeski. I thank you too for using or trying this mod.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

.Vapor

Is it possible to use this mod with "Black Rain -V.2" theme?

Great mod by the way :) Thx for the help

Bulakbol

@V@POR
Yes. Install the mod and then edit BoardIndex.template.php manually.
Code (find) Select
<td class="titlebg" colspan="2">', $txt[158], '</td>
   </tr><tr>
      <td class="windowbg" width="20" valign="middle" align="center">

Code (replace) Select
<td class="titlebg" colspan="2">', $txt[158], '</td>
   </tr><tr>
      <td colspan="2" class="windowbg" width="20" valign="middle" align="center">


Code (find) Select
// If they are logged in, but SP1 style information is off... show a personal message bar.
Code (replace) Select
if (!empty($context['membergroups']))
echo '
<tr>
<td class="windowbg2" width="100%">
<span class="smalltext">[' . implode(']&nbsp;&nbsp;[', $context['membergroups']) . ']</span>
</td>
</tr>';

   // If they are logged in, but SP1 style information is off... show a personal message bar.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

foempspeedy

I am currently using 1.1.7 .
Does it work on that version and what i have to do for having it on darkit theme?
Plz assist

Thanks

Bulakbol

@foempspeedy
Install this mod and then edit your darkit theme's  BoardIndex.template.php manually.
Code (find<td rowspan="2" class="windowbg" width="20" valign="middle" align="center">) Select

Code (replace) Select
<td rowspan="3" class="windowbg" width="20" valign="middle" align="center">

Code (find) Select
', $context['show_stats'] && !$settings['show_sp1_info'] ? '<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</div>
</td>
</tr>
<tr>
<td class="windowbg2" width="100%">

Code (replace) Select
', $context['show_stats'] && !$settings['show_sp1_info'] ? '<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</div>
</td>
</tr>';
if (!empty($context['membergroups']))
echo '
<tr>
<td class="windowbg2" width="100%">
<span class="smalltext">[' . implode(']&nbsp;&nbsp;[', $context['membergroups']) . ']</span>
</td>
</tr>';
echo '
<tr>
<td colspan="2" class="windowbg2" width="100%">
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

aw06

can i make each member group clickable to regular members... ??
:: ShopinJA.com Powered by SMF 1.1.19 | Ig-Oh Theme by Koni | 70 Rock Solid Error Free Mods | Many Custom Edits & Tweaks ::
- Host Unlimited Websites - Free Website Builder & Templates - Unlimited Disk Space & Bandwidth

Advertisement: