UBB.Dev
Posted By: aleina Change Member of the Moment - 03/09/2003 1:13 AM
I want to remove the profile/pm/email links in the Member of the Moment section in the directory. How do I do that?

Thanks smile
Posted By: PrimeTime Re: Change Member of the Moment - 03/09/2003 4:51 AM
Go into public_directory.pl (in Templates) and find a code:

Code
[/code]You can either remove the calls you want (e.g., $pm_link) or find the code:

[code]
then scrolldown and take out the codes from there.

smile
Posted By: aleina Re: Change Member of the Moment - 03/09/2003 5:04 PM
I tried that but it only affected the directory browse page, not the Member of the moment table?
Posted By: PrimeTime Re: Change Member of the Moment - 03/10/2003 2:59 AM
Hmm...Because I disabled the Directory I'm guessing. laugh

Anyway, if taking out the codes in the public_directory.pl doesn't work for "Member Of The Moment" then it may be in the public_ci_members.pl file. Try this...Find a code set similar to:

[code][/code]And remove it.

Your target codes are "$iconlist" and "$infolist". See if that works. smile
Posted By: aleina Re: Change Member of the Moment - 03/10/2003 3:33 AM
Yep, that was it smile
Posted By: PrimeTime Re: Change Member of the Moment - 03/10/2003 4:19 AM
Cool! smile
© UBB.Developers