News:

Join the Facebook Fan Page.

Main Menu

MCLegendII.1

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

Previous topic - Next topic

Sandmansa

Admin - > Membergroups - > Edit Membergroups.  Each membergroup has an option to edit it with the "Modify" feature.  In the "Color in online list:" line, you can use most basic colors by name, such as red, yellow, green or blue.  Or you can use HTML color codes.  Hope that helps.

oni_FFM

thanks Sandmansa, it works fine
thanks again for so a nice mod

Kimmen

Hey.

Is there anyone that can help me modify my boardindex.template.php ? I have installed this mod and all went splendid, except that i have a custom theme. i don't really know how to edit this, so if anyone can configure my file, i would be happy.

I have also another wish, is it possible to make the membergroup and members online with bold written? This way all members shown in useronline have bold written and same for membergroups.

Thanks
Kimmen

Bulakbol

@Sandmansa
I appreciated the help. Thanks.

@Kim Arne
Which custom theme are you using?
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Kimmen

I'm using Invazion TP.

Here is my site: http://www.theoaps.co.uk/index.php
I'm running SMF 1.1.8 & TP 1.0.5

Bulakbol

I'll update my mods first Kim, then I'll edit your Invasion's BoardIndex.template.php. Attach the file to your next post and remind me after couple of days.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Kimmen

Here it is.

Will remind you yes.

Bulakbol

@Kim Arne
Here's your edited invasion BoardIndex.template.php. Use it after you install this mod.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Kimmen


FFSFFS

Quote from: Bulakbol on December 30, 2008, 08:56:40 PM
@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.



I'm currently using the BlackRainv2 theme for 2.0 and I cannot find the above passage in the boardindex - not sure if it different with smf2.0?

Thanks.

Bulakbol

@FFSFFS
The BlackRainV220rc1 does not have its own BoardIndex.template.php. It uses the default Boardindex.template.php so if this mod was installed without error, it should work with your your custom theme.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

randommaker

I have installed the mod
I added a few more member groups
but it only seems to show 7 of them on the default them
Can anyone help me please?



Bulakbol

Quote from: randommaker on March 24, 2009, 07:29:54 PM
I would appreciate some help!

For version 1.1.8, go to Admin => Features and Options and in the text box of "Membergroup legend display arrangement.", enter the group id's. Separate the id's with comma. Ex. 1,2,8,7,6,5,4. Add the new group id.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Autumn13

QuoteYou have to add ids of your new member groups to the Admin > Features and Options > Membergroup legend display arrangement setting.

Above quote was from my other thread. I was redirected to this thread, though I am using MCLegendII.2

I completely uninstalled the mod from my server, then reinstalled it. In my Features and Options, I do not have a tab at all for Membergroup Legend display. I have the Member Color Link..but that is for a different mod.

I supposedly need to assign my new membergroups an ID so they show up in the legend, but not sure how.

Would really appreciate some help.

Bulakbol

@Autumn13
No, this mod does not have its own tab. Go to Admin => Features and Options and abouth 12th checkbox, you'll find the text box of "Membergroup legend display arrangement." and it has 1,2,8,7,6,5,4 in it. That's where you add your new membergroup id.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Mraza

hello JohnnyBro i am again in trouble with this mod. i installed it correctly on cargo theme but when i put to show like 1,3,2 in my admin panel...the picture of the left is is going all over the page and it's going all out please can you check my file i am attaching thanks...
Signature:
Old Software Engineers Never Dies, They Just Log Out...
! ! ! ! ! 5 Best Movies Thread ! ! ! ! !

Bulakbol

@mraza
The grouplegend is fine at my end. Maybe there's something wrong somewhere. I don't use the mods that you installed so I can't check your entire file. Sorry.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

6aro

Bulgarian translation for this mod

$helptxt['featuresettings'] = '<b>Редактиране на функциите и опциите</b><br />

$ helptxt [ 'arrange_mclegend'] = 'Подредете на дисплея вашата цветова легенда на потребителските групи. Въведете идентификационните номера на групите като ги отделите със запетая. Не слагайте запетая след последния номер. (т.е. 1,2,8,7,6,5,4). <br> За да се включи показването, трябва да се прекрати "Show group key on board index" от Admin -> Current Theme, under Theme Settings tab.';

Bulakbol

#498
Quote from: 6aro on April 07, 2009, 04:04:04 AM
Bulgarian translation for this mod

$helptxt['featuresettings'] = '<b>Редактиране на функциите и опциите</b><br />

$helptxt [ 'arrange_mclegend'] = 'Подредете на дисплея вашата цветова легенда на потребителските групи. Въведете идентификационните номера на групите като ги отделите със запетая. Не слагайте запетая след последния номер. (т.е. 1,2,8,7,6,5,4). <br> За да се включи показването, трябва да се прекрати "Show group key on board index" от Admin -> Current Theme, under Theme Settings tab.';


Thanks 6aro. I'll include the Bulgarian language translation soon. Can you provide the Bulgarian language translation for the ManageSettings.bulgarian.php too?
$txt['arrange_mclegend'] = '<span style="color: blue;">Membergroup legend display arrangement.</span><br /><span class="smalltext">(Must be separated by comma. i.e. 1,2,8,7,6,5,4)</span>';
Please use the code box next time?   :)
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

6aro

....
Quote

Thanks 6aro. I'll include the Bulgarian language translation soon. Can you provide the Bulgarian language translation for the ManageSettings.bulgarian.php too?
$txt['arrange_mclegend'] = '<span style="color: blue;">Membergroup legend display arrangement.</span><br /><span class="smalltext">(Must be separated by comma. i.e. 1,2,8,7,6,5,4)</span>';
Please use the code box next time?   :)


Yes!

$txt['arrange_mclegend'] = '<span style="color: blue;">Подредба на легендата на потребителските групи.</span><br /><span class="smalltext">(Трябва да са разделени със запетая. т.е. 1,2,8,7,6,5,4)</span>';

Advertisement: