vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - vBA CMPS Module: Displays avatars recent threads (https://vborg.vbsupport.ru/showthread.php?t=240095)

Lustikus 10-10-2010 04:17 AM

The new post arrow is not working? It shows me the first post instead of the last unreaded post? Can anybody confirm the problem?

tintin74 11-25-2010 10:22 AM

Plugin to show last poster avatar instead the thread starter

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<plugins>
        <plugin active="1" executionorder="5" product="vbulletin">
                <title>BT - Avatar CMPS Recent Thread STARTERS</title>
                <hookname>vba_cmps_module_recthreadsbits</hookname>
                <phpcode><![CDATA[require_once('./includes/functions_user.php');
if($thread[lastposterid])
{
  $thread[avatarurl] = fetch_avatar_url($thread[lastposterid]);
    if (!$thread[avatarurl]) {
                    $thread[avatarurl] = $stylevar['imgdir_misc'] . 'images/misc/unknown.gif';
                  } else {
                    $thread[avatarurl] = $vbulletin->options['bburl'] . '/' . $thread[avatarurl][0];
                  }
}]]></phpcode>
        </plugin>
</plugins>


yayacannes 07-18-2011 05:54 PM

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/admincp/vba_cmps_admin.php on line 4086

Erica1977 07-30-2011 05:08 AM

Very Nice did find one issue the rating stars do not show and i have theme set to show anyway to get this added !

bada_bing 01-12-2012 09:56 PM

No workie in vb 4.19

too_cool_3 01-19-2012 04:57 AM

Anyone know of a mod very similar to this which works in vB 4.1.10?

It would be a godsend!

Warm Regards,

Marc

rexall 06-11-2013 11:18 AM

Anyone know if this would work with vb4.2 / vBa CMPS v4.2.1 ?

Thanks!

rexall 06-19-2013 09:49 AM

This sure is a sweet MOD! The block is anemic-looking without avatars. Is there any way this would work in VB 4.2.1? Is is there another similar MOD? Or is anyone willing to modify it?

Thanks for any reply.

Muhammad Rahman 06-19-2013 11:37 AM

work fine in my forum (vB 4.2.1), see here


All times are GMT. The time now is 01:59 PM.

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.01051 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete