![]() |
How do I remove the Direct Link Code, BB Image Code, img Tag Code How do I remove the "Direct Link Code, BB Image Code, img Tag Code" fields from ONE category only from my 3.5 gallery? I know how to do it for ALL, but, how do I do it for one? |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code Wrap this if condition around the code for those in your ADV_GALLERY_SHOWIMAGE template: Code: Content visible to verified customers only. |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code Newb here. How should the code look? <if condition="$image['33'] != X"> all tables/link code here </if> or <if condition="$image['catid'] != 33"> all tables/link code here </if> (can I post the code here completely?) |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code The 2nd one should be correct. |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code Thanks for your help Brian, but how can I do multiple cats? <if condition="$image['catid'] != 33 34 35"> ?? |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code No, that didn't work <if condition="$image['catid'] != 33 34 35"> Do I do it like this? <if condition="$image['catid'] != 33"> <if condition="$image['catid'] != 34"> <if condition="$image['catid'] != 35"> <if condition="$image['catid'] != 36"> all tables/link code here </if></if></if></if> LMK |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code <if condition="!in_array($image['catid'], array(33, 34, 35, 36))"> |
Re: How do I remove the Direct Link Code, BB Image Code, img Tag Code THanks Brian, that worked great! |
Quote:
I dont see this anywhere in the admin cp. Is this a hard coded thing? Thanks Doug |
| All times are GMT -5. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0