Need to have entries link in addressbar

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
labib saleh
Posts: 23
Joined: 2014-12-29 21:46

Need to have entries link in addressbar

Post by labib saleh » 2015-01-19 15:53

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
Attachments
AppGiniRecord.gif
AppGiniRecord.gif (39.7 KiB) Viewed 4504 times

User avatar
shasta59
AppGini Super Hero
AppGini Super Hero
Posts: 231
Joined: 2013-01-08 19:40
Location: Calgary, Alberta, Canada

Re: Need to have entries link in addressbar

Post by shasta59 » 2015-01-26 00:51

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
Calgary, Alberta, Canada - Using Appgini 5.50 -

dallo
Posts: 8
Joined: 2014-05-19 14:43

Re: Need to have entries link in addressbar

Post by dallo » 2015-02-10 05:12

Hello Labib,

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

It would be most appreciated.

Thanks,

labib saleh
Posts: 23
Joined: 2014-12-29 21:46

Re: Need to have entries link in addressbar

Post by labib saleh » 2015-02-21 16:30

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

Post Reply