View Full Version : a question
krimesis
05-29-2012, 06:39 AM
You can prevent vision to a user group?example not only to see New Posts to the group in reading.
Thanks
Sorry, I don't understand. It sounds like you want to keep a usergroup from seeing something?
krimesis
05-29-2012, 08:28 PM
Sorry, I don't understand. It sounds like you want to keep a usergroup from seeing something?
No group should not see to read New Posts.
Sorry my bad English.
Xp.Warrior
05-30-2012, 12:40 PM
No group should not see to read New Posts.
Sorry my bad English.
You Want To User Group Not Able To See New Post's Where Forum
Form Top 10 Stats Mod ?
krimesis
05-30-2012, 01:01 PM
You Want To User Group Not Able To See New Post's Where Forum
Form Top 10 Stats Mod ?
Mine is an example but I would write in the template for a condition not to read something to the group in reading.
krimesis
05-31-2012, 06:03 AM
Maybe this way I can make myself understood.
The reading group should not see this writing.
krimesis
06-01-2012, 05:38 AM
Now I think I was clear in the request, there could be no solution?
Thanks
To be honest that picture confused me more, because there's an arrow pointing to the Archive link but none of your previous posts mention the archive.
blind-eddie
06-01-2012, 12:16 PM
I think krimesis wants to hide the archive link in the footer.
And what is the "Reading Group"?
krimesis, you do know that what you see as an admin is not what others see when looking through the archives. It has the same permissions as your forums.
Boofo
06-01-2012, 12:27 PM
It sounds like he doesn't want a certain usergroup to be able to see the archive posts.
krimesis
06-02-2012, 08:24 PM
It sounds like he doesn't want a certain usergroup to be able to see the archive posts.
Yes in fact.
thanks
Boofo
06-02-2012, 08:41 PM
You can delete the link in your footer, but if someone has a direct link they would still be able to see the archive. I'm sure there has to be a way to do what you are asking.
blind-eddie
06-03-2012, 12:09 AM
In your footer template,
Find:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
Add above:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add Usergroup ID's here -->
Edit this to only show link in footer to the usergroups you want to see the link.
Find:
$template_hook[footer_links]
Add above:
</if>
Click save.
As Boofo mentioned above, those that know the direct URL can still get to it & view it, but they can only view the forums you gave them permisson to view in Forum Manager. Remember, they do not see what you see.
krimesis
06-04-2012, 10:06 AM
Find:
$template_hook[footer_links]
Add above:
</if>
I can not find it.
blind-eddie
06-05-2012, 12:55 AM
What version of vbulletin are you using?
krimesis
06-05-2012, 06:38 AM
What version of vbulletin are you using?
3.8.7
krimesis
06-06-2012, 11:45 AM
New?
blind-eddie
06-06-2012, 11:51 AM
Ok, do this.
In your footer template,
Find:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
Replace with:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add Usergroup ID's here -->
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
</if>
Edit this to only show link in footer to the usergroups you want to see the link.
Click save.
krimesis
06-07-2012, 09:18 AM
Ok, do this.
Many thanks :up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.