Page 1 of 1

[SOLVED] Disabling Prillian pop-up?

PostPosted: Sat Sep 09, 2006 4:34 am
Author: GrossKopf
Can anyone tell me how to disable the Prillian pop-up window that comes up every times someone goes to my forums at [url=http]http://flotserver.net/integramod/portal.php[/url]?

Re: Disabling Prillian pop-up?

PostPosted: Sat Sep 09, 2006 6:36 am
Author: Imajica
open up overall_header.php
remove or comment out this section

Code: Select all
<Prillian><BEGIN><script><function></script><END>  


at least that is what worked in the theme I use

Imajica

PostPosted: Sat Sep 09, 2006 2:24 pm
Author: Jacky
"Imajica" wrote:open up overall_header.php
remove or comment out this section

Code: Select all
<Prillian><BEGIN><script><function></script><END>  


at least that is what worked in the theme I use

Imajica
overall_header.php is for all themes. It can't be for a single theme, unless you are referring to overall_header.tpl...

PostPosted: Sat Sep 09, 2006 4:01 pm
Author: Imajica
duh.. my bad

it's overall_header.tpl

PostPosted: Sat Sep 09, 2006 9:38 pm
Author: GrossKopf
Ok, that worked. Thanks!

PostPosted: Sat Sep 09, 2006 10:21 pm
Author: computerz
This is configurable in ACP->Prillian->Configuration -> "Launch client automatically when logged in user visits forum index": Yes|No?

You shouldn't have to make code edits (in case you want to enable it again) As code edits increase the likelihood for error if you were to mess it up, and is just not the best way to do it when you the option is configurable.

PostPosted: Sun Sep 10, 2006 4:11 am
Author: GrossKopf
"computerz";p="15185" wrote:This is configurable in ACP-&gt;Prillian-&gt;Configuration -&gt; &quot;Launch client automatically when logged in user visits forum index&quot;: Yes|No?

You shouldn't have to make code edits (in case you want to enable it again) As code edits increase the likelihood for error if you were to mess it up, and is just not the best way to do it when you the option is configurable.


I already have that set to No, but that pop up still came up.

PostPosted: Sun Sep 10, 2006 7:53 am
Author: Jacky
"computerz";p="15185" wrote:This is configurable in ACP-&gt;Prillian-&gt;Configuration -&gt; &quot;Launch client automatically when logged in user visits forum index&quot;: Yes|No?

You shouldn't have to make code edits (in case you want to enable it again) As code edits increase the likelihood for error if you were to mess it up, and is just not the best way to do it when you the option is configurable.

Yes, and I tested it before.

It looks like a bug to me...

PostPosted: Wed Mar 21, 2007 12:46 am
Author: odius
ya, was hopin to have a easy admin panel way to stop prillian from comin up on protal index, like bein able to select it allowed for all, reg, or group specific so it only works for a "prillian fans, group"

http://www.integramod.com/forum/viewtop ... t=prillian

[hr:2f4d07vz]
in overall header .tpl the line "if ( {IM_AUTO_POPUP} ) " looks like the if is being asked from a variable somewhere...