Jump to content

The "card" is gone?


Guest Cooltad

Recommended Posts

Posted

Yes, it's been removed.



We felt that the new drop down (when you click on a member's name in a topic) pretty much did the job of the profile card.


But, the new drop down menu don't contain msn, icq and blog/gallery infos. :P

For me, I love the new drop down menu but, the popup Card is pratical for me. And, thanx for leaving all fonction (codes) in the source files. Just simply add this code in template --> Topic View //Render Row >>

$this->load_photo($id);

		if ( $this->has_photo == TRUE )
		{
			$photo = $this->ipsclass->compiled_templates['skin_profile']->get_photo( $this->show_photo, $this->show_width, $this->show_height );
		}
		else
		{
			$photo = "<{NO_PHOTO}>";
		}

by this >>

$this->load_photo($id);

		$photo = $this->ipsclass->compiled_templates['skin_profile']->get_photo( $this->show_photo, $this->show_width, $this->show_height );


All is perfect now! :thumbsup:

Posted

What card :lol: the new profile is MUCH better!!


The profile is not a card. This card is practical to consult quickly some informations without going in the profile of the member. :)
  • 5 months later...
Posted

The macro is still there for the "addresscard.gif" in the "Manage Replacement Macros in Set: IPB Default Skin" in IPB 2.2.2, how comes if it was stopped being used, the Micro for it wasn't also removed from the skin.

Is there a way to remove this manually yourself if it's no longer being used.

  • 5 months later...
Posted

But, the new drop down menu don't contain msn, icq and blog/gallery infos. :P



For me, I love the new drop down menu but, the popup Card is pratical for me. And, thanx for leaving all fonction

(codes)

in the source files. Just simply add this code in template --> Topic View //Render Row >>


$this->load_photo($id);

if ( $this->has_photo == TRUE )
{
$photo = $this->ipsclass->compiled_templates['skin_profile']->get_photo( $this->show_photo, $this->show_width, $this->show_height );
}
else
{
$photo = "<{NO_PHOTO}>";
}

by this >>

$this->load_photo($id);

$photo = $this->ipsclass->compiled_templates['skin_profile']->get_photo( $this->show_photo, $this->show_width, $this->show_height );


All is perfect now! :thumbsup:



Can you be a bit more clear about your instructions above.

1: We in the template do I add that code exactly.
2: In the profile.php file you just say "Add it by this", do you mean replace the code, or add it above, or below that code
Posted

Sorry if this is already mentioned, but you can already click the avatar to get to a profile page. It doesn't need to be added because it's already there :rolleyes:

Posted

Sorry if this is already mentioned, but you can already click the avatar to get to a profile page. It doesn't need to be added because it's already there :rolleyes:


It is your opinion!!! :rolleyes:

@MRGTB >>

Go to Admin CP > Templates (Topic View //Render Row) and add this >>

        $this->load_photo($id);
        
        $photo = $this->ipsclass->compiled_templates['skin_profile']->get_photo( $this->show_photo, $this->show_width, $this->show_height );


Tested with IP.Board 2.3.x branch. For 2.2.x branch, use old codes included in this topic.

Posted

In the: Topic View //Render Row

Were do I add that code exactly, after what code?

And are you saying I should replace that code in: profile.php

Posted

In the: Topic View //Render Row



Were do I add that code exactly, after what code?


Try after this code >

<!-- PM / EMAIL / WWW / MSGR -->


And are you saying I should replace that code in: profile.php


Yes, don't forget to backup this file before (ftp > home).
Posted

Try after this code >


<!-- PM / EMAIL / WWW / MSGR -->



Yes, don't forget to backup this file before (ftp > home).



will do, thanks for the help
Posted

They're talking about the card Luke - that little popup window that used to be linked to below a user's posts.



Well I know the card is gone. I was referring to when people were talking about having to click twice to get to the profile, and how it would be nice if they could click on the avatar to get their directly. And as I pointed out, it's already there. Unless I misunderstood that part of the discussion... I thought everyone understood the dropdown replaces the card, and you no longer need it :blink:
Posted

Yes but the link to it is no longer there...



Oddly, it is still in the bug tracker


Ah! That's why I couldn't find it. :P But someone did tho. I guess from my last two report. . I wonder who tho? :blink:
Posted

Well I know the card is gone. I was referring to when people were talking about having to click twice to get to the profile, and how it would be nice if they could click on the avatar to get their directly. And as I pointed out, it's already there. Unless I misunderstood that part of the discussion... I thought everyone understood the dropdown replaces the card, and you no longer need it :blink:



psst - look at the dates on the posts regarding two clicks to get to the profiles. They're mid-late 2006. ;)
Posted

Well I know the card is gone. I was referring to when people were talking about having to click twice to get to the profile, and how it would be nice if they could click on the avatar to get their directly. And as I pointed out, it's already there. Unless I misunderstood that part of the discussion... I thought everyone understood the dropdown replaces the card, and you no longer need it :blink:


Simply...

You need this "card", install this "mod".
You don't need this "card", don't waste your time to read and post here.

That's it! :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...