This topic is locked

need help : $allow_.....

7/26/2007 6:57:27 AM
PHPRunner General questions
M
mounir author


---------------------------------------------------------------------------------------------------------
hello all i need some help here ,

i have defined a mastertable for my history table "meta_hist" (and the key parameter) and i want to have the link the that

in the master table "meta" list file

in the file /templates/meta_list.htm i have

{if $allow_meta_hist}

<td align="center">

<a {if $useAJAX} ... {/if} href="meta_hist_list.php?{$row.1meta_hist_masterkeys}">

child history</a>

</td>

{/if}


my question is how do i define the $allow_meta_hist value in the phprunnerproject !! because in my case "the link is not displayed !! " meaning that $allow_meta_hist is false !!
thanks in advance

Alexey admin 7/26/2007

Hi,
proceed to the Securitytab in PHPRunner , open Permissionsdialog and grant List/Search access on meta_hist table to your users.

M
mounir author 7/26/2007

Hi,

proceed to the Securitytab in PHPRunner , open Permissionsdialog and grant List/Search access on meta_hist table to your users.


Thank you for the answer , it was that