Hi,
Running Joomla 1.5.21
I've been using Smart Content for the last year, and have been very happy with everything it provides. However, all the tables have now "disappeared" from the site.
An example of what is happening is
here. Nothing much to see - there was a table below the title.
I had received an error several weeks ago, (sorry - I forget the error!), and reinstalled Smart Content 1.8, and I though had fixed the problem.
All the code in unchanged from the last year (example below)
Code: |
{aricsvtable file="data/csv/Ari_2011rankings.csv" className="tablebodycarousel" sortBy="Rank" limit="10" sortType="SORT_NUMERIC" width="30%"} {aricsvtablecolumns} {aricsvtablecolumn id="Rank" alias="Rank" pos="1"}{/aricsvtablecolumn} {aricsvtablecolumn id="Change Year" alias="Change Year" pos="2" hidden="true"}{/aricsvtablecolumn}{aricsvtablecolumn id="Change Week" hidden="true" alias="Change Week" pos="3"}{/aricsvtablecolumn} {aricsvtablecolumn id="Team" alias="Team" pos="4"}{/aricsvtablecolumn}{aricsvtablecolumn id="Played" hidden="true" alias="Played" pos="5"}{/aricsvtablecolumn} {aricsvtablecolumn id="Points" hidden="true" alias="Points" pos="6"}{/aricsvtablecolumn} {aricsvtablecolumn id="Average" alias="Average" pos="7"}{/aricsvtablecolumn} {/aricsvtablecolumns} {/aricsvtable}
|
Is there likely to have been some problem in switiching over from Licence to GNU GPL?