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)

BlackThorn 04-08-2010 10:00 PM

vBA CMPS Module: Displays avatars recent threads
 
Removed.

BlackThorn 04-09-2010 10:00 AM

...Reserved first posting...

forumsonsuz 04-09-2010 02:51 PM

emeğine saglık sagol

BlueCheri 04-09-2010 03:32 PM

Let me try, hope will not bother you this time :)

sematopdemir 04-14-2010 09:03 AM

love it, thanks, installed!

YankForum 04-14-2010 02:29 PM

Quote:

Demo: Click Here!
not working , 404 , y ?

BlackThorn 04-14-2010 03:01 PM

Quote:

Originally Posted by YankForum (Post 2021171)
not working , 404 , y ?

ops sorry, http://www.vbulletin-turko.com/portal.php look at that. :D

GONUMBER6 06-11-2010 04:36 PM

Love it thanx!

venom2124 08-06-2010 11:52 PM

Okay how do I change the language to english so that the avatar column header is english and not turkish

venom2124 08-07-2010 12:15 AM

Quote:

Originally Posted by venom2124 (Post 2080317)
Okay how do I change the language to english so that the avatar column header is english and not turkish

Disregard figured out where to change it in the second template edit. Works great now thanks.

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 05:49 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.01019 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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