
I have some articles which are not visible to anonymous users, but the "Recent comments" box shows ALL comments (even ones relating to 'hidden' articles).
Is there any way round this?
Using xfsection 1.10 and XOOPS 2.2.3
// jump new article
// if ($newid != 0) <---- ADDING TO THIS, SO THAT IF NOT AUTOAPPROVE THEN DON'T TRY TO JUMP TO ARTICLE! JW 8/12/05
if ( ($newid != 0) && ($wfsConfig['autoapprove'] == 1) )
Arowana wrote:
You would have to set the default for all users to be able to read the forum, and notify them.
Otherwise use the mail form, make sure you are on that list then post it in the forum manually