{{_ViewLink}} not working when Enable custom template checked
-
Dear Desertsnowman,
Are you available to do troubleshooting for hire? If so, would you please let me know your rates? I would gladly pay for your assistance.
Here is my problem:
I’ve got DB Toolkit working for an employee database. Names are linked in a list of employees, and clicking on the link takes you to that employee’s individual page.
So far, so good.
But, when I try to customize the list template (by checking the Enable box: Set this interface to use custom list templates) and enter the following code in the row content box, save, and then bring up the list page, I get a 404 error when I click on an employee’s name in the list.
When I uncheck the Enable box, the links work again — but then the page looks terrible?!
This is the template code I am using:
<div style="float:left;"> <a href="{{_ViewLink}}">{{first_name}} {{last_name}}</a>, {{position}} ({{location}}) </div><div style="clear:left;"></div>
The list page is at:
https://avrdc.org/?page_id=4408
It seems a small problem, but I am at a loss as to how to fix it.
DBToolkit is a very handy plugin. Thanks for sharing it. Hope to hear from you soon.
- The topic ‘{{_ViewLink}} not working when Enable custom template checked’ is closed to new replies.