View Full Version : Add-On Releases - vBA CMPS Module: Displays avatars recent threads
BlackThorn
04-08-2010, 10:00 PM
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
Demo: Click Here!
not working , 404 , y ?
BlackThorn
04-14-2010, 03:01 PM
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
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
<?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 (http://www.lam-alif.com/home.php?kanal=basecamp)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.