vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   UCP..Last post and poster colum (https://vborg.vbsupport.ru/showthread.php?t=232813)

murratti 01-11-2010 06:19 PM

UCP..Last post and poster colum
 
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/871...1221824001.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

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:
PHP Code:

// prepare the member action drop-down menu
$memberaction_dropdown construct_memberaction_dropdown(fetch_lastposter_userinfo($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.


All times are GMT. The time now is 03:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete