Loading...
 
Features / Usability

Features / Usability


dynamic url

posts: 1

Hi,

I would like to migrate a website (static HTML) to Tikiwiki since Tiki provide so many desirable feature.

One of the requirement is to access our internal web application thru the site. I want to use the feature link to invoke the application. However, i need to include the logged in username as an parameter in the url

e.g. lx006app/ita?user=123456 where 123456 is the username.

How can this be implemented using Tikiwiki?

If feature link cannot perform this, what is the proper way or alternate solution?

(I am a programmer and working with PHP is okay)

Thanks & Regards
Michael

posts: 2881 United Kingdom

There is a $user variable made available to Smarty. you can pass that probably in a custom module would be better for security reasons.

however, what would stop someone passing a hard coded user directly on the address bar?


posts: 2881 United Kingdom

There is a $user variable made available to Smarty. you can pass that probably in a custom module would be better for security reasons.

however, what would stop someone passing a hard coded user directly on the address bar?


Damian