Gossamer Forum
Home : Products : Gossamer Links : Discussions :

dynamic in Links-SQL 2.1

Quote Reply
dynamic in Links-SQL 2.1
hello

this could be discussed before, but dynamic mode in page.cgi does not work in Links-SQL.
It gives broken links.

the solution for this is:

add


# Make sure we set dynamic mode on.
$IN->param('d' => 1);


below

# Clean up page a little.
$page =~ s,^/*,,g;
$page =~ s,/*$,,g;

This should solve this small bug.
Post deleted by RedRum In reply to