Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Steve G. Posted January 9, 2007 Posted January 9, 2007 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. :PFor 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:
Steve G. Posted January 9, 2007 Posted January 9, 2007 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. :)
GTB Posted June 18, 2007 Posted June 18, 2007 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.
GTB Posted December 6, 2007 Posted December 6, 2007 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
Luke Posted December 6, 2007 Posted December 6, 2007 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:
Steve G. Posted December 6, 2007 Posted December 6, 2007 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.
GTB Posted December 6, 2007 Posted December 6, 2007 In the: Topic View //Render RowWere do I add that code exactly, after what code?And are you saying I should replace that code in: profile.php
Steve G. Posted December 6, 2007 Posted December 6, 2007 In the: Topic View //Render RowWere 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.phpYes, don't forget to backup this file before (ftp > home).
GTB Posted December 6, 2007 Posted December 6, 2007 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
Luke Posted December 6, 2007 Posted December 6, 2007 My opinion? Click on someone's avatar here and it goes to their profile :huh:
bfarber Posted December 6, 2007 Posted December 6, 2007 They're talking about the card Luke - that little popup window that used to be linked to below a user's posts.
Katsuma Posted December 6, 2007 Posted December 6, 2007 I still see my card.Someone was peking at my forum (from the card here) and my logs showed it.
Mark Posted December 6, 2007 Posted December 6, 2007 Yes but the link to it is no longer there...Oddly, it is still in the bug tracker
~Dopey~ Posted December 6, 2007 Posted December 6, 2007 I like that suggestion. :)It's already a feature.
Luke Posted December 6, 2007 Posted December 6, 2007 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:
Katsuma Posted December 6, 2007 Posted December 6, 2007 Yes but the link to it is no longer there...Oddly, it is still in the bug trackerAh! 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:
bfarber Posted December 6, 2007 Posted December 6, 2007 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. ;)
Steve G. Posted December 7, 2007 Posted December 7, 2007 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! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.