PDA

View Full Version : UCP..Last post and poster colum


murratti
01-11-2010, 06:19 PM
Hi

Can i learn; how can i make appear the last poster when i enter the user control panel?

Any code for that?

http://img85.imageshack.us/img85/8710/snap20100111221824001.png

Switch3130
01-12-2010, 01:08 AM
Anyone?

Dygear
01-12-2010, 01:38 AM
I have no idea what you want. Can you explain that better.

Switch3130
01-12-2010, 03:00 AM
In the UserCP when looking at subscribed threads I can see if there's a new post and time of the post, but not who posted it.

That's the issue on hand, and it would be great if someone posted how to resolve this.

murratti
01-13-2010, 02:29 PM
nobody know? :(

Lynne
01-13-2010, 03:23 PM
Have you looked to see if this is posted in the bug tracker?

murratti
01-13-2010, 09:33 PM
i m checking now

Switch3130
01-14-2010, 02:02 AM
I didn't see it in the bug tracker. Any help?

Lynne
01-14-2010, 03:02 AM
If it's not in the bug tracker, then you should enter it if you expect them to fix it. It looks like they didn't define memberaction_dropdown to be used here, or forgot to register it?, not sure what, but if you want vBs to fix it, you need to enter it into the bug tracker.

When you post a link to the bug, I can post a fix in the bug tracker for it.

Switch3130
01-14-2010, 03:12 AM
Alright I'll report it, but does anyone know a fix for in the meantime?

Lynne
01-14-2010, 03:45 AM
I just did a search for "subscrib*" in the bug tracker and found it:
Subscribed Threads not showing who posted last (http://www.vbulletin.com/forum/project.php?issueid=34567)

Switch3130
01-14-2010, 07:08 PM
Thanks so much, but how do you register the last part and where do you copy and past the first part?

The way you explained it is confusing.

Sorry if I'm such a pain.

Lynne
01-14-2010, 07:26 PM
For now, just throw it all into a plugin at threadbit_display:
// prepare the member action drop-down menu
$memberaction_dropdown = construct_memberaction_dropdown(fetch_lastposter_u serinfo($thread));
vB_Template::preRegister('threadbit', array('memberaction_dropdown' => $memberaction_dropdown));

Switch3130
01-14-2010, 07:31 PM
Seriously by now if it weren't for you Lynne I would have quit on vB. Thanks so much.