News:

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

Main Menu

Member Color Link

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

Previous topic - Next topic

BioCarbon13

Help!  :)

I am trying to add a feed and getting back "XML error: mismatched tag at line 63"...

What am I doing wrong?

ディン1031

Quote from: goofyboy on August 11, 2007, 05:21:04 AM
I have this error all the time,

When i am in my pm box this error is reported on the error log on the forum.

All the members have this error. It's not visable on the site but only in the error log
Hmmm why MessageIndex.php hmmm normal in the pm the PersonalMessage.php would be loaded... i'm not sure what kind of mods did you install that it also load the MessageIndex.php in the pm box?

Quote from: BioCarbon13 on August 16, 2007, 11:19:50 AM
Help!  :)

I am trying to add a feed and getting back "XML error: mismatched tag at line 63"...

What am I doing wrong?
Hmmm ?_? sorry where did this happen?

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

naoko15

#322
I have SMF 1.1.3 and i just installed this mod...I got this error:

"Hubo un problema cargando el tema o archivo de idioma /Themes/default/languages/Modifications.spanish.php

syntax error, unexpected T_STRING"

and i cant access the admin area or anything

Help please  :(

ディン1031

#323
hmmmm okay i go look if the translator make a mistake <<.

To fix this error replace follow thing in the Modification.spanish.php

Replace

$txt['MemberColorThreadChild'] = 'Mostrar color en la parte de subforos;

with

$txt['MemberColorThreadChild'] = 'Mostrar color en la parte de subforos';


Sorry for the problems, i did not see this small mistake.

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

naoko15

Thanks, very helpful..it worked!  :D :D :D

gookhan61

hi i created member color link 2.0.1 

but i have a problem



everybody's nick  ???  :S  can you help me?

ディン1031

Quote from: gookhan61 on September 19, 2007, 07:39:25 PM
hi i created member color link 2.0.1 

but i have a problem



everybody's nick  ???  :S  can you help me?
You created it? XD I never new that so creat it :x. Okay i think it's a misspell ment xD.

Did you install it via package parser or by yourself?

I think the mistake is in the Load.php or in the Display.template.php :x.

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

gookhan61

Quote from: ディン1031 on September 20, 2007, 01:38:20 AM
Quote from: gookhan61 on September 19, 2007, 07:39:25 PM
hi i created member color link 2.0.1 

but i have a problem



everybody's nick  ???  :S  can you help me?
You created it? XD I never new that so creat it :x. Okay i think it's a misspell ment xD.

Did you install it via package parser or by yourself?

I think the mistake is in the Load.php or in the Display.template.php :x.

Bye
DIN1031


ok.. i wrote wrongly :) i installed it by package.. how can i fix it?

ディン1031

I need the Display.template.php of the theme and the Load.php, please attach it to the post.

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

gookhan61


ディン1031

#330
I tried to solve it but it should work correct, i think this have something to do with the Java Script :x. But i'm not sure i will test it later local on my pc and try to fix it XD.

Okay i can now say 100% it's not from my mod, somehow you edited too times a link into it, if i remove it than i thing it will not look like before. And i don't know how the function work that you use there.

I can tell you which should be away, but i think that is needed if you like to see the banned person so... hmmm XD

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

gookhan61

i guess the wrong code is that:


<a href="', $message['member']['href'], '" onClick="return overlay(this, \'profil_', $message['member']['name'], '\',\'bottom\')"><b>', $message['member']['name'], '</b></a><DIV id="profil_', $message['member']['name'], '" style="position:absolute; border: 1px solid #000000; width: 210px; padding: 1px; display:none" bordercolor="#FFFFFF">


if i take off it    <b>', $message['member']['name'], '</b>   black member name lost.. and just there is colourful member name.. but i want the function that on black member name to colourful member name and i wanna delete blackmember name..

can you explain how can i do or can you help me..


p.s: sorry for my english :)

ディン1031

Very easy, but i don't know how to handle the banned name ;D

Replace the

<a href="', $message['member']['href'], '" onClick="return overlay(this, \'profil_', $message['member']['name'], '\',\'bottom\')"><b>', $message['member']['name'], '</b></a><DIV id="profil_', $message['member']['name'], '" style="position:absolute; border: 1px solid #000000; width: 210px; padding: 1px; display:none" bordercolor="#FFFFFF">


with


<a href="', $message['member']['href'], '" onClick="return overlay(this, \'profil_', $message['member']['name'], '\',\'bottom\')"><b>', $message['member']['colored_name'], '</b></a><DIV id="profil_', $message['member']['name'], '" style="position:absolute; border: 1px solid #000000; width: 210px; padding: 1px; display:none" bordercolor="#FFFFFF">


And for the second name remove the


', $message['member']['is_banned'] ? '<span style="text-decoration: line-through;">' : '', '
<b>', $message['member']['link'], '</b>
', $message['member']['is_banned'] ? '</span>' : '', '


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

gookhan61

yess you fixed it.. thank you so much for your help..

ajg

thanks it works great!  what about if i just want some members to display a colored name all across the board, not the whole membergroup?  do you know of any mod that can do this?

ディン1031

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

New Version:
Version 2.0.5 (02.10.07)
+ Add a color for Banned User.
- Upgrades Included (Some Languages are Outdated, but i will add at least English translations to the language files).

Some Languages are Outdated can someone please Translate this things:
For Turkish:
$txt['MemberColorGuests'] = 'Color for Guest nicknames<br /><span class="smalltext">Boradindex, Messageindex and Theaddisplay</span>';
$txt['MemberColorBanned'] = 'Color for Banned nicknames';


And for Dutch and Spanish:
$txt['MemberColorBanned'] = 'Color for Banned nicknames';

Thx a lot, if i have the new Translation i will add it to the mod.

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

kamili34

Thanks for upgrade. :) Good job  :P

EgAr

Hi

for Spanish:
$txt['MemberColorBanned'] = 'Color para usuarios Bannedos';

;D

ディン1031

Quote from: EgAr on October 15, 2007, 06:23:33 PM
Hi

for Spanish:
$txt['MemberColorBanned'] = 'Color para usuarios Bannedos';

;D
Thanks a lot :)

I insert it ;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

Advertisement: