The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Sub-Forum Problem

3 posters

Go down

Sub-Forum Problem Empty Sub-Forum Problem

Post by Zerotheheroe March 22nd 2012, 2:58 pm

How do I make it to where a sub-forum is only accessible by guests?

Thanks.
Zerotheheroe
Zerotheheroe
Forumember

Posts : 333
Reputation : 8
Language : English

http://www.clancaos.net

Back to top Go down

Sub-Forum Problem Empty Re: Sub-Forum Problem

Post by Guest March 22nd 2012, 3:13 pm

Only by guests? I don't think it's possible. Only if...

Hmm, try creating a widget with permissions only for members, not for guests. And add this code:
Code:
<script type="text/javascript">
$(function(){
$('.categorie').eq(0).addClass('first_cat');
$('first_cat').remove();
});
</script>

Replace from index_body template this:
Code:
<!-- BEGIN catrow -->
to this:
Code:
<!-- BEGIN catrow -->
<div class="categorie">
Then, this:
Code:
<!-- BEGIN catrow -->
to this:
Code:
</div><!-- END catrow -->
Save and publish template. Add

Then, create a category, and put this first!
This category will be visible only for guests.
avatar
Guest
Guest


Back to top Go down

Sub-Forum Problem Empty Re: Sub-Forum Problem

Post by Zerotheheroe March 22nd 2012, 3:15 pm

If it works I'll love you forever
Zerotheheroe
Zerotheheroe
Forumember

Posts : 333
Reputation : 8
Language : English

http://www.clancaos.net

Back to top Go down

Sub-Forum Problem Empty Re: Sub-Forum Problem

Post by XxbatxX March 23rd 2012, 1:29 pm

how can i make a sub forum
avatar
XxbatxX
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Sub-Forum Problem Empty Re: Sub-Forum Problem

Post by Jophy March 23rd 2012, 1:37 pm

XxbatxX wrote:how can i make a sub forum
Hello,

Please post your own topic Wink
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum