![]() |
|
#1
|
|||
|
|||
|
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> 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
|
||||
|
||||
|
was this fixed on VBacmps 1.0.1? I think it was.
|
| 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 |
| Calling a template up in the frontpage | attroll | Troubleshooting / "How do I..." Questions | 5 | 06-22-2004 01:10 PM |