Quote:
Originally Posted by Sidewindr
There's a few bugs ..
1. The enforcement for uploading of image if under the set time does not appear to work.
2. The maximum timeslip image size is not changeable in the admincp
3. The users hopepage on the Details page shows up as the user looking at the details not the user.
4. The timeslip pic that comes up is the users avatar in my case.
5. The DECIMAL values for fields 52,53 and 55 should be DECIMAL(6,3) NOT DECIMAL(4,3) in the XML Installer File.
6. Hooks would be much better than file edits
The fix for #3 is to change the following in getvehicleinfo template..
FROM
Code:
<tr>
<td class="alt1" width="50%">
<strong>$vbphrase[timeslips_homepage]</strong>:
</td>
<td class="alt2" width="50%">
$homepage
</td>
</tr>
TO
Code:
<if condition="$show['homepage']">
<tr>
<td class="alt1" width="50%">
<strong>$vbphrase[timeslips_homepage]</strong>:
</td>
<td class="alt2" width="50%">
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
</tr>
</if>
|
Hi folk.
#1: I don't quite understand what you mean on this. more explanations would be better.
#2: fixed
#3: fixed
#4: it can't be, you can try looking at the demo site in the above post.
#5: that was because of my lack of vehicle knowlegde. I will change that if more ppl want it.
#6: There are no other possible ways to remove those file editions AFAIK. If you can do it just point me out. I'll be greatful.
#7: I'll be more greatful if you keep the credit of timeslips on your site. Please do respect the volunteers. Thank you.
@Thanks Gary for helping me support this hack while I'm away :up: