![]() |
|
#21
|
|||
|
|||
|
Very good questions, so I decided to install the standart VB style without any modification and it work for me:
the button let me jump directly to the last unread post then I tried the link in style with your template modification: and the link is not working for me. then I did the template modifications again in the standart working vb style in adv_portal_recthreads_exp and adv_portal_recthreads_exp_head and checked the links in the portal again: That means the arrow does not work after your template changes. Definitely the only difference I see is & instead of ? are you really sure theres no mistake in the replacement code in your first post? |
|
#22
|
||||
|
||||
|
Cool. Mod. Thx.. I noticed there (Başlatan) next to time and date. Is there a way I can edit that and remove?
Thx
__________________
Cambodian Cyber Web Community |
|
#23
|
|||
|
|||
|
Quote:
open your adv_portal_recthreads_exp_head and remove or replace the word Başlatan |
|
#24
|
|||
|
|||
|
Quote:
fixed this morning ![]() open your changed adv_portal_recthreads_exp search for Quote:
Quote:
|
|
#25
|
|||
|
|||
|
I'm glad then (:
|
|
#26
|
|||
|
|||
|
Hello, I need to show the last poster avatar and not the avatar of the thread starter. Does anyone knows how to modify the plugin to do that?
Thank you |
|
#27
|
|||
|
|||
|
Solved....
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>
|
|
#28
|
|||
|
|||
|
Thank you
But how can I have both? One column including thread starter as well as another column including the last poster avatar? |
|
#29
|
|||
|
|||
|
I Can't upload the module xml
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/admincp/vba_cmps_admin.php on line 4027 any Idea |
|
#30
|
|||
|
|||
|
Oh my god it was a plugin sory now works very well thanks BlackThorn
|
|
#31
|
|||
|
|||
|
Thanks, I installed it and it looks great. Just the thing I was looking for
|
|
#32
|
|||
|
|||
|
thx man worck
|
|
#33
|
|||
|
|||
|
Beautiful! Thank you!
|
|
#34
|
||||
|
||||
|
Such a great job. Thnx
Just don't forget ppl: At 3rd line change the word Ba& #351;latan for Avatar Regards !! Quote:
|
|
#35
|
|||
|
|||
|
have error ??
Quote:
|
|
#36
|
||||
|
||||
|
Dear BlackThorn,
Can you update this mod to work with vB 4.1.10 and vBa 4.2.0? That would be amazing as this is a really good add-on. Warm Regards, Marc |
|
#37
|
|||
|
|||
|
Quote:
Code:
<td class="blockrow"><img height="30" width="30" class="inlineimg" src="{vb:raw thread.avatarurl}" border="0" alt="{vb:raw thread.postusername}" /></td>
|
|
#38
|
||||
|
||||
|
Would this work in vb4.2.1???
Thanks! |
|
#39
|
||||
|
||||
|
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.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMPS Module: Recent Threads [Avatar & Date Title] | BlackThorn | Add-On Modules (version 3.x & 2.x) | 7 | 04-17-2010 01:21 PM |
| Guests not seeing most recent posts in vbadvanced recent threads module | sfnet | Troubleshooting & Problems | 1 | 01-16-2010 02:28 PM |
| remove ignored users thread from recent threads list? | Skedoozy | "How Do I..." Questions | 7 | 12-07-2007 05:17 PM |
| CMPS for 3.6.x problem with Recent Threads module | Tungsten | Troubleshooting & Problems | 33 | 08-14-2006 01:52 PM |
| Online Users Module - Show Avatar instead of names | yinyang | Module & Modification Discussion & Requests | 4 | 03-15-2006 02:03 PM |