vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 07-05-2004, 03:26 PM
minichip minichip is offline
Junior Member
 
Join Date: Jul 2004
Location: Frankfurt, Germany
Posts: 4
Default Error in adv_portal_latesttopicbits template + fix

Hi,

I downloaded the vBadvanced today and first of all I must say it is an absolute wonderful hack for vBulletin.

While I was playing around in my testsystem I noticed that in the Last Threads Module the Date & Time couldn't be turned of, even thow I switched the right setting in the control panel.
Since I want to turn it off I snooped around in the templates and tracked the error down.

In the "adv_portal_latesttopicbits" template the coresponding part is not checked with an <if condition>.
To fix this error, search for

Code:
<div class="smallfont">$thread[lastpostdate] <span class="time">$thread[lastposttime]</span></div>
and replace it with

Code:
<if condition="$vba_options['portal_threads_showdate']">
<div class="smallfont">$thread[lastpostdate] <span class="time">$thread[lastposttime]</span></div>
</if>

Cheers,
Holger

Last edited by minichip; 07-05-2004 at 03:31 PM.
  #2  
Old 07-23-2004, 03:48 PM
Polo's Avatar
Polo Polo is offline
Senior Member
 
Join Date: Jun 2004
Posts: 823
Default Re: Error in adv_portal_latesttopicbits template + fix

was this fixed on VBacmps 1.0.1? I think it was.
__________________
God180.com <---------------------My heavily modified vBulletin board
 


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
Calling a template up in the frontpage attroll Troubleshooting / "How do I..." Questions 5 06-22-2004 01:10 PM


All times are GMT -4. The time now is 08:19 AM.

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.