Quote:
Originally Posted by Dr. Bantham
How can I activate live sorting outside of the forums? I have set up vBadvanced pages which include tables. The tables work fine, but the sorting mechanism does not. Presumably this is because the portal index does not have the script call for the sorttable javascript file.
I tried including
Code:
<script type="text/javascript" src="clientscript/sorttable.js"></script>
within the page as html as well as a template edit within adv_portal. This made the table sortable with the first pass, but live sorting is not working. When you click on a heading to sort live, nothing happens except for the # character being appended to the end of the URL. What do I need to do to get live sorting to work within vBa?
|
I think, you missed the JavaScript code just above this code, so
IMGDIR_BUTTON is not set - but the
sorttable.js needs this var to be set.
For all the
vB 3.7.x users:
I modified my mod, and now it seems to work perfectly with vB 3.7. Beneath other small fixes I think it was a missing
<![CDATA[ that prevented my mod from being imported properly.
New Version in first post.
Edit:
moved
product-bbcode_table-multi.xml (33.0 KB, 11 views) to first post