How to turn off popups?

Post Reply
Message
Author
bikej
Posts: 1
Joined: Sun May 19, 2013 4:00 pm

How to turn off popups?

#1 Post by bikej »

Please tell me how to edit template to turn off popups?

Admiror Gallery 5 - Fundraising Campaign

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: How to turn off popups?

#2 Post by Vasiljevski »

You just need to remove the popup init code from the template, for example in classic template you should remove these two lines:
Line: 21

Code: Select all

$html = $AG->initPopup();
Line: 75

Code: Select all

$html.=$AG->endPopup();
It is similar for other templates.
Help Admiror Gallery become even better,
give us a review on JED

Post Reply