Forum Discussion

Zackus_337084's avatar
Zackus_337084
Icon for Nimbostratus rankNimbostratus
May 09, 2018

Problems with Deny Page

Hi everyone,

 

I have little problems with a modification.

 

I want to modify the /vdesk/hangup.php3. but i can't find how to modifiy it.

 

The header on the page is good and the "main_table" too but I have a table "main_table_image_cell" with the same picture that I have on my header. I want to delete it but I can't find how to do that.

 

Thnaks in advance

 

regards

 

Zackus

 

6 Replies

  • Hi Zack,

     

    You can do it modify source page. For information "/vdesk/hangup.php3" is a logout page.

     

    So for this you have to modify logout.inc page... - go to Profiles / Policies : Customization : Advanced. - Edit your APM Policy -> Policy name -> Logout -> Logout.inc

     

    Then modify the page as you want.

     

    • do the same modification in APM Policy -> Access policy -> ending page -> deny -> Logout.inc
    • Then save draft (Top right)
    • Next click in save (Top left)
    • And finally apply your policy.

    Just do a backup of the page content of efore modification.

     

    Let me now if you need additional information. Regards

     

  • thanks a lot you solved my problem, but I have another :) Can I use different header for my logout ? Because the header is a specific page ?

     

    Thanks in advance

     

    • youssef1's avatar
      youssef1
      Icon for Cumulonimbus rankCumulonimbus

      Can you clarify your needed, or show me what's you want to do with header and what header you talking about!!!

       

    • Zackus_337084's avatar
      Zackus_337084
      Icon for Nimbostratus rankNimbostratus

      Thanks for help!

       

      I have a page named header.inc, this page is included in all pages (logon,logout....) with a table like that

       

          
        
          code
          code
          code
          code
          code
        
      
      

      but I want to use my page_header_logout id to customize my logout page. If I change the ID by page_header_logout all pages will include the header_logout

       

      I don't know if i clarify the situation, it's hard to explain 🙂

       

    • youssef1's avatar
      youssef1
      Icon for Cumulonimbus rankCumulonimbus

      Hi Zack,

       

      I understand you need.

       

      I already manage this king of need using javascript in order to diyplay different text/branding regarding context (URI or another trigger).

       

      you would like to change text only?

       

      Regards,