News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Member Color Link

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

Previous topic - Next topic

robbie93

hi Sabre ....   cant do the TM bit ;D

the package parser doesnt work for this mod as it doesnt show all of the editing necessary for a manual edit :-[ 

it doesnt show edit for ./Sources/BoardIndex.php     :-*

Sabre™

lol  ok, look [HERE]
On the right hand side under "Download this mod", select the package you have, then using the dropdown below "Manual Install Instructions for SMF", select your smf version, and submit.
It should display what youre looking for there.

Good luck mate :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


robbie93

thanks man ;)

yep that package parser works,  but the other one didnt :'(   

                     Boooooo  to the other package parser >:( :D

hehe thanks i will try and edit the files  :P  and back up before i start of course :-\

Sabre™

lol  no problem mate :)
Once you start getting used to manually installing sections of code, more doors start to open for you, and those niggly little errors you used to get, you start hammering out yourself!  Feels pretty good when youve figured things out.
Of course if you encounter any problems, you know where to come.

Good luck. :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


ディン1031

#604
So i upgraded the SSIMemberColorLink ;)

Version 1.0.2 (28.08.08)
+ Integrate the new load_OnlineColors function (Special Colors will work now)
- Upgrade Included
- This Mod Work for SMF1.0.x-1.1.x and for the SMF 2.0 Beta 3.1

It's more a cosmetik fix ;).
I removed also the Support for RC Versions 8).

And it's compatible to old MemberColorLink Version.

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

Mystiquo

i have a problem with profile.template i have must modific manual my code:
// Do the left hand column - where all the important user info is displayed.
echo '
<tr>
<td class="windowbg" width="420">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td><b>', $txt[68], ': </b></td>
     <td>', $context['member']['colored_name'], '</td>
$context['user']['is_admin'] ? '(' . $context['member']['id'] . ')' : '',
($context['user']['id'] == 1 && $context['member']['spy'] == 1) ? $txt['spy_stat'] : '', '
</td>
</tr>';
if (!empty($modSettings['titlesEnable']) && $context['member']['title'] != '')
{
echo '
<tr>
<td><b>', $txt['title1'], ': </b></td>
<td>', $context['member']['title'], '</td>
</tr>';
}

now i have an erro when i go my profile

Mystiquo

scuse me but i resolved it
now in the calendar when i do birthday my name color is default why????

ディン1031

The birthday color will only appear if you have birthday.
If you not have birthday than the normal color appear :).

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

Mystiquo

yes it' appear but my clour is yellow and colour of nick in calendar home page is default (orange)

ディン1031

Quote from: Mystiquo on August 29, 2008, 09:52:27 AM
yes it' appear but my clour is yellow and colour of nick in calendar home page is default (orange)
?_? you have birthday but the color is not changing on the Calandar?

Can I've a link to your forum? Where i can see this?

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

Dekthro

Would there be a way to get this to work with this Tiny Portal Block? hxxp:www.tinyportal.net/index.php?topic=596.0 [nonactive]

ディン1031

Question did you install the SSIMemberColorLink?

Normal than then the most noxes will have colors ;).

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

.HuNTeR.

hi
i added 2 new column in stats.template.php in default theme but i cant colorize them
and i cant find where you colorized other parts!!??
thanks alot

Mrs_Kiwi

I currently have Member Color Link 2.0.5 installed in my forum and I am trying to uninstall it and install an update because it's been causing some errors but when I try to uninstall it says:

An Error Has Occurred!
Unable to find package file!

I apologize for my lack of knowledge and inexperience but I'm not sure what I'm doing wrong or what I should be doing differently!  :(

Thank you in advance!

ccbtimewiz

Quote from: Mrs_Kiwi on September 01, 2008, 10:31:13 PM
I currently have Member Color Link 2.0.5 installed in my forum and I am trying to uninstall it and install an update because it's been causing some errors but when I try to uninstall it says:

An Error Has Occurred!
Unable to find package file!

I apologize for my lack of knowledge and inexperience but I'm not sure what I'm doing wrong or what I should be doing differently!  :(

Thank you in advance!

Make sure the package exists in your /Packages directory.

Mrs_Kiwi

It's there.. I just tried it again to reproduce the error message and now it gave me this:

An Error Has Occurred!
This package cannot be uninstalled, because there is no uninstaller!

Please contact the mod author for more information.

ディン1031

Quote from: HuNTeR@sm on September 01, 2008, 10:26:49 AM
hi
i added 2 new column in stats.template.php in default theme but i cant colorize them
and i cant find where you colorized other parts!!??
thanks alot
How did you insert the two parts?

Quote from: Mrs_Kiwi on September 02, 2008, 12:06:05 AM
It's there.. I just tried it again to reproduce the error message and now it gave me this:

An Error Has Occurred!
This package cannot be uninstalled, because there is no uninstaller!

Please contact the mod author for more information.
My Mod has an uninstaller.

But i think something is not correct configuriert, because if it tell you that this package don't exist on the install! Now SMF mean it's installed but it isn't.
Did this also happen to other mods or is it only the MemberColorLink that make this problem? (Because i think my mod should not the only one that is not installable).

Can you look into you error log if there some error messages?

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

.HuNTeR.

it is one of them

echo '
</table>
</td>
</tr><tr>
<td class="catbg" colspan="2" width="50%"><b>', $txt['smf_stats_thanks_1'], '</b></td>
<td class="catbg" colspan="2" width="50%"><b>', $txt['smf_stats_thanks_2'], '</b></td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';
foreach ($context['top_thanks_recived'] as $poster)
echo '
<tr>
<td width="60%" valign="top">', $poster['link'], '</td>
<td width="20%" align="left" valign="top">', $poster['thanks_became'] > 0 ? '<img src="' . $settings['images_url'] . '/bar.gif" width="' . $poster['thanks_percent'] . '" height="15" alt="" />' : '&nbsp;', '</td>
<td width="20%" align="right" valign="top" nowrap="nowrap">', $poster['thanks_became'], '</td>
</tr>';
echo '
</table>
</td>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';

ディン1031

Quote from: HuNTeR@sm on September 02, 2008, 05:16:59 AM
it is one of them

echo '
</table>
</td>
</tr><tr>
<td class="catbg" colspan="2" width="50%"><b>', $txt['smf_stats_thanks_1'], '</b></td>
<td class="catbg" colspan="2" width="50%"><b>', $txt['smf_stats_thanks_2'], '</b></td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';
foreach ($context['top_thanks_recived'] as $poster)
echo '
<tr>
<td width="60%" valign="top">', $poster['link'], '</td>
<td width="20%" align="left" valign="top">', $poster['thanks_became'] > 0 ? '<img src="' . $settings['images_url'] . '/bar.gif" width="' . $poster['thanks_percent'] . '" height="15" alt="" />' : '&nbsp;', '</td>
<td width="20%" align="right" valign="top" nowrap="nowrap">', $poster['thanks_became'], '</td>
</tr>';
echo '
</table>
</td>
<td class="windowbg" width="20" valign="middle" align="center"><img src="', $settings['images_url'], '/stats_posters.gif" width="20" height="20" alt="" /></td>
<td class="windowbg2" width="50%" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%">';

Did you enable the colors in the Thank-O-Matic (or Thank You Mod)? (The Mod have is own option for this ;D)

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

Mrs_Kiwi

I'm not sure exactly what you need to see from the error log.. there are a few errors, all referring to post color..

8: Undefined index: post_group_color
File: /home/content/q/u/i/quindey615/html/SMF/Sources/Display.php
Line: 944

8: Undefined index: post_color
File: /home/content/q/u/i/quindey615/html/SMF/Themes/default/languages/Profile.english.php (eval?)
Line: 454

      Database Error: Unknown column 'postColor' in 'field list'
File: /home/content/q/u/i/quindey615/html/SMF/Sources/ManageMembergroups.php
Line: 515

Advertisement: