![]() |
Cannot see thread title?
Hi everyvone
i want to ask a question, for example when i close forum permissions of the usergroup they cannot see all of lastpost info but i need to do like this just hide thread title and writer... https://vborg.vbsupport.ru/external/2011/08/75.jpg is this possible ? |
Can somebody help me ?
--------------- Added [DATE]1312459208[/DATE] at [TIME]1312459208[/TIME] --------------- Please somebody help me really urgent.. If you dont understand please ask i can explane again.. |
I would guess you could put a condition in the template to show the regular thread title to certain usergroups and not to others. The template is forumhome_lastpostby and the condition could be based on the usergroup? So
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x,y,z)">show whole template contents |
thanks for your reply can you show me how can i do ?
Code:
<if condition="$show['lastpostinfo']"> --------------- Added [DATE]1312486556[/DATE] at [TIME]1312486556[/TIME] --------------- for example your usergroup is close for this category but your id is open so how can i do ? my mean is if your id and user group is close this category? category seen like this http://i53.tinypic.com/xojh49.jpg but i want only hide thread title and writer... thread title: You cannot see this thread title writer:Private like this i hope you can help me |
Did you try just putting your condition around the full code there like I suggested?
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x,y,z)"> |
can you show me on my forumhome_lastpostby template i really dont understand where should i put?
|
Put this line at the top of the template (with x, y, z changed for your condition):
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x,y,z)"> HTML Code:
<vb:else /> |
|
All times are GMT. The time now is 04:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|