I read a post on the forum regarding being able to hide the promo banner for logged in members. I know there is a simple line of If Member...etc...
Anyone remember the link or know the line of code I am referring to?
Thanks
I read a post on the forum regarding being able to hide the promo banner for logged in members. I know there is a simple line of If Member...etc...
Thanks Jeremy |
Open the - inc\design.inc.php find this code line: function getPromoCode() { and this code after that: if( getLoggedId() ) { return; } PS: If possible do not write me personally, please try to ask on the forum first |
That's not the code I was looking for...I read a post here something about $sMember if () ) ....man I wish I could remember what it was. I think HL posted it. If I recall correctly, its a post from more than a year ago.
That worked...and I am using it. Thanks SashaE Jeremy |
That's not the code I was looking for...I read a post here something about $sMember if () ) ....man I wish I could remember what it was. I think HL posted it. If I recall correctly, its a post from more than a year ago.
That worked...and I am using it. Thanks SashaE This? http://www.boonex.com/unity/forums/?action=goto&search=1#topic/Hide-Promo-Block-when-logged-in.htm |
rhimpr....you got it! Thanks. That is the exact post I was looking for. Thanks a lot. Jeremy |
Open the - inc\design.inc.php find this code line: function getPromoCode() { and this code after that: if( getLoggedId() ) { return; } How can this same effect be achieved in 7.0.8? The only similar line is 231 which shows: |