Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Member names (prefix/sufix)


  • Please log in to reply
3 replies to this topic

#1 GooD

GooD

    Newbie

  • Members
  • Pip
  • 2 posts
  • IP.Board Version:IPB 2.3.x
  • First Name:Luís Almeida

Posted 05 October 2009 - 12:36 PM

Hello.
I have purchased my IP.Board 2.6.3 some days ago, since then I am searching cool mods, and see how the admin cp works.
I've already searched everywhere in the admin cp, but I couldn't find how to do this:

I want that the nicknames, in posts and topics have the color, and the group icon, like I did in the Online List Format [Prefix], and sufix.

Example:
My group is Co-Leader, and the color is white, the font "strong" (b), underlined, and with a white crown in the left.
Prefix:
<font color="white"><img src="http://a.imagehost.org/0379/gold9beoi0.gif"><b><u>
Sufix:
</font></u></b>

BUT:
Posted Image

That's what happen, it only changes the Member group, not my nick appearing "GooD", it appears in gray, not in white, with the crown. :S
That's any mod I have to add? I really didn't manage to find in the admin cp something to change that =(

One more thing: That Icon before my Nick, showing if I am online or not ( Posted Image, can't be removed?

Regards, I will be very grateful if somneone help me.
~GooD

#2 -RAW-

-RAW-

    Member

  • Members
  • PipPip
  • 13 posts
  • Gender:Male
  • IP.Board Version:IPB 3.2.x

Posted 05 October 2009 - 01:41 PM

Open: sources/action_public/topics.php  

Find:
$poster['_members_display_name'] = "<a href='{$this->base_url}showuser={$poster['id']}'>{$poster['members_display_name_short']}</a>";

Replace With:
$poster['_members_display_name'] = "<a href='{$this->base_url}showuser={$poster['id']}'>".$this->ipsclass->make_name_formatted($poster['members_display_name_short'], $poster['mgroup'])."</a>";


#3 GooD

GooD

    Newbie

  • Members
  • Pip
  • 2 posts
  • IP.Board Version:IPB 2.3.x
  • First Name:Luís Almeida

Posted 05 October 2009 - 01:48 PM

Thanks :D
And how about the user online/offline icon Posted Image? :S
Do you know how to rip it off?

#4 unique

unique

    Newbie

  • Members
  • Pip
  • 3 posts
  • Gender:Male
  • IP.Board Version:IPB 2.3.x
  • First Name:Shannon

Posted 20 October 2009 - 04:22 PM

Follow this:

ACP -> Look & Feel (Tab) -> YOURSKIN -> Edit Template HTML -> Topic View -> RenderRow

Find & Delete:
{$author['_pp_online_image']}

Save Template Bit

It removes this image Posted Image

Edited by unique, 20 October 2009 - 04:23 PM.

Posted Image
If At First You Don't Succeed, Call It Version 1.
A Life? Cool! Where Can I Download One Of Those?!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users