News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Member Color Link

Started by Nibogo, April 02, 2005, 06:32:51 AM

Previous topic - Next topic

Jorin

Found it: "The last post member at the message index" was the point I had to activate. So it works fine now, sorry  :)

Skipdawg

Quote from: nehcregit on August 31, 2006, 11:35:19 AM
Found it: "The last post member at the message index" was the point I had to activate. So it works fine now, sorry  :)

Right on  ;D And no sorry needed.  ;)
Skipdawg's Community

Powered by SMF 1.1.3

Tiramisu

I have recently upgraded to RC3, it doesnt work anymore. I am using the blublur theme. Eventhough I switched to Default theme, it is not there.

Any pointers?

ディン1031

#183
hmmmm i'm not realy tested the working of the mod in rc3... but if you've problems with it i will test it to see if it realy not work.

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

ディン1031

So i tested it on RC3 and it work fine... i hope you enabled the color options in the future settings ;).

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

del_piero_3

#185
Hi, this looks like a very good mod.

I would like to use it on my forum (1.1 RC3 using Dilber MC Theme by HarzeM ) but I get the following errors:

1. Execute Modification ./Sources/ModSettings.php Test failed
2. Execute Modification ./Sources/Load.php Test successful
3. Execute Modification ./Sources/MessageIndex.php Test failed
4. Execute Modification ./Sources/BoardIndex.php Test failed
5. Execute Modification ./Sources/Calendar.php Test failed
6. Execute Modification ./Sources/Display.php Test failed
7. Execute Modification ./Sources/Recent.php Test successful
8. Execute Modification ./Sources/PersonalMessage.php Test successful
9. Execute Modification ./Sources/Stats.php Test successful
10. Execute Modification ./Sources/Subs.php Test successful
11. Execute Modification ./Themes/default/Calendar.template.php Test successful
12. Execute Modification ./Themes/default/BoardIndex.template.php Test successful
13. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful

Any solutions on how to fix this problem. Thanks

***I believe I will need to edit all the failed files manually. Can some kind person tell me which bit of codes goes where. Thanks.

RMIT

Hi everyone, I applied this mod manually for RC3 (using the lastest version mod) but I can not access the MemberColor Link Section in ACP, whenever I click, it returns the "Basic features" section.

can you show me why it happened?

Valiantheart

Hi, How can I bold the member name? Thanks!

ディン1031

#188
Quote from: RMIT on October 16, 2006, 01:02:09 AM
Hi everyone, I applied this mod manually for RC3 (using the lastest version mod) but I can not access the MemberColor Link Section in ACP, whenever I click, it returns the "Basic features" section.

can you show me why it happened?
Hmmm hope you use the MemberColorMod187.mod for RC3 ;).
Look if you made the Changes in the $sourcedir/ModSettings.php

Quote from: Valiantheart on October 16, 2006, 02:42:22 AM
Hi, How can I bold the member name? Thanks!

Hmm for the color and bold.
search for in the Load.php

'link' => '<a href="' . $scripturl . '?action=profile;u=' . $profile['ID_MEMBER'] . '" title="' . $txt[92] . ' ' . $profile['realName'] . '">' . (!empty($modSettings['MemberColorLink']) ? ( !empty($profile['member_group_color']) || !empty($profile['post_group_color']) ? '<font color="'. ( !empty($profile['member_group_color']) ? $profile['member_group_color'] : $profile['post_group_color'] ) .'">' : '' ) : '' ) . $profile['realName'] . (!empty($modSettings['MemberColorLink']) && (!empty($profile['member_group_color']) || !empty($profile['post_group_color'])) ? '</font>' : '' ).'</a>',

replace with


'link' => '<strong><a href="' . $scripturl . '?action=profile;u=' . $profile['ID_MEMBER'] . '" title="' . $txt[92] . ' ' . $profile['realName'] . '">' . (!empty($modSettings['MemberColorLink']) ? ( !empty($profile['member_group_color']) || !empty($profile['post_group_color']) ? '<font color="'. ( !empty($profile['member_group_color']) ? $profile['member_group_color'] : $profile['post_group_color'] ) .'">' : '' ) : '' ) . $profile['realName'] . (!empty($modSettings['MemberColorLink']) && (!empty($profile['member_group_color']) || !empty($profile['post_group_color'])) ? '</font>' : '' ).'</a></strong>',


Than it should be bold. But not everywhere because not everywhere this variable is used. :)

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

Valiantheart


RMIT

Quote from: ディン1031 on October 16, 2006, 02:05:32 PM
Hmmm hope you use the MemberColorMod187.mod for RC3 ;).
Look if you made the Changes in the $sourcedir/ModSettings.php
Yes, I did it, but the problem now is not fixed.

One more question, Member Color Link is not displayed in View Forum ( in any pages have the address as http://xxxx.net/forum/index.php?board=1.0 [nofollow]). So did I do something wrong?

DLH

Any chance something similar will be developed for version 1.1 ?

I would like my mod's and admin's names to appear a consistent color on all boards.
hxxp:mylittlehell.com [nonactive] <--running Version 1.1.1 Final

robotman321

as would i it would be very nice :)
whats a signature without text, WOOT!

ディン1031

The Package is now 1.1 Final Compatible.

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

robotman321

woot yay now to upload to my site yay!!!
whats a signature without text, WOOT!

vipmoney


I've recently upgraded my board to 1.1, and now i've uploaded this mod, the instalation was ok, all files success, but still no colors on the members links...

Any idea what the problem could be ?

thanks a lot !
VipMoney

ディン1031

Did you enabled it ;) in the Features and Options?

All change of the templates are als made on your current theme?

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

vipmoney

Quote from: ディン1031 on December 10, 2006, 04:29:06 AM
Did you enabled it ;) in the Features and Options?

All change of the templates are als made on your current theme?

Bye
DIN1031

Thanks a lot ;) its working 100% now ;) I was using another language rather than english, and thats why I didnt saw the settings tab on the Admin ;)

your MOD is awesome ;)
VipMoney

Kris

Do you have the mod ready for 1.1.1?

It won't install.

Stuart

Quote from: Kris on December 20, 2006, 04:12:08 PM
Do you have the mod ready for 1.1.1?

It won't install.

I've exactly the same problem so hopefully it will be ready soon!

Advertisement: