vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v3.x & 2.x > Add-On Modules (version 3.x & 2.x)

Reply
 
Thread Tools Display Modes
  #1  
Old 03-16-2010, 03:12 AM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Cool CMPS Module: Recent Threads [Avatar & Date Title]

vBa CMPS Module 3.2.2 version recent threads block with users avatar and date title.

By Me, NOW --> Original Link: http://www.vbulletin.org/forum/showthread.php?t=238380
  • vBa CMPS Recent Thread Module Modifications. [%90 Edited]
  • Thread Starters AVATARS 40 X 40 PX. (Which one member, start that thread.)
  • Thread Starter (MEMBER) Title
  • Thread Start DATE Title
  • Last Post Column (Modification)
  • Last Post By: Members (Modification)
  • Date: (Modification)
  • Reply & Views different column
  • Reply: X Views: X
  • Watch Out: NO Thread ICONS!

Well, Download zip, open it and follow now:
Don't forget, Recent Threads module must be CENTER place in your CMPS Portal.

Step 1: Admincp ---> Plug-in & Product Options ---> Upload Plug-in ---> Upload that plug-in.

Step 2: open adv_portal_recthreads_exp TEXT folder, and open your adv_portal_recthreads_exp template, please all codes change with adv_portal_recthreads_exp TEXT folder codes.

Step 3: open adv_portal_recthreads_exp_head TEXT folder, and open your adv_portal_recthreads_exp_head template, please all codes change with adv_portal_recthreads_exp_head TEXT folder codes.

If you love and use it, please remember to Mark as Installed at vBulletin.org You can look at screenshots here. I guess its very great a job :)
Attached Images
File Type: png blackthornDEMO.PNG (49.0 KB, 294 views)
File Type: png blackthornDEMO2.PNG (42.5 KB, 364 views)
Attached Files
File Type: zip CMPS Recent Threads.zip (93.3 KB, 287 views)

Last edited by BlackThorn; 03-16-2010 at 05:55 AM.
Reply With Quote
  #2  
Old 03-20-2010, 11:31 PM
Rolla's Avatar
Rolla Rolla is offline
Member
 
Join Date: Apr 2008
Posts: 55
Default

well..i tried this.

everything works except the avatar pictures. Their missing the /forum/ in their link and they show up as x's...

any suggestions?

I tried updating my image paths...but nothing...
__________________

The Best Toyota Forum!!

Reply With Quote
  #3  
Old 04-02-2010, 10:40 AM
utown utown is offline
Junior Member
 
Join Date: Oct 2008
Posts: 1
Default

the same here, no avatars theire
Reply With Quote
  #4  
Old 04-02-2010, 04:11 PM
drskywalker drskywalker is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default

dont work the avatars
Reply With Quote
  #5  
Old 04-02-2010, 04:22 PM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Default

OPEN adv_portal_recthreads_exp REPLACE WITH:


PHP Code:
<tr>
<
td class="$bgclass"><img height="40px" width="40px" src="image.php?u=$thread[postuserid]title="Starter by $thread[postusername] - $thread[postdate]"></td>

<
td class="$bgclass">
<if 
condition="$thread['subscribed'] OR $show['paperclip'] OR ($thread['sticky'] AND $mod_options['portal_threads_stickyicon'])">
        
<
span style="float:$stylevar[right]">    
<if 
condition="$thread['subscribed']">        
<
img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]/></if>
            
<if 
condition="$show['paperclip']">        
<
a href="#" onclick="vba_attach_win($thread[threadid]); return false"><img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" title="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" alt="" /></a></if>
            
<if 
condition="$thread['sticky'] AND $mod_options['portal_threads_stickyicon']">
                
<
img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" title="$vbphrase[sticky_thread]alt="" /></if>
        </
span>
        </if>
        <if 
condition="$mod_options['portal_threads_newpostarrow'] AND $show['gotonewpost']">
            <
a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&amp;goto=newpost"><img alt="$vbphrase[go_to_first_new_post]src="$stylevar[imgdir_button]/firstnew.gif" border="0" class="inlineimg" /></a>
        </if>
        
$thread[prefix]
        <
a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]title="$thread[preview]">
<if 
condition="$show['gotonewpost']">$thread[title]</strong><else />$thread[title]</if></a>
        <if 
condition="$mod_options['portal_threads_multipage'] AND $show['pagenav']">
            
<
span class="smallfont">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" border="0" alt="" /> $thread[pagenav]<if condition="$show[pagenavmore]">... <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]">$vbphrase[last_page]</a></if>)</span>
        </if>
        <if 
condition="$thread['rating']">
            <
span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span>
        </if>
        <if 
condition="$mod_options['portal_threads_threadstarter']">
            
<
div class="smallfont">
                
<if 
condition="$thread[postuserid]">
                    
<
span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
                <else />
                    
$thread[postusername]
                </if>
            </
div>
        </if>
        <if 
condition="$mod_options['portal_threads_showdate']">
<
div class="smallfont">$thread[postdate] <span class="time">$thread[posttime]</span></div></if>
</
td>
    
<if 
condition="$show['lastpost']">
<
td class="$bgclass">    
<
span class="smallfont">
Last Post$thread[lastposter]<br />
Date$thread[lastpostdate]<br />
<
a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post...</u></a>
</
span>
</
td>
</if>
<if 
condition="$mod_options['portal_threads_replies']">
<
td align="center" class="$class_reply">
<
span class="smallfont">
Reply$thread[replycount]</span>
</if>
<
br />
<if 
condition="$mod_options['portal_threads_views']">
<
span class="smallfont">Views$thread[views]</span>
</
td>
</if>
    <if 
condition="$mod_options['portal_threads_showforum']">
<
td class="$class_ftitle"><span class="smallfont"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></span></td></if></tr

adv_portal_recthreads_exp_head replace with:

PHP Code:
<tr>
<
td class="thead" width="10%">Starters</td>
    <
td class="thead" width="50%"><if condition="$mod_options['portal_threads_showrating']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>$vbphrase[title_username_date]</td>
    <if 
condition="$mod_options['portal_threads_lastpost']">
        <
td align="center" class="thead" style="white-space: nowrap" width="25%">En son gönderilen iletiler</td>
    </if>
    <if 
condition="$mod_options['portal_threads_replies']">
        
<
td class="thead" width="15%">View/Reply</td>
    </if>
    
    <if 
condition="$mod_options['portal_threads_showforum']">
        <
td align="center" class="thead" width="20%">$vbphrase[forum]</td>
    </if>
</
tr
Reply With Quote
  #6  
Old 04-02-2010, 04:24 PM
drskywalker drskywalker is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default

that is the same code of the text file?
Reply With Quote
  #7  
Old 04-02-2010, 05:44 PM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Default

Nope, thats difference ---> from other code of the text file.
You can try that, if you want. But if its work, then you can remove plug-in.
Reply With Quote
  #8  
Old 04-17-2010, 01:21 PM
Rolla's Avatar
Rolla Rolla is offline
Member
 
Join Date: Apr 2008
Posts: 55
Default

I'll give that code a try next chance I get and let ya know!
__________________

The Best Toyota Forum!!

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing words from "Rating Title, Username, & Date" in recent threads title NThomas76207 "How Do I..." Questions 1 08-14-2009 10:38 AM
Recent Threads Title cut off after 22 characters Tom McConnell "How Do I..." Questions 1 02-23-2009 11:45 AM
Want Recent Threads title to always be bold amagab "How Do I..." Questions 2 06-30-2007 03:04 AM
CMPS for 3.6.x problem with Recent Threads module Tungsten Troubleshooting & Problems 33 08-14-2006 01:52 PM
Recent Threads - Title, Username, & Date SiuMo Bugs From 2.0 RC1 4 07-08-2005 10:54 AM


All times are GMT -4. The time now is 09:43 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.