View Full Version : QQ: Witch template are the replies stored in
n1ckn4me
10-11-2005, 03:48 PM
where would I find the template where all the "replies on a thread" are ?
Thanks in advance!
Xenon
10-11-2005, 03:50 PM
the replies are stored in the post table, not in templates
the design of the posts is stored in the postbit or postbit_legacy template
n1ckn4me
10-11-2005, 04:07 PM
ok I understand I think...
Let's say that postbit_legacy is where the design of the replies is. I could then say:
<if condition="$show['guest']">
<div> </div>
<else />
<the_rest_of_the_originally_postbit_legacy...>
So that the guests won't see the replies and all other usersgroups will ?
Zachery
10-11-2005, 04:31 PM
ok I understand I think...
Let's say that postbit_legacy is where the design of the replies is. I could then say:
<if condition="$show['guest']">
<div> </div>
<else />
<the_rest_of_the_originally_postbit_legacy...>
So that the guests won't see the replies and all other usersgroups will ?
There are already permissions in place per forum level controls to not permit people to read content.
n1ckn4me
10-11-2005, 05:22 PM
wow..hehe consider this not posted :nervous:
[EDIT]I've looked and indeed there are controls to permit people to read content but that was not what I was looking for.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.