in the leftnav.inc & used the example from the webserver doc in the leftnav.ssjs
if(http_request.virtual_path=="tiddly/crap.html")
template.leftnav.push({html: '<span class="tlink">
Crap</span>'});
But I keep getting a syntax error...
So I adjusted it to this:
if(http_request.virtual_path=="/tiddly/crap.html")
template.leftnav.push({html: '</span>'});
template.leftnav.push({html: '<span class="tlink">Crap</span>'});
But I keep getting a syntax error...
> > if(http_request.virtual_path=="/tiddly/crap.html")
template.leftnav.push({html: '<span class="tlink">Crap</span>'});
I get this error:
!JavaScript c:\sbbs\mods\../web/lib/leftnav_html.ssjs line 102: SyntaxError: unterminated string literal
line 102 is the :
template.leftnav.push({html: '<span class="tlink">
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 122 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 05:45:29 |
| Calls: | 7,561 |
| Calls today: | 4 |
| Files: | 9,361 |
| D/L today: |
247 files (107M bytes) |
| Messages: | 390,238 |
| Posted today: | 3 |