DRJ
02-28-2005, 09:29 AM
First of all, great hack. I just installed it and it was very easy. The installer was excellent.
For some reason for me the image folders were not made. I was gettingsome errors so I checked and there were no folders. Added then and thenthere were no more problems.
You have 3 uncached templates on articles.php
editor_smilie_wysiwyg
editor_smiliebox_category
editor_smiliebox_row
The images that are shown when you view a category were not lining upfor me (in IE and FireFox). They were close, but some of the imageswere slightly offset even though they were all 80x80.
So I added this and it fixed the problem:
vbArticles_browsecategory
<if condition="$vbart_options[usecaticon]"><td class="alt1" align="center" width="25%">$caticonimgc</td></if>
vbArticles_subcatbits
<if condition="$vbart_options[usecaticon]"><td class="alt1" align="center" width="25%">$subcaticonimg</td></if>
And I got my first two articles up already and they are looking great. :)
Take Care
For some reason for me the image folders were not made. I was gettingsome errors so I checked and there were no folders. Added then and thenthere were no more problems.
You have 3 uncached templates on articles.php
editor_smilie_wysiwyg
editor_smiliebox_category
editor_smiliebox_row
The images that are shown when you view a category were not lining upfor me (in IE and FireFox). They were close, but some of the imageswere slightly offset even though they were all 80x80.
So I added this and it fixed the problem:
vbArticles_browsecategory
<if condition="$vbart_options[usecaticon]"><td class="alt1" align="center" width="25%">$caticonimgc</td></if>
vbArticles_subcatbits
<if condition="$vbart_options[usecaticon]"><td class="alt1" align="center" width="25%">$subcaticonimg</td></if>
And I got my first two articles up already and they are looking great. :)
Take Care