[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Survey results
> > PJ> I would not know how to hide it from other superusers,
> > if that is
> > PJ> what
> > PJ> you are trying to do.
> >
> > No, I just want to hide them from regular users.
> >
> > KS
> >
>
> OIC, OK... well I have not seen the new foundation :)
>
> The product view page would be pages/flypage.html, I looked
> at in on the
> devgroup site and the only thing I see that is new is:
>
> [if variable FORUM_PRODUCTS]
> <tr>
> <td>
> [forum top="[item-code]" display_page="forum/display" /]
> <p>
> [page href="forum/reply"
> form="
> product=1
> mv_arg=[item-code]
> "
> ]Comment on this product.</A>
> </p>
> </td>
> </tr>
> [/if]
Now that I re-read your email, I realize that I misunderstood you. I
believe that
[forum top="[item-code]" display_page="forum/display" /]
is the forum display. and this:
[page href="forum/reply"
form="
product=1
mv_arg=[item-code]
"
]Comment on this product.</A>
Is the link to submit to the forum. So I am just guessing here, but
comment out the [fourm] tag:
[comment][forum top="[item-code]" display_page="forum/display"
/][/comment]
and leave the link to contribute and you should get an end result of
users still being ablt to leave a comment on the product, and the forum
itself not displaying.
Paul