Menu

#6 embedding slooze / link function

open
nobody
None
5
2002-11-08
2002-11-08
Anonymous
No

I use slooze embedded in my own set of pages, so the URLs need to
point to my own .php file with special parameters to load the photo
page, like:
index.php?page=photo

To make slooze
work for me, I had to set $actionURL = "index.php?page=photo"
and then edit slooze.php and change all occurences of "?" to "&",
like in:
< "?TopicID=" . urlencode($topic['TopicID']) .
>
"&TopicID=" . urlencode($topic['TopicID']) .

Maybe a
function can be created which generates URLs. Then it could be
easily overloaded.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB