Page 1 of 1

Need to have entries link in addressbar

Posted: 2015-01-19 15:53
by labib saleh
Hello Guys,
When I click any item in a table, it's ID doesn't appear in the address bar, instead, I get the link for the main page of that table! This is causing us an issue as we can't easily share items links by copying links from the address bar! Is there something in the settings that I can change to fix this issue and start getting the items IDs in the address bar?

See attached screenshot.

Thanks,
Labib

Re: Need to have entries link in addressbar

Posted: 2015-01-26 00:51
by shasta59
This is not quite the answer you need but it should put you on the path to being able to write the code you need to get what you need displayed.

http://www.bigprof.com/appgini/tips-and ... al-records

From this info you can just write code to put the link in the URL bar but I really do not recommend this. Security reasons and all. If you need to have the url displayed on the page you can write the necessary code to have it display in an area on your page and then you can just copy and paste it.

With the above reference and a bit of coding you should be able to get this to happen.

Best of luck. (If I had the need for such a function I would write it but as I do not, and do not have the time, I cannot right now. Maybe sometime in the future. If I do I will then post it in this thread.)

Alan

Re: Need to have entries link in addressbar

Posted: 2015-02-10 05:12
by dallo
Hello Labib,

Kindly share on how you achieved your logo on the top left of your page.

It would be most appreciated.

Thanks,

Re: Need to have entries link in addressbar

Posted: 2015-02-21 16:30
by labib saleh
Thank You Alan. Guess I'll figure a way to add the link to a textbox where users can copy it from there.

Dallo,
The logo can be modified from the file (incCommon.php), you'll need to replace the following line with whatever you would like to have:
<a class="navbar-brand" href="index.php"><i class="glyphicon glyphicon-home"></i>Your Application Title Goes here</a>

Thanks,
Labib