PDA

View Full Version : guest viewing


Mythotical
08-22-2005, 12:36 AM
Ok I just did a new hack where in the users profile they can put a link to their forum stats image, it will then post after their signature but one problem, I have it setup for guests to view signatures but they can't view field19 when its posted after the signature.

What do I need to do to make it so custom fields in postbit can be viewed by guests?

Thanks
Myth

Mythotical
08-24-2005, 01:11 AM
Anyone at all?

Kirk Y
08-24-2005, 02:27 AM
If conditional, perhaps?

Mythotical
08-24-2005, 07:10 PM
Yes exactly but I tried a few and none worked so I am hoping others will have suggestions.

Mythotical
08-25-2005, 09:49 PM
Anyone at all know.

King Kovifor
08-25-2005, 11:18 PM
try the following conditional:

<if condition="$show['member']">YOUR CODE</if>

That might do it but yet, it might not.

Mythotical
08-26-2005, 02:31 AM
Nope didn't work, I think there needs to be an else, remember you can't have an if condition within an if condition as the code you helped me out with was not working properly, I had to change the code to make it work.

Mythotical
08-27-2005, 07:26 PM
Any other help?

Mythotical
09-01-2005, 10:01 PM
Please anyone.