Hi..
I have used TWG for a while now, and included it into Fundanemt (a cms). works great (using php include).
Now I have stumbled upon cms made simple, and wanted to give it a try on a new website that I'm brewing on. But so far I haven't been successfull.
the following is set in my_config.php :
$php_include = true;
$install_dir = "twg15/";
$hidemenuborder = true;
I include twg in pages using:
include "twg15/index.php";
TWG creates new cache, counter, xml directories in the current dir, and not in twg15/.. (Why? What's going on here?)
Also, if the page where twg is included is using any parameters (like
http://blahblah.org/index.php?id=album) then according to the documentation twg will append the ?id=album in all links.
That is partialy true, as it works if I make a dummy file album.php, all that it does is :
x
include "twg15/index.php";
x
this works fine, but when i do the same in my index.php file, then it doesn't work. It strips of all parameters, and only appends twg specific parameters.
I have grep'ed the source, to figure out how twg generates links, etc. but so far I haven't been able to find the correct place to look.
TWG version is 1.5.5 btw
So, Michael. Can you please come to the resque here?
Regards
Thomas
Ps. site is :
http://bowmo.dk/index.php?page=Links
dummy file can be found on
#removed_broken_link[code][/code]